Color Hex Logo

#dcb59e Color Hex

#DCB59E
(220,181,158)
0 Favorites   0 Comments

Color spaces of #dcb59e

RGB 220181158
HSL0.060.470.74
HSV22°28°86°
CMYK 0.000.180.28   0.14
XYZ52.210650.732039.3882
Yxy50.73200.36680.3564
Hunter Lab71.22646.198417.0711
CIE-Lab76.516410.712617.0054

#dcb59e color RGB value is (220,181,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 10011110
Octal 334 265 236
Decimal 220 181 158
Hex DC B5 9E

RGB Percentages of Color #dcb59e

%39.36
%32.38
%28.26

CMYK Percentages of Color #dcb59e

%0
%18
%28
%14

Triadic Colors of #dcb59e

#dcb59e #9edcb5 #b59edc

Analogous Colors of #dcb59e

#dcb59e #dcd49e #dc9ea6

Monochromatic Colors of #dcb59e

#dcb59e

Complementary Color

#dcb59e #9ec5dc

#dcb59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb59e Color CSS Codes

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

#dcb59e Text Font Color

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

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


#dcb59e Background Color

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

This div background color is #dcb59e


#dcb59e Border Color

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

This div border color is #dcb59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb59e

#dcb59e Color Palettes


Comments

No comments written yet.

Please login to write comment.