Color Hex Logo

#dcb555 Color Hex

#DCB555
(220,181,85)
0 Favorites   0 Comments

Color spaces of #dcb555

RGB 22018185
HSL0.120.660.60
HSV43°61°86°
CMYK 0.000.180.61   0.14
XYZ47.678848.919315.5238
Yxy48.91930.42520.4363
Hunter Lab69.9423-0.717935.8001
CIE-Lab75.40113.311853.1058

#dcb555 color RGB value is (220,181,85).

#dcb555 hex color red value is 220, green value is 181 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dcb555 hue: 0.12 , saturation: 0.66 and the lightness value of dcb555 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 01010101
Octal 334 265 125
Decimal 220 181 85
Hex DC B5 55

RGB Percentages of Color #dcb555

%45.27
%37.24
%17.49

CMYK Percentages of Color #dcb555

%0
%18
%61
%14

Triadic Colors of #dcb555

#dcb555 #55dcb5 #b555dc

Analogous Colors of #dcb555

#dcb555 #c0dc55 #dc7255

Monochromatic Colors of #dcb555

#dcb555

Complementary Color

#dcb555 #557cdc

#dcb555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb555 Color CSS Codes

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

#dcb555 Text Font Color

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

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


#dcb555 Background Color

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

This div background color is #dcb555


#dcb555 Border Color

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

This div border color is #dcb555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb555


Comments

No comments written yet.

Please login to write comment.