Color Hex Logo

#daa94a Color Hex

#DAA94A
(218,169,74)
0 Favorites   0 Comments

Color spaces of #daa94a

RGB 21816974
HSL0.110.660.57
HSV40°66°85°
CMYK 0.000.220.66   0.15
XYZ44.337443.775812.5913
Yxy43.77580.44030.4347
Hunter Lab66.16333.830835.0310
CIE-Lab72.07848.127554.4201

#daa94a color RGB value is (218,169,74).

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

The process color (four color CMYK) of #daa94a color hex is 0.00, 0.22, 0.66, 0.15. Web safe color of #daa94a is #cc9933. Color #daa94a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01001010
Octal 332 251 112
Decimal 218 169 74
Hex DA A9 4A

RGB Percentages of Color #daa94a

%47.29
%36.66
%16.05

CMYK Percentages of Color #daa94a

%0
%22
%66
%15

Triadic Colors of #daa94a

#daa94a #4adaa9 #a94ada

Analogous Colors of #daa94a

#daa94a #c3da4a #da614a

Monochromatic Colors of #daa94a

#daa94a

Complementary Color

#daa94a #4a7bda

#daa94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa94a Color CSS Codes

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

#daa94a Text Font Color

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

This sample text font color is #daa94a
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.


#daa94a Background Color

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

This div background color is #daa94a


#daa94a Border Color

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

This div border color is #daa94a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,169,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 #daa94a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa94a


Comments

No comments written yet.

Please login to write comment.