Color Hex Logo

#dcc09c Color Hex

#DCC09C
(220,192,156)
0 Favorites   0 Comments

Color spaces of #dcc09c

RGB 220192156
HSL0.090.480.74
HSV34°29°86°
CMYK 0.000.130.29   0.14
XYZ54.365655.315239.2640
Yxy55.31520.36500.3714
Hunter Lab74.37420.324020.7613
CIE-Lab79.22254.606521.8210

#dcc09c color RGB value is (220,192,156).

#dcc09c hex color red value is 220, green value is 192 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dcc09c hue: 0.09 , saturation: 0.48 and the lightness value of dcc09c is 0.74.

The process color (four color CMYK) of #dcc09c color hex is 0.00, 0.13, 0.29, 0.14. Web safe color of #dcc09c is #cccc99. Color #dcc09c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 10011100
Octal 334 300 234
Decimal 220 192 156
Hex DC C0 9C

RGB Percentages of Color #dcc09c

%38.73
%33.80
%27.46

CMYK Percentages of Color #dcc09c

%0
%13
%29
%14

Triadic Colors of #dcc09c

#dcc09c #9cdcc0 #c09cdc

Analogous Colors of #dcc09c

#dcc09c #d8dc9c #dca09c

Monochromatic Colors of #dcc09c

#dcc09c

Complementary Color

#dcc09c #9cb8dc

#dcc09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc09c Color CSS Codes

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

#dcc09c Text Font Color

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

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


#dcc09c Background Color

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

This div background color is #dcc09c


#dcc09c Border Color

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

This div border color is #dcc09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc09c


Comments

No comments written yet.

Please login to write comment.