Color Hex Logo

#dcb37b Color Hex

#DCB37B
(220,179,123)
0 Favorites   0 Comments

Color spaces of #dcb37b

RGB 220179123
HSL0.100.580.67
HSV35°44°86°
CMYK 0.000.190.44   0.14
XYZ49.210548.885925.5811
Yxy48.88590.39790.3953
Hunter Lab69.91853.275827.2505
CIE-Lab75.38037.611034.1424

#dcb37b color RGB value is (220,179,123).

#dcb37b hex color red value is 220, green value is 179 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dcb37b hue: 0.10 , saturation: 0.58 and the lightness value of dcb37b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 01111011
Octal 334 263 173
Decimal 220 179 123
Hex DC B3 7B

RGB Percentages of Color #dcb37b

%42.15
%34.29
%23.56

CMYK Percentages of Color #dcb37b

%0
%19
%44
%14

Triadic Colors of #dcb37b

#dcb37b #7bdcb3 #b37bdc

Analogous Colors of #dcb37b

#dcb37b #d5dc7b #dc837b

Monochromatic Colors of #dcb37b

#dcb37b

Complementary Color

#dcb37b #7ba4dc

#dcb37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb37b Color CSS Codes

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

#dcb37b Text Font Color

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

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


#dcb37b Background Color

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

This div background color is #dcb37b


#dcb37b Border Color

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

This div border color is #dcb37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb37b

#dcb37b Color Palettes


Comments

No comments written yet.

Please login to write comment.