Color Hex Logo

#dcb56d Color Hex

#DCB56D
(220,181,109)
0 Favorites   0 Comments

Color spaces of #dcb56d

RGB 220181109
HSL0.110.610.65
HSV39°50°86°
CMYK 0.000.180.50   0.14
XYZ48.799449.367521.4249
Yxy49.36750.40800.4128
Hunter Lab70.26201.015931.1042
CIE-Lab75.67945.200741.7403

#dcb56d color RGB value is (220,181,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 01101101
Octal 334 265 155
Decimal 220 181 109
Hex DC B5 6D

RGB Percentages of Color #dcb56d

%43.14
%35.49
%21.37

CMYK Percentages of Color #dcb56d

%0
%18
%50
%14

Triadic Colors of #dcb56d

#dcb56d #6ddcb5 #b56ddc

Analogous Colors of #dcb56d

#dcb56d #ccdc6d #dc7e6d

Monochromatic Colors of #dcb56d

#dcb56d

Complementary Color

#dcb56d #6d94dc

#dcb56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb56d Color CSS Codes

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

#dcb56d Text Font Color

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

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


#dcb56d Background Color

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

This div background color is #dcb56d


#dcb56d Border Color

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

This div border color is #dcb56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb56d


Comments

No comments written yet.

Please login to write comment.