Color Hex Logo

#dcb36c Color Hex

#DCB36C
(220,179,108)
0 Favorites   0 Comments

Color spaces of #dcb36c

RGB 220179108
HSL0.110.620.64
HSV38°51°86°
CMYK 0.000.190.51   0.14
XYZ48.342148.538621.0083
Yxy48.53860.41010.4117
Hunter Lab69.66961.935030.8904
CIE-Lab75.16346.170341.6095

#dcb36c color RGB value is (220,179,108).

#dcb36c hex color red value is 220, green value is 179 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dcb36c hue: 0.11 , saturation: 0.62 and the lightness value of dcb36c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 01101100
Octal 334 263 154
Decimal 220 179 108
Hex DC B3 6C

RGB Percentages of Color #dcb36c

%43.39
%35.31
%21.30

CMYK Percentages of Color #dcb36c

%0
%19
%51
%14

Triadic Colors of #dcb36c

#dcb36c #6cdcb3 #b36cdc

Analogous Colors of #dcb36c

#dcb36c #cddc6c #dc7b6c

Monochromatic Colors of #dcb36c

#dcb36c

Complementary Color

#dcb36c #6c95dc

#dcb36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb36c Color CSS Codes

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

#dcb36c Text Font Color

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

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


#dcb36c Background Color

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

This div background color is #dcb36c


#dcb36c Border Color

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

This div border color is #dcb36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb36c


Comments

No comments written yet.

Please login to write comment.