Shades of Chocolate #DF7016
Tints of Chocolate #DF7016
RGB
CMYK
RGB Variations
Color information
#DF7016 (or 0xDF7016) is known color: Chocolate. HEX triplet: DF, 70 and 16. RGB value is (223,112,22). Sum of RGB (Red+Green+Blue) = 223+112+22=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7016 is #208FE9. Grayscale: #878787. Windows color (decimal): -2133994 or 1470687. OLE color: 1470687.
HSL color Cylindrical-coordinate representation of color #DF7016: hue angle of 26.87º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF7016 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 22 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.13 |
| HSL | 26.87º | 0.82% | 0.48% | - |
| HSV(B) | 26.87º | 0.9% | 0.87% | - |
| XYZ | 36.37 | 27.33 | 4.12 | - |
| YUV | 134.93 | 64.27 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 22 | 0 | 0.50 | 0.90 | 0.13 | 26.87 | 0.82 | 0.48 |
| Hex | DF | 70 | 16 | 0 | 32 | 5A | D | 1B | 52 | 30 |
| Octal | 337 | 160 | 26 | 0 | 62 | 132 | 15 | 33 | 122 | 60 |
| Binary | 11011111 | 1110000 | 10110 | 0 | 110010 | 1011010 | 1101 | 11011 | 1010010 | 110000 |
Color Harmonies of #DF7016
Complementary color
Monochromatic Colors of #DF7016
Black with #DF7016
Text Example
Text Example
White with #DF7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7016; }
p { color: rgb(223,112,22); }
H1.HeaderClassName
{
color: #DF7016;
}
.AnyTagClassName
{
color: #DF7016;
}
</style>
background-color css
<style>
a { background-color: #DF7016; }
a { background-color: rgb(223,112,22); }
div.DivClassName
{
background-color: #DF7016;
}
.BgClassName
{
background-color: #DF7016;
}
</style>
border-color css
<style>
span { border-color: #DF7016; }
span { border-color: rgb(223,112,22); }
td.TdClassName
{
border-color: #DF7016;
}
.TagClassName
{
border-color: #DF7016;
}
</style>