Shades of Chocolate #DC5917
Tints of Chocolate #DC5917
RGB
CMYK
RGB Variations
Color information
#DC5917 (or 0xDC5917) is known color: Chocolate. HEX triplet: DC, 59 and 17. RGB value is (220,89,23). Sum of RGB (Red+Green+Blue) = 220+89+23=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5917 is #23A6E8. Grayscale: #797979. Windows color (decimal): -2336489 or 1530332. OLE color: 1530332.
HSL color Cylindrical-coordinate representation of color #DC5917: hue angle of 20.1º 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 #DC5917 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 23 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.14 |
| HSL | 20.1º | 0.81% | 0.48% | - |
| HSV(B) | 20.1º | 0.9% | 0.86% | - |
| XYZ | 33.24 | 22.42 | 3.39 | - |
| YUV | 120.65 | 72.9 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 23 | 0 | 0.60 | 0.90 | 0.14 | 20.1 | 0.81 | 0.48 |
| Hex | DC | 59 | 17 | 0 | 3C | 5A | E | 14 | 51 | 30 |
| Octal | 334 | 131 | 27 | 0 | 74 | 132 | 16 | 24 | 121 | 60 |
| Binary | 11011100 | 1011001 | 10111 | 0 | 111100 | 1011010 | 1110 | 10100 | 1010001 | 110000 |
Color Harmonies of #DC5917
Complementary color
Monochromatic Colors of #DC5917
Black with #DC5917
Text Example
Text Example
White with #DC5917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5917; }
p { color: rgb(220,89,23); }
H1.HeaderClassName
{
color: #DC5917;
}
.AnyTagClassName
{
color: #DC5917;
}
</style>
background-color css
<style>
a { background-color: #DC5917; }
a { background-color: rgb(220,89,23); }
div.DivClassName
{
background-color: #DC5917;
}
.BgClassName
{
background-color: #DC5917;
}
</style>
border-color css
<style>
span { border-color: #DC5917; }
span { border-color: rgb(220,89,23); }
td.TdClassName
{
border-color: #DC5917;
}
.TagClassName
{
border-color: #DC5917;
}
</style>