Shades of Chocolate #DC5A17
Tints of Chocolate #DC5A17
RGB
CMYK
RGB Variations
Color information
#DC5A17 (or 0xDC5A17) is known color: Chocolate. HEX triplet: DC, 5A and 17. RGB value is (220,90,23). Sum of RGB (Red+Green+Blue) = 220+90+23=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A17 is #23A5E8. Grayscale: #797979. Windows color (decimal): -2336233 or 1530588. OLE color: 1530588.
HSL color Cylindrical-coordinate representation of color #DC5A17: hue angle of 20.41º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC5A17 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 23 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.14 |
| HSL | 20.41º | 0.81% | 0.48% | - |
| HSV(B) | 20.41º | 0.9% | 0.86% | - |
| XYZ | 33.33 | 22.59 | 3.41 | - |
| YUV | 121.23 | 72.57 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 23 | 0 | 0.59 | 0.90 | 0.14 | 20.41 | 0.81 | 0.48 |
| Hex | DC | 5A | 17 | 0 | 3B | 5A | E | 14 | 51 | 30 |
| Octal | 334 | 132 | 27 | 0 | 73 | 132 | 16 | 24 | 121 | 60 |
| Binary | 11011100 | 1011010 | 10111 | 0 | 111011 | 1011010 | 1110 | 10100 | 1010001 | 110000 |
Color Harmonies of #DC5A17
Complementary color
Monochromatic Colors of #DC5A17
Black with #DC5A17
Text Example
Text Example
White with #DC5A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A17; }
p { color: rgb(220,90,23); }
H1.HeaderClassName
{
color: #DC5A17;
}
.AnyTagClassName
{
color: #DC5A17;
}
</style>
background-color css
<style>
a { background-color: #DC5A17; }
a { background-color: rgb(220,90,23); }
div.DivClassName
{
background-color: #DC5A17;
}
.BgClassName
{
background-color: #DC5A17;
}
</style>
border-color css
<style>
span { border-color: #DC5A17; }
span { border-color: rgb(220,90,23); }
td.TdClassName
{
border-color: #DC5A17;
}
.TagClassName
{
border-color: #DC5A17;
}
</style>