Color Hex Logo

#daa97a Color Hex

#DAA97A
(218,169,122)
0 Favorites   0 Comments

Color spaces of #daa97a

RGB 218169122
HSL0.080.560.67
HSV29°44°85°
CMYK 0.000.220.44   0.15
XYZ46.614344.686524.5809
Yxy44.68650.40230.3856
Hunter Lab66.84807.487424.9918
CIE-Lab72.685012.040331.1252

#daa97a color RGB value is (218,169,122).

#daa97a hex color red value is 218, green value is 169 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #daa97a hue: 0.08 , saturation: 0.56 and the lightness value of daa97a is 0.67.

The process color (four color CMYK) of #daa97a color hex is 0.00, 0.22, 0.44, 0.15. Web safe color of #daa97a is #cc9966. Color #daa97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01111010
Octal 332 251 172
Decimal 218 169 122
Hex DA A9 7A

RGB Percentages of Color #daa97a

%42.83
%33.20
%23.97

CMYK Percentages of Color #daa97a

%0
%22
%44
%15

Triadic Colors of #daa97a

#daa97a #7adaa9 #a97ada

Analogous Colors of #daa97a

#daa97a #dad97a #da7a7b

Monochromatic Colors of #daa97a

#daa97a

Complementary Color

#daa97a #7aabda

#daa97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa97a Color CSS Codes

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

#daa97a Text Font Color

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

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


#daa97a Background Color

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

This div background color is #daa97a


#daa97a Border Color

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

This div border color is #daa97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa97a


Comments

No comments written yet.

Please login to write comment.