Color Hex Logo

#dcb37f Color Hex

#DCB37F
(220,179,127)
0 Favorites   0 Comments

Color spaces of #dcb37f

RGB 220179127
HSL0.090.570.68
HSV34°42°86°
CMYK 0.000.190.42   0.14
XYZ49.466148.988126.9272
Yxy48.98810.39450.3907
Hunter Lab69.99153.668826.1839
CIE-Lab75.44398.030732.1244

#dcb37f color RGB value is (220,179,127).

#dcb37f hex color red value is 220, green value is 179 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dcb37f hue: 0.09 , saturation: 0.57 and the lightness value of dcb37f is 0.68.

The process color (four color CMYK) of #dcb37f color hex is 0.00, 0.19, 0.42, 0.14. Web safe color of #dcb37f is #cccc66. Color #dcb37f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 01111111
Octal 334 263 177
Decimal 220 179 127
Hex DC B3 7F

RGB Percentages of Color #dcb37f

%41.83
%34.03
%24.14

CMYK Percentages of Color #dcb37f

%0
%19
%42
%14

Triadic Colors of #dcb37f

#dcb37f #7fdcb3 #b37fdc

Analogous Colors of #dcb37f

#dcb37f #d7dc7f #dc857f

Monochromatic Colors of #dcb37f

#dcb37f

Complementary Color

#dcb37f #7fa8dc

#dcb37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb37f Color CSS Codes

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

#dcb37f Text Font Color

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

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


#dcb37f Background Color

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

This div background color is #dcb37f


#dcb37f Border Color

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

This div border color is #dcb37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb37f


Comments

No comments written yet.

Please login to write comment.