Shades of Chocolate #DC5A16
Tints of Chocolate #DC5A16
RGB
CMYK
RGB Variations
Color information
#DC5A16 (or 0xDC5A16) is known color: Chocolate. HEX triplet: DC, 5A and 16. RGB value is (220,90,22). Sum of RGB (Red+Green+Blue) = 220+90+22=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A16 is #23A5E9. Grayscale: #797979. Windows color (decimal): -2336234 or 1465052. OLE color: 1465052.
HSL color Cylindrical-coordinate representation of color #DC5A16: hue angle of 20.61º 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 #DC5A16 is Cyan = 0, Magento = 0.59, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 22 | - |
| CMYK | 0 | 0.59 | 0.9 | 0.14 |
| HSL | 20.61º | 0.82% | 0.47% | - |
| HSV(B) | 20.61º | 0.9% | 0.86% | - |
| XYZ | 33.32 | 22.59 | 3.36 | - |
| YUV | 121.12 | 72.07 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 22 | 0 | 0.59 | 0.9 | 0.14 | 20.61 | 0.82 | 0.47 |
| Hex | DC | 5A | 16 | 0 | 3B | 5A | E | 15 | 52 | 2F |
| Octal | 334 | 132 | 26 | 0 | 73 | 132 | 16 | 25 | 122 | 57 |
| Binary | 11011100 | 1011010 | 10110 | 0 | 111011 | 1011010 | 1110 | 10101 | 1010010 | 101111 |
Color Harmonies of #DC5A16
Complementary color
Monochromatic Colors of #DC5A16
Black with #DC5A16
Text Example
Text Example
White with #DC5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A16; }
p { color: rgb(220,90,22); }
H1.HeaderClassName
{
color: #DC5A16;
}
.AnyTagClassName
{
color: #DC5A16;
}
</style>
background-color css
<style>
a { background-color: #DC5A16; }
a { background-color: rgb(220,90,22); }
div.DivClassName
{
background-color: #DC5A16;
}
.BgClassName
{
background-color: #DC5A16;
}
</style>
border-color css
<style>
span { border-color: #DC5A16; }
span { border-color: rgb(220,90,22); }
td.TdClassName
{
border-color: #DC5A16;
}
.TagClassName
{
border-color: #DC5A16;
}
</style>