Color Hex Logo

#dcd79e Color Hex

#DCD79E
(220,215,158)
0 Favorites   0 Comments

Color spaces of #dcd79e

RGB 220215158
HSL0.150.470.74
HSV55°28°86°
CMYK 0.000.020.28   0.14
XYZ59.987266.285141.9804
Yxy66.28510.35650.3940
Hunter Lab81.4157-10.958326.4192
CIE-Lab85.1416-7.067828.8165

#dcd79e color RGB value is (220,215,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 10011110
Octal 334 327 236
Decimal 220 215 158
Hex DC D7 9E

RGB Percentages of Color #dcd79e

%37.10
%36.26
%26.64

CMYK Percentages of Color #dcd79e

%0
%2
%28
%14

Triadic Colors of #dcd79e

#dcd79e #9edcd7 #d79edc

Analogous Colors of #dcd79e

#dcd79e #c2dc9e #dcb89e

Monochromatic Colors of #dcd79e

#dcd79e

Complementary Color

#dcd79e #9ea3dc

#dcd79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd79e Color CSS Codes

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

#dcd79e Text Font Color

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

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


#dcd79e Background Color

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

This div background color is #dcd79e


#dcd79e Border Color

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

This div border color is #dcd79e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd79e


Comments

No comments written yet.

Please login to write comment.