Color Hex Logo

#dcb36f Color Hex

#DCB36F
(220,179,111)
0 Favorites   0 Comments

Color spaces of #dcb36f

RGB 220179111
HSL0.100.610.65
HSV37°50°86°
CMYK 0.000.190.50   0.14
XYZ48.504548.603521.8639
Yxy48.60350.40770.4085
Hunter Lab69.71622.186630.2072
CIE-Lab75.20406.441740.1315

#dcb36f color RGB value is (220,179,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 01101111
Octal 334 263 157
Decimal 220 179 111
Hex DC B3 6F

RGB Percentages of Color #dcb36f

%43.14
%35.10
%21.76

CMYK Percentages of Color #dcb36f

%0
%19
%50
%14

Triadic Colors of #dcb36f

#dcb36f #6fdcb3 #b36fdc

Analogous Colors of #dcb36f

#dcb36f #cfdc6f #dc7d6f

Monochromatic Colors of #dcb36f

#dcb36f

Complementary Color

#dcb36f #6f98dc

#dcb36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb36f Color CSS Codes

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

#dcb36f Text Font Color

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

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


#dcb36f Background Color

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

This div background color is #dcb36f


#dcb36f Border Color

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

This div border color is #dcb36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb36f


Comments

No comments written yet.

Please login to write comment.