Color Hex Logo

#daa96f Color Hex

#DAA96F
(218,169,111)
0 Favorites   0 Comments

Color spaces of #daa96f

RGB 218169111
HSL0.090.590.65
HSV33°49°85°
CMYK 0.000.220.49   0.15
XYZ45.970744.429121.1917
Yxy44.42910.41200.3981
Hunter Lab66.65526.461327.8085
CIE-Lab72.514410.952536.7070

#daa96f color RGB value is (218,169,111).

#daa96f hex color red value is 218, green value is 169 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #daa96f hue: 0.09 , saturation: 0.59 and the lightness value of daa96f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01101111
Octal 332 251 157
Decimal 218 169 111
Hex DA A9 6F

RGB Percentages of Color #daa96f

%43.78
%33.94
%22.29

CMYK Percentages of Color #daa96f

%0
%22
%49
%15

Triadic Colors of #daa96f

#daa96f #6fdaa9 #a96fda

Analogous Colors of #daa96f

#daa96f #d6da6f #da746f

Monochromatic Colors of #daa96f

#daa96f

Complementary Color

#daa96f #6fa0da

#daa96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa96f Color CSS Codes

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

#daa96f Text Font Color

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

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


#daa96f Background Color

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

This div background color is #daa96f


#daa96f Border Color

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

This div border color is #daa96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa96f


Comments

No comments written yet.

Please login to write comment.