Color Hex Logo

#dcb06e Color Hex

#DCB06E
(220,176,110)
0 Favorites   0 Comments

Color spaces of #dcb06e

RGB 220176110
HSL0.100.610.65
HSV36°50°86°
CMYK 0.000.200.50   0.14
XYZ47.855047.392121.3772
Yxy47.39210.41030.4064
Hunter Lab68.84193.609729.7783
CIE-Lab74.43997.943839.6896

#dcb06e color RGB value is (220,176,110).

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

The process color (four color CMYK) of #dcb06e color hex is 0.00, 0.20, 0.50, 0.14. Web safe color of #dcb06e is #cc9966. Color #dcb06e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 01101110
Octal 334 260 156
Decimal 220 176 110
Hex DC B0 6E

RGB Percentages of Color #dcb06e

%43.48
%34.78
%21.74

CMYK Percentages of Color #dcb06e

%0
%20
%50
%14

Triadic Colors of #dcb06e

#dcb06e #6edcb0 #b06edc

Analogous Colors of #dcb06e

#dcb06e #d1dc6e #dc796e

Monochromatic Colors of #dcb06e

#dcb06e

Complementary Color

#dcb06e #6e9adc

#dcb06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb06e Color CSS Codes

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

#dcb06e Text Font Color

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

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


#dcb06e Background Color

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

This div background color is #dcb06e


#dcb06e Border Color

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

This div border color is #dcb06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb06e


Comments

No comments written yet.

Please login to write comment.