Color Hex Logo

#dcccaa Color Hex

#DCCCAA
(220,204,170)
0 Favorites   0 Comments

Color spaces of #dcccaa

RGB 220204170
HSL0.110.420.76
HSV41°23°86°
CMYK 0.000.070.23   0.14
XYZ58.363861.303746.7869
Yxy61.30370.35060.3683
Hunter Lab78.2967-3.962019.3784
CIE-Lab82.54170.234318.9780

#dcccaa color RGB value is (220,204,170).

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

The process color (four color CMYK) of #dcccaa color hex is 0.00, 0.07, 0.23, 0.14. Web safe color of #dcccaa is #cccc99. Color #dcccaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 10101010
Octal 334 314 252
Decimal 220 204 170
Hex DC CC AA

RGB Percentages of Color #dcccaa

%37.04
%34.34
%28.62

CMYK Percentages of Color #dcccaa

%0
%7
%23
%14

Triadic Colors of #dcccaa

#dcccaa #aadccc #ccaadc

Analogous Colors of #dcccaa

#dcccaa #d3dcaa #dcb3aa

Monochromatic Colors of #dcccaa

#dcccaa

Complementary Color

#dcccaa #aabadc

#dcccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcccaa Color CSS Codes

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

#dcccaa Text Font Color

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

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


#dcccaa Background Color

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

This div background color is #dcccaa


#dcccaa Border Color

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

This div border color is #dcccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcccaa


Comments

No comments written yet.

Please login to write comment.