Color Hex Logo

#d9ccaa Color Hex

#D9CCAA
(217,204,170)
0 Favorites   0 Comments

Color spaces of #d9ccaa

RGB 217204170
HSL0.120.380.76
HSV43°22°85°
CMYK 0.000.060.22   0.15
XYZ57.463860.839746.7448
Yxy60.83970.34820.3686
Hunter Lab77.9998-4.995619.0677
CIE-Lab82.2925-0.887218.5935

#d9ccaa color RGB value is (217,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001100 10101010
Octal 331 314 252
Decimal 217 204 170
Hex D9 CC AA

RGB Percentages of Color #d9ccaa

%36.72
%34.52
%28.76

CMYK Percentages of Color #d9ccaa

%0
%6
%22
%15

Triadic Colors of #d9ccaa

#d9ccaa #aad9cc #ccaad9

Analogous Colors of #d9ccaa

#d9ccaa #cfd9aa #d9b5aa

Monochromatic Colors of #d9ccaa

#d9ccaa

Complementary Color

#d9ccaa #aab7d9

#d9ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ccaa Color CSS Codes

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

#d9ccaa Text Font Color

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

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


#d9ccaa Background Color

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

This div background color is #d9ccaa


#d9ccaa Border Color

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

This div border color is #d9ccaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,204,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 #d9ccaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ccaa


Comments

No comments written yet.

Please login to write comment.