Color Hex Logo

#dac64a Color Hex

#DAC64A
(218,198,74)
0 Favorites   0 Comments

Color spaces of #dac64a

RGB 21819874
HSL0.140.660.57
HSV52°66°85°
CMYK 0.000.090.66   0.15
XYZ50.343655.788014.5933
Yxy55.78800.41700.4621
Hunter Lab74.6914-10.397040.6998
CIE-Lab79.4930-7.058062.2916

#dac64a color RGB value is (218,198,74).

#dac64a hex color red value is 218, green value is 198 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dac64a hue: 0.14 , saturation: 0.66 and the lightness value of dac64a is 0.57.

The process color (four color CMYK) of #dac64a color hex is 0.00, 0.09, 0.66, 0.15. Web safe color of #dac64a is #cccc33. Color #dac64a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01001010
Octal 332 306 112
Decimal 218 198 74
Hex DA C6 4A

RGB Percentages of Color #dac64a

%44.49
%40.41
%15.10

CMYK Percentages of Color #dac64a

%0
%9
%66
%15

Triadic Colors of #dac64a

#dac64a #4adac6 #c64ada

Analogous Colors of #dac64a

#dac64a #a6da4a #da7e4a

Monochromatic Colors of #dac64a

#dac64a

Complementary Color

#dac64a #4a5eda

#dac64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac64a Color CSS Codes

.mybgcolor {background-color:#dac64a; } 
.myforecolor {color:#dac64a; }
.mybordercolor {border:3px solid #dac64a; }

#dac64a Text Font Color

<p style="color:#dac64a">Text here</p>

This sample text font color is #dac64a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dac64a Background Color

<div style="background-color:#dac64a">
Div content here</div>

This div background color is #dac64a


#dac64a Border Color

<div style="border:3px solid #dac64a">
Div here</div>

This div border color is #dac64a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,198,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dac64a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dac64a;
  -webkit-box-shadow: 1px 1px 3px 2px #dac64a;
  box-shadow:         1px 1px 3px 2px #dac64a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,198,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dac64a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dac64a;
  -webkit-box-shadow: 1px 1px 3px 2px #dac64a;
  box-shadow:         1px 1px 3px 2px #dac64a;">
Div content here</div>

This div box has shadow with color #dac64a


Comments

No comments written yet.

Please login to write comment.