Color Hex Logo

#daa99f Color Hex

#DAA99F
(218,169,159)
0 Favorites   0 Comments

Color spaces of #daa99f

RGB 218169159
HSL0.030.440.74
HSV10°27°85°
CMYK 0.000.220.27   0.15
XYZ49.359445.784639.0367
Yxy45.78460.36790.3412
Hunter Lab67.664311.798713.1596
CIE-Lab73.405516.527412.0670

#daa99f color RGB value is (218,169,159).

#daa99f hex color red value is 218, green value is 169 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #daa99f hue: 0.03 , saturation: 0.44 and the lightness value of daa99f is 0.74.

The process color (four color CMYK) of #daa99f color hex is 0.00, 0.22, 0.27, 0.15. Web safe color of #daa99f is #cc9999. Color #daa99f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 10011111
Octal 332 251 237
Decimal 218 169 159
Hex DA A9 9F

RGB Percentages of Color #daa99f

%39.93
%30.95
%29.12

CMYK Percentages of Color #daa99f

%0
%22
%27
%15

Triadic Colors of #daa99f

#daa99f #9fdaa9 #a99fda

Analogous Colors of #daa99f

#daa99f #dac79f #da9fb3

Monochromatic Colors of #daa99f

#daa99f

Complementary Color

#daa99f #9fd0da

#daa99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa99f Color CSS Codes

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

#daa99f Text Font Color

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

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


#daa99f Background Color

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

This div background color is #daa99f


#daa99f Border Color

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

This div border color is #daa99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa99f


Comments

No comments written yet.

Please login to write comment.