Shades of Chocolate #DC5B16
Tints of Chocolate #DC5B16
RGB
CMYK
RGB Variations
Color information
#DC5B16 (or 0xDC5B16) is known color: Chocolate. HEX triplet: DC, 5B and 16. RGB value is (220,91,22). Sum of RGB (Red+Green+Blue) = 220+91+22=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5B16 is #23A4E9. Grayscale: #7A7A7A. Windows color (decimal): -2335978 or 1465308. OLE color: 1465308.
HSL color Cylindrical-coordinate representation of color #DC5B16: hue angle of 20.91º 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 #DC5B16 is Cyan = 0, Magento = 0.59, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 22 | - |
| CMYK | 0 | 0.59 | 0.9 | 0.14 |
| HSL | 20.91º | 0.82% | 0.47% | - |
| HSV(B) | 20.91º | 0.9% | 0.86% | - |
| XYZ | 33.4 | 22.76 | 3.39 | - |
| YUV | 121.71 | 71.74 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 22 | 0 | 0.59 | 0.9 | 0.14 | 20.91 | 0.82 | 0.47 |
| Hex | DC | 5B | 16 | 0 | 3B | 5A | E | 15 | 52 | 2F |
| Octal | 334 | 133 | 26 | 0 | 73 | 132 | 16 | 25 | 122 | 57 |
| Binary | 11011100 | 1011011 | 10110 | 0 | 111011 | 1011010 | 1110 | 10101 | 1010010 | 101111 |
Color Harmonies of #DC5B16
Complementary color
Monochromatic Colors of #DC5B16
Black with #DC5B16
Text Example
Text Example
White with #DC5B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B16; }
p { color: rgb(220,91,22); }
H1.HeaderClassName
{
color: #DC5B16;
}
.AnyTagClassName
{
color: #DC5B16;
}
</style>
background-color css
<style>
a { background-color: #DC5B16; }
a { background-color: rgb(220,91,22); }
div.DivClassName
{
background-color: #DC5B16;
}
.BgClassName
{
background-color: #DC5B16;
}
</style>
border-color css
<style>
span { border-color: #DC5B16; }
span { border-color: rgb(220,91,22); }
td.TdClassName
{
border-color: #DC5B16;
}
.TagClassName
{
border-color: #DC5B16;
}
</style>