Color Hex Logo

#d9caaa Color Hex

#D9CAAA
(217,202,170)
0 Favorites   0 Comments

Color spaces of #d9caaa

RGB 217202170
HSL0.110.380.76
HSV41°22°85°
CMYK 0.000.070.22   0.15
XYZ56.991559.895146.5873
Yxy59.89510.34860.3664
Hunter Lab77.3919-3.988318.4838
CIE-Lab81.78110.155417.8815

#d9caaa color RGB value is (217,202,170).

#d9caaa hex color red value is 217, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d9caaa hue: 0.11 , saturation: 0.38 and the lightness value of d9caaa is 0.76.

The process color (four color CMYK) of #d9caaa color hex is 0.00, 0.07, 0.22, 0.15. Web safe color of #d9caaa is #cccc99. Color #d9caaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001010 10101010
Octal 331 312 252
Decimal 217 202 170
Hex D9 CA AA

RGB Percentages of Color #d9caaa

%36.84
%34.30
%28.86

CMYK Percentages of Color #d9caaa

%0
%7
%22
%15

Triadic Colors of #d9caaa

#d9caaa #aad9ca #caaad9

Analogous Colors of #d9caaa

#d9caaa #d1d9aa #d9b3aa

Monochromatic Colors of #d9caaa

#d9caaa

Complementary Color

#d9caaa #aab9d9

#d9caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9caaa Color CSS Codes

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

#d9caaa Text Font Color

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

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


#d9caaa Background Color

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

This div background color is #d9caaa


#d9caaa Border Color

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

This div border color is #d9caaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,202,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9caaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9caaa;
  -webkit-box-shadow: 1px 1px 3px 2px #d9caaa;
  box-shadow:         1px 1px 3px 2px #d9caaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,202,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9caaa


Comments

No comments written yet.

Please login to write comment.