Color Hex Logo

#daa99b Color Hex

#DAA99B
(218,169,155)
0 Favorites   0 Comments

Color spaces of #daa99b

RGB 218169155
HSL0.040.460.73
HSV13°29°85°
CMYK 0.000.220.29   0.15
XYZ49.017845.647937.2378
Yxy45.64790.37160.3461
Hunter Lab67.563211.267914.6163
CIE-Lab73.316515.982014.1303

#daa99b color RGB value is (218,169,155).

#daa99b hex color red value is 218, green value is 169 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #daa99b hue: 0.04 , saturation: 0.46 and the lightness value of daa99b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 10011011
Octal 332 251 233
Decimal 218 169 155
Hex DA A9 9B

RGB Percentages of Color #daa99b

%40.22
%31.18
%28.60

CMYK Percentages of Color #daa99b

%0
%22
%29
%15

Triadic Colors of #daa99b

#daa99b #9bdaa9 #a99bda

Analogous Colors of #daa99b

#daa99b #dac99b #da9bad

Monochromatic Colors of #daa99b

#daa99b

Complementary Color

#daa99b #9bccda

#daa99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa99b Color CSS Codes

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

#daa99b Text Font Color

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

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


#daa99b Background Color

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

This div background color is #daa99b


#daa99b Border Color

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

This div border color is #daa99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa99b


Comments

No comments written yet.

Please login to write comment.