Color Hex Logo

#dcd59f Color Hex

#DCD59F
(220,213,159)
0 Favorites   0 Comments

Color spaces of #dcd59f

RGB 220213159
HSL0.150.470.74
HSV53°28°86°
CMYK 0.000.030.28   0.14
XYZ59.567565.307342.2669
Yxy65.30730.35640.3907
Hunter Lab80.8129-9.849625.5591
CIE-Lab84.6418-5.916127.6244

#dcd59f color RGB value is (220,213,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 10011111
Octal 334 325 237
Decimal 220 213 159
Hex DC D5 9F

RGB Percentages of Color #dcd59f

%37.16
%35.98
%26.86

CMYK Percentages of Color #dcd59f

%0
%3
%28
%14

Triadic Colors of #dcd59f

#dcd59f #9fdcd5 #d59fdc

Analogous Colors of #dcd59f

#dcd59f #c5dc9f #dcb79f

Monochromatic Colors of #dcd59f

#dcd59f

Complementary Color

#dcd59f #9fa6dc

#dcd59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd59f Color CSS Codes

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

#dcd59f Text Font Color

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

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


#dcd59f Background Color

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

This div background color is #dcd59f


#dcd59f Border Color

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

This div border color is #dcd59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd59f


Comments

No comments written yet.

Please login to write comment.