Color Hex Logo

#dcb97a Color Hex

#DCB97A
(220,185,122)
0 Favorites   0 Comments

Color spaces of #dcb97a

RGB 220185122
HSL0.110.580.67
HSV39°45°86°
CMYK 0.000.160.45   0.14
XYZ50.377051.318725.6627
Yxy51.31870.39560.4029
Hunter Lab71.63710.160828.9064
CIE-Lab76.87174.330336.5827

#dcb97a color RGB value is (220,185,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01111010
Octal 334 271 172
Decimal 220 185 122
Hex DC B9 7A

RGB Percentages of Color #dcb97a

%41.75
%35.10
%23.15

CMYK Percentages of Color #dcb97a

%0
%16
%45
%14

Triadic Colors of #dcb97a

#dcb97a #7adcb9 #b97adc

Analogous Colors of #dcb97a

#dcb97a #cedc7a #dc887a

Monochromatic Colors of #dcb97a

#dcb97a

Complementary Color

#dcb97a #7a9ddc

#dcb97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb97a Color CSS Codes

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

#dcb97a Text Font Color

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

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


#dcb97a Background Color

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

This div background color is #dcb97a


#dcb97a Border Color

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

This div border color is #dcb97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb97a


Comments

No comments written yet.

Please login to write comment.