Color Hex Logo

#dcc89e Color Hex

#DCC89E
(220,200,158)
0 Favorites   0 Comments

Color spaces of #dcc89e

RGB 220200158
HSL0.110.470.74
HSV41°28°86°
CMYK 0.000.090.28   0.14
XYZ56.341058.992840.7650
Yxy58.99280.36090.3779
Hunter Lab76.8068-3.474622.2967
CIE-Lab81.28760.672323.5902

#dcc89e color RGB value is (220,200,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10011110
Octal 334 310 236
Decimal 220 200 158
Hex DC C8 9E

RGB Percentages of Color #dcc89e

%38.06
%34.60
%27.34

CMYK Percentages of Color #dcc89e

%0
%9
%28
%14

Triadic Colors of #dcc89e

#dcc89e #9edcc8 #c89edc

Analogous Colors of #dcc89e

#dcc89e #d1dc9e #dca99e

Monochromatic Colors of #dcc89e

#dcc89e

Complementary Color

#dcc89e #9eb2dc

#dcc89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc89e Color CSS Codes

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

#dcc89e Text Font Color

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

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


#dcc89e Background Color

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

This div background color is #dcc89e


#dcc89e Border Color

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

This div border color is #dcc89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc89e


Comments

No comments written yet.

Please login to write comment.