Color Hex Logo

#dcccaf Color Hex

#DCCCAF
(220,204,175)
0 Favorites   0 Comments

Color spaces of #dcccaf

RGB 220204175
HSL0.110.390.77
HSV39°20°86°
CMYK 0.000.070.20   0.14
XYZ58.845961.496549.3259
Yxy61.49650.34680.3625
Hunter Lab78.4197-3.288617.6005
CIE-Lab82.64490.956416.4738

#dcccaf color RGB value is (220,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 10101111
Octal 334 314 257
Decimal 220 204 175
Hex DC CC AF

RGB Percentages of Color #dcccaf

%36.73
%34.06
%29.22

CMYK Percentages of Color #dcccaf

%0
%7
%20
%14

Triadic Colors of #dcccaf

#dcccaf #afdccc #ccafdc

Analogous Colors of #dcccaf

#dcccaf #d6dcaf #dcb6af

Monochromatic Colors of #dcccaf

#dcccaf

Complementary Color

#dcccaf #afbfdc

#dcccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcccaf Color CSS Codes

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

#dcccaf Text Font Color

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

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


#dcccaf Background Color

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

This div background color is #dcccaf


#dcccaf Border Color

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

This div border color is #dcccaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,204,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcccaf


Comments

No comments written yet.

Please login to write comment.