Color Hex Logo

#dcb36e Color Hex

#DCB36E
(220,179,110)
0 Favorites   0 Comments

Color spaces of #dcb36e

RGB 220179110
HSL0.100.610.65
HSV38°50°86°
CMYK 0.000.190.50   0.14
XYZ48.449848.581621.5755
Yxy48.58160.40850.4096
Hunter Lab69.70052.102030.4374
CIE-Lab75.19036.350540.6251

#dcb36e color RGB value is (220,179,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 01101110
Octal 334 263 156
Decimal 220 179 110
Hex DC B3 6E

RGB Percentages of Color #dcb36e

%43.22
%35.17
%21.61

CMYK Percentages of Color #dcb36e

%0
%19
%50
%14

Triadic Colors of #dcb36e

#dcb36e #6edcb3 #b36edc

Analogous Colors of #dcb36e

#dcb36e #cedc6e #dc7c6e

Monochromatic Colors of #dcb36e

#dcb36e

Complementary Color

#dcb36e #6e97dc

#dcb36e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb36e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb36e Color CSS Codes

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

#dcb36e Text Font Color

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

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


#dcb36e Background Color

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

This div background color is #dcb36e


#dcb36e Border Color

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

This div border color is #dcb36e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb36e


Comments

No comments written yet.

Please login to write comment.