Shades of Chocolate #DC7016
Tints of Chocolate #DC7016
RGB
CMYK
RGB Variations
Color information
#DC7016 (or 0xDC7016) is known color: Chocolate. HEX triplet: DC, 70 and 16. RGB value is (220,112,22). Sum of RGB (Red+Green+Blue) = 220+112+22=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7016 is #238FE9. Grayscale: #868686. Windows color (decimal): -2330602 or 1470684. OLE color: 1470684.
HSL color Cylindrical-coordinate representation of color #DC7016: hue angle of 27.27º 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 #DC7016 is Cyan = 0, Magento = 0.49, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 22 | - |
| CMYK | 0 | 0.49 | 0.9 | 0.14 |
| HSL | 27.27º | 0.82% | 0.47% | - |
| HSV(B) | 27.27º | 0.9% | 0.86% | - |
| XYZ | 35.45 | 26.86 | 4.08 | - |
| YUV | 134.03 | 64.78 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 22 | 0 | 0.49 | 0.9 | 0.14 | 27.27 | 0.82 | 0.47 |
| Hex | DC | 70 | 16 | 0 | 31 | 5A | E | 1B | 52 | 2F |
| Octal | 334 | 160 | 26 | 0 | 61 | 132 | 16 | 33 | 122 | 57 |
| Binary | 11011100 | 1110000 | 10110 | 0 | 110001 | 1011010 | 1110 | 11011 | 1010010 | 101111 |
Color Harmonies of #DC7016
Complementary color
Monochromatic Colors of #DC7016
Black with #DC7016
Text Example
Text Example
White with #DC7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7016; }
p { color: rgb(220,112,22); }
H1.HeaderClassName
{
color: #DC7016;
}
.AnyTagClassName
{
color: #DC7016;
}
</style>
background-color css
<style>
a { background-color: #DC7016; }
a { background-color: rgb(220,112,22); }
div.DivClassName
{
background-color: #DC7016;
}
.BgClassName
{
background-color: #DC7016;
}
</style>
border-color css
<style>
span { border-color: #DC7016; }
span { border-color: rgb(220,112,22); }
td.TdClassName
{
border-color: #DC7016;
}
.TagClassName
{
border-color: #DC7016;
}
</style>