Color Hex Logo

#dcb06d Color Hex

#DCB06D
(220,176,109)
0 Favorites   0 Comments

Color spaces of #dcb06d

RGB 220176109
HSL0.100.610.65
HSV36°50°86°
CMYK 0.000.200.50   0.14
XYZ47.800947.370421.0920
Yxy47.37040.41110.4074
Hunter Lab68.82623.525430.0087
CIE-Lab74.42617.853440.1850

#dcb06d color RGB value is (220,176,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 01101101
Octal 334 260 155
Decimal 220 176 109
Hex DC B0 6D

RGB Percentages of Color #dcb06d

%43.56
%34.85
%21.58

CMYK Percentages of Color #dcb06d

%0
%20
%50
%14

Triadic Colors of #dcb06d

#dcb06d #6ddcb0 #b06ddc

Analogous Colors of #dcb06d

#dcb06d #d1dc6d #dc796d

Monochromatic Colors of #dcb06d

#dcb06d

Complementary Color

#dcb06d #6d99dc

#dcb06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb06d Color CSS Codes

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

#dcb06d Text Font Color

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

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


#dcb06d Background Color

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

This div background color is #dcb06d


#dcb06d Border Color

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

This div border color is #dcb06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb06d


Comments

No comments written yet.

Please login to write comment.