Color Hex Logo

#dcc89c Color Hex

#DCC89C
(220,200,156)
0 Favorites   0 Comments

Color spaces of #dcc89c

RGB 220200156
HSL0.110.480.74
HSV41°29°86°
CMYK 0.000.090.29   0.14
XYZ56.170258.924539.8656
Yxy58.92450.36250.3803
Hunter Lab76.7623-3.718122.9420
CIE-Lab81.25010.409324.5935

#dcc89c color RGB value is (220,200,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10011100
Octal 334 310 234
Decimal 220 200 156
Hex DC C8 9C

RGB Percentages of Color #dcc89c

%38.19
%34.72
%27.08

CMYK Percentages of Color #dcc89c

%0
%9
%29
%14

Triadic Colors of #dcc89c

#dcc89c #9cdcc8 #c89cdc

Analogous Colors of #dcc89c

#dcc89c #d0dc9c #dca89c

Monochromatic Colors of #dcc89c

#dcc89c

Complementary Color

#dcc89c #9cb0dc

#dcc89c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc89c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc89c Color CSS Codes

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

#dcc89c Text Font Color

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

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


#dcc89c Background Color

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

This div background color is #dcc89c


#dcc89c Border Color

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

This div border color is #dcc89c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc89c


Comments

No comments written yet.

Please login to write comment.