Shades of Chocolate #DC5916
Tints of Chocolate #DC5916
RGB
CMYK
RGB Variations
Color information
#DC5916 (or 0xDC5916) is known color: Chocolate. HEX triplet: DC, 59 and 16. RGB value is (220,89,22). Sum of RGB (Red+Green+Blue) = 220+89+22=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5916 is #23A6E9. Grayscale: #787878. Windows color (decimal): -2336490 or 1464796. OLE color: 1464796.
HSL color Cylindrical-coordinate representation of color #DC5916: hue angle of 20.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC5916 is Cyan = 0, Magento = 0.60, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 22 | - |
| CMYK | 0 | 0.60 | 0.9 | 0.14 |
| HSL | 20.3º | 0.82% | 0.47% | - |
| HSV(B) | 20.3º | 0.9% | 0.86% | - |
| XYZ | 33.23 | 22.42 | 3.33 | - |
| YUV | 120.53 | 72.4 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 22 | 0 | 0.60 | 0.9 | 0.14 | 20.3 | 0.82 | 0.47 |
| Hex | DC | 59 | 16 | 0 | 3C | 5A | E | 14 | 52 | 2F |
| Octal | 334 | 131 | 26 | 0 | 74 | 132 | 16 | 24 | 122 | 57 |
| Binary | 11011100 | 1011001 | 10110 | 0 | 111100 | 1011010 | 1110 | 10100 | 1010010 | 101111 |
Color Harmonies of #DC5916
Complementary color
Monochromatic Colors of #DC5916
Black with #DC5916
Text Example
Text Example
White with #DC5916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5916; }
p { color: rgb(220,89,22); }
H1.HeaderClassName
{
color: #DC5916;
}
.AnyTagClassName
{
color: #DC5916;
}
</style>
background-color css
<style>
a { background-color: #DC5916; }
a { background-color: rgb(220,89,22); }
div.DivClassName
{
background-color: #DC5916;
}
.BgClassName
{
background-color: #DC5916;
}
</style>
border-color css
<style>
span { border-color: #DC5916; }
span { border-color: rgb(220,89,22); }
td.TdClassName
{
border-color: #DC5916;
}
.TagClassName
{
border-color: #DC5916;
}
</style>