Color Hex Logo

#dcb59d Color Hex

#DCB59D
(220,181,157)
0 Favorites   0 Comments

Color spaces of #dcb59d

RGB 220181157
HSL0.060.470.74
HSV23°29°86°
CMYK 0.000.180.29   0.14
XYZ52.124950.697738.9366
Yxy50.69770.36770.3576
Hunter Lab71.20236.070017.4192
CIE-Lab76.495510.578317.5161

#dcb59d color RGB value is (220,181,157).

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

The process color (four color CMYK) of #dcb59d color hex is 0.00, 0.18, 0.29, 0.14. Web safe color of #dcb59d is #cccc99. Color #dcb59d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 10011101
Octal 334 265 235
Decimal 220 181 157
Hex DC B5 9D

RGB Percentages of Color #dcb59d

%39.43
%32.44
%28.14

CMYK Percentages of Color #dcb59d

%0
%18
%29
%14

Triadic Colors of #dcb59d

#dcb59d #9ddcb5 #b59ddc

Analogous Colors of #dcb59d

#dcb59d #dcd59d #dc9da5

Monochromatic Colors of #dcb59d

#dcb59d

Complementary Color

#dcb59d #9dc4dc

#dcb59d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb59d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb59d Color CSS Codes

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

#dcb59d Text Font Color

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

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


#dcb59d Background Color

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

This div background color is #dcb59d


#dcb59d Border Color

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

This div border color is #dcb59d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb59d


Comments

No comments written yet.

Please login to write comment.