Color Hex Logo

#dcc99c Color Hex

#DCC99C
(220,201,156)
0 Favorites   0 Comments

Color spaces of #dcc99c

RGB 220201156
HSL0.120.480.74
HSV42°29°86°
CMYK 0.000.090.29   0.14
XYZ56.402659.389239.9430
Yxy59.38920.36220.3813
Hunter Lab77.0644-4.220423.2147
CIE-Lab81.5051-0.111824.9406

#dcc99c color RGB value is (220,201,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 10011100
Octal 334 311 234
Decimal 220 201 156
Hex DC C9 9C

RGB Percentages of Color #dcc99c

%38.13
%34.84
%27.04

CMYK Percentages of Color #dcc99c

%0
%9
%29
%14

Triadic Colors of #dcc99c

#dcc99c #9cdcc9 #c99cdc

Analogous Colors of #dcc99c

#dcc99c #cfdc9c #dca99c

Monochromatic Colors of #dcc99c

#dcc99c

Complementary Color

#dcc99c #9cafdc

#dcc99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc99c Color CSS Codes

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

#dcc99c Text Font Color

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

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


#dcc99c Background Color

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

This div background color is #dcc99c


#dcc99c Border Color

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

This div border color is #dcc99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc99c


Comments

No comments written yet.

Please login to write comment.