Color Hex Logo

#dcb97e Color Hex

#DCB97E
(220,185,126)
0 Favorites   0 Comments

Color spaces of #dcb97e

RGB 220185126
HSL0.100.570.68
HSV38°43°86°
CMYK 0.000.160.43   0.14
XYZ50.630151.419926.9952
Yxy51.41990.39230.3985
Hunter Lab71.70770.543727.8749
CIE-Lab76.93274.743934.5856

#dcb97e color RGB value is (220,185,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01111110
Octal 334 271 176
Decimal 220 185 126
Hex DC B9 7E

RGB Percentages of Color #dcb97e

%41.43
%34.84
%23.73

CMYK Percentages of Color #dcb97e

%0
%16
%43
%14

Triadic Colors of #dcb97e

#dcb97e #7edcb9 #b97edc

Analogous Colors of #dcb97e

#dcb97e #d0dc7e #dc8a7e

Monochromatic Colors of #dcb97e

#dcb97e

Complementary Color

#dcb97e #7ea1dc

#dcb97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb97e Color CSS Codes

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

#dcb97e Text Font Color

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

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


#dcb97e Background Color

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

This div background color is #dcb97e


#dcb97e Border Color

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

This div border color is #dcb97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb97e


Comments

No comments written yet.

Please login to write comment.