Color Hex Logo

#dcd99e Color Hex

#DCD99E
(220,217,158)
0 Favorites   0 Comments

Color spaces of #dcd99e

RGB 220217158
HSL0.160.470.74
HSV57°28°86°
CMYK 0.000.010.28   0.14
XYZ60.499667.310042.1512
Yxy67.31000.35600.3960
Hunter Lab82.0427-11.945926.9683
CIE-Lab85.6603-8.085529.5135

#dcd99e color RGB value is (220,217,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 10011110
Octal 334 331 236
Decimal 220 217 158
Hex DC D9 9E

RGB Percentages of Color #dcd99e

%36.97
%36.47
%26.55

CMYK Percentages of Color #dcd99e

%0
%1
%28
%14

Triadic Colors of #dcd99e

#dcd99e #9edcd9 #d99edc

Analogous Colors of #dcd99e

#dcd99e #c0dc9e #dcba9e

Monochromatic Colors of #dcd99e

#dcd99e

Complementary Color

#dcd99e #9ea1dc

#dcd99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd99e Color CSS Codes

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

#dcd99e Text Font Color

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

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


#dcd99e Background Color

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

This div background color is #dcd99e


#dcd99e Border Color

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

This div border color is #dcd99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd99e


Comments

No comments written yet.

Please login to write comment.