Color Hex Logo

#dccaaf Color Hex

#DCCAAF
(220,202,175)
0 Favorites   0 Comments

Color spaces of #dccaaf

RGB 220202175
HSL0.100.390.77
HSV36°20°86°
CMYK 0.000.080.20   0.14
XYZ58.373660.551849.1685
Yxy60.55180.34730.3602
Hunter Lab77.8150-2.273017.0073
CIE-Lab82.13722.001815.7619

#dccaaf color RGB value is (220,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10101111
Octal 334 312 257
Decimal 220 202 175
Hex DC CA AF

RGB Percentages of Color #dccaaf

%36.85
%33.84
%29.31

CMYK Percentages of Color #dccaaf

%0
%8
%20
%14

Triadic Colors of #dccaaf

#dccaaf #afdcca #caafdc

Analogous Colors of #dccaaf

#dccaaf #d8dcaf #dcb4af

Monochromatic Colors of #dccaaf

#dccaaf

Complementary Color

#dccaaf #afc1dc

#dccaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccaaf Color CSS Codes

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

#dccaaf Text Font Color

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

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


#dccaaf Background Color

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

This div background color is #dccaaf


#dccaaf Border Color

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

This div border color is #dccaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccaaf


Comments

No comments written yet.

Please login to write comment.