Shades of Chocolate #DC5E16
Tints of Chocolate #DC5E16
RGB
CMYK
RGB Variations
Color information
#DC5E16 (or 0xDC5E16) is known color: Chocolate. HEX triplet: DC, 5E and 16. RGB value is (220,94,22). Sum of RGB (Red+Green+Blue) = 220+94+22=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5E16 is #23A1E9. Grayscale: #7B7B7B. Windows color (decimal): -2335210 or 1466076. OLE color: 1466076.
HSL color Cylindrical-coordinate representation of color #DC5E16: hue angle of 21.82º 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 #DC5E16 is Cyan = 0, Magento = 0.57, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 22 | - |
| CMYK | 0 | 0.57 | 0.9 | 0.14 |
| HSL | 21.82º | 0.82% | 0.47% | - |
| HSV(B) | 21.82º | 0.9% | 0.86% | - |
| XYZ | 33.66 | 23.28 | 3.48 | - |
| YUV | 123.47 | 70.74 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 22 | 0 | 0.57 | 0.9 | 0.14 | 21.82 | 0.82 | 0.47 |
| Hex | DC | 5E | 16 | 0 | 39 | 5A | E | 16 | 52 | 2F |
| Octal | 334 | 136 | 26 | 0 | 71 | 132 | 16 | 26 | 122 | 57 |
| Binary | 11011100 | 1011110 | 10110 | 0 | 111001 | 1011010 | 1110 | 10110 | 1010010 | 101111 |
Color Harmonies of #DC5E16
Complementary color
Monochromatic Colors of #DC5E16
Black with #DC5E16
Text Example
Text Example
White with #DC5E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E16; }
p { color: rgb(220,94,22); }
H1.HeaderClassName
{
color: #DC5E16;
}
.AnyTagClassName
{
color: #DC5E16;
}
</style>
background-color css
<style>
a { background-color: #DC5E16; }
a { background-color: rgb(220,94,22); }
div.DivClassName
{
background-color: #DC5E16;
}
.BgClassName
{
background-color: #DC5E16;
}
</style>
border-color css
<style>
span { border-color: #DC5E16; }
span { border-color: rgb(220,94,22); }
td.TdClassName
{
border-color: #DC5E16;
}
.TagClassName
{
border-color: #DC5E16;
}
</style>