Color Hex Logo

#dcd89e Color Hex

#DCD89E
(220,216,158)
0 Favorites   0 Comments

Color spaces of #dcd89e

RGB 220216158
HSL0.160.470.74
HSV56°28°86°
CMYK 0.000.020.28   0.14
XYZ60.242666.796042.0655
Yxy66.79600.35620.3950
Hunter Lab81.7288-11.452526.6938
CIE-Lab85.4008-7.577229.1651

#dcd89e color RGB value is (220,216,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 10011110
Octal 334 330 236
Decimal 220 216 158
Hex DC D8 9E

RGB Percentages of Color #dcd89e

%37.04
%36.36
%26.60

CMYK Percentages of Color #dcd89e

%0
%2
%28
%14

Triadic Colors of #dcd89e

#dcd89e #9edcd8 #d89edc

Analogous Colors of #dcd89e

#dcd89e #c1dc9e #dcb99e

Monochromatic Colors of #dcd89e

#dcd89e

Complementary Color

#dcd89e #9ea2dc

#dcd89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd89e Color CSS Codes

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

#dcd89e Text Font Color

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

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


#dcd89e Background Color

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

This div background color is #dcd89e


#dcd89e Border Color

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

This div border color is #dcd89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd89e


Comments

No comments written yet.

Please login to write comment.