Color Hex Logo

#dcd59b Color Hex

#DCD59B
(220,213,155)
0 Favorites   0 Comments

Color spaces of #dcd59b

RGB 220213155
HSL0.150.480.74
HSV54°30°86°
CMYK 0.000.030.30   0.14
XYZ59.225865.170740.4680
Yxy65.17070.35920.3953
Hunter Lab80.7284-10.319426.7886
CIE-Lab84.5716-6.433229.6032

#dcd59b color RGB value is (220,213,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 10011011
Octal 334 325 233
Decimal 220 213 155
Hex DC D5 9B

RGB Percentages of Color #dcd59b

%37.41
%36.22
%26.36

CMYK Percentages of Color #dcd59b

%0
%3
%30
%14

Triadic Colors of #dcd59b

#dcd59b #9bdcd5 #d59bdc

Analogous Colors of #dcd59b

#dcd59b #c3dc9b #dcb59b

Monochromatic Colors of #dcd59b

#dcd59b

Complementary Color

#dcd59b #9ba2dc

#dcd59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd59b Color CSS Codes

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

#dcd59b Text Font Color

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

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


#dcd59b Background Color

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

This div background color is #dcd59b


#dcd59b Border Color

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

This div border color is #dcd59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd59b


Comments

No comments written yet.

Please login to write comment.