Color Hex Logo

#dcb57a Color Hex

#DCB57A
(220,181,122)
0 Favorites   0 Comments

Color spaces of #dcb57a

RGB 220181122
HSL0.100.580.67
HSV36°45°86°
CMYK 0.000.180.45   0.14
XYZ49.551949.668525.3877
Yxy49.66850.39770.3986
Hunter Lab70.47592.171327.9749
CIE-Lab75.86536.446635.2905

#dcb57a color RGB value is (220,181,122).

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

The process color (four color CMYK) of #dcb57a color hex is 0.00, 0.18, 0.45, 0.14. Web safe color of #dcb57a is #cccc66. Color #dcb57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 01111010
Octal 334 265 172
Decimal 220 181 122
Hex DC B5 7A

RGB Percentages of Color #dcb57a

%42.07
%34.61
%23.33

CMYK Percentages of Color #dcb57a

%0
%18
%45
%14

Triadic Colors of #dcb57a

#dcb57a #7adcb5 #b57adc

Analogous Colors of #dcb57a

#dcb57a #d2dc7a #dc847a

Monochromatic Colors of #dcb57a

#dcb57a

Complementary Color

#dcb57a #7aa1dc

#dcb57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb57a Color CSS Codes

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

#dcb57a Text Font Color

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

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


#dcb57a Background Color

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

This div background color is #dcb57a


#dcb57a Border Color

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

This div border color is #dcb57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb57a


Comments

No comments written yet.

Please login to write comment.