Color Hex Logo

#dccdaf Color Hex

#DCCDAF
(220,205,175)
0 Favorites   0 Comments

Color spaces of #dccdaf

RGB 220205175
HSL0.110.390.77
HSV40°20°86°
CMYK 0.000.070.20   0.14
XYZ59.084461.973449.4054
Yxy61.97340.34660.3636
Hunter Lab78.7232-3.795317.8968
CIE-Lab82.89930.435116.8298

#dccdaf color RGB value is (220,205,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 10101111
Octal 334 315 257
Decimal 220 205 175
Hex DC CD AF

RGB Percentages of Color #dccdaf

%36.67
%34.17
%29.17

CMYK Percentages of Color #dccdaf

%0
%7
%20
%14

Triadic Colors of #dccdaf

#dccdaf #afdccd #cdafdc

Analogous Colors of #dccdaf

#dccdaf #d5dcaf #dcb7af

Monochromatic Colors of #dccdaf

#dccdaf

Complementary Color

#dccdaf #afbedc

#dccdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccdaf Color CSS Codes

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

#dccdaf Text Font Color

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

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


#dccdaf Background Color

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

This div background color is #dccdaf


#dccdaf Border Color

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

This div border color is #dccdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccdaf


Comments

No comments written yet.

Please login to write comment.