Color Hex Logo

#dcb96f Color Hex

#DCB96F
(220,185,111)
0 Favorites   0 Comments

Color spaces of #dcb96f

RGB 220185111
HSL0.110.610.65
HSV41°50°86°
CMYK 0.000.160.50   0.14
XYZ49.733451.061322.2735
Yxy51.06130.40410.4149
Hunter Lab71.4572-0.816131.5391
CIE-Lab76.71613.270242.0118

#dcb96f color RGB value is (220,185,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01101111
Octal 334 271 157
Decimal 220 185 111
Hex DC B9 6F

RGB Percentages of Color #dcb96f

%42.64
%35.85
%21.51

CMYK Percentages of Color #dcb96f

%0
%16
%50
%14

Triadic Colors of #dcb96f

#dcb96f #6fdcb9 #b96fdc

Analogous Colors of #dcb96f

#dcb96f #c9dc6f #dc836f

Monochromatic Colors of #dcb96f

#dcb96f

Complementary Color

#dcb96f #6f92dc

#dcb96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb96f Color CSS Codes

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

#dcb96f Text Font Color

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

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


#dcb96f Background Color

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

This div background color is #dcb96f


#dcb96f Border Color

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

This div border color is #dcb96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb96f


Comments

No comments written yet.

Please login to write comment.