Shades of Chocolate #DF7116
Tints of Chocolate #DF7116
RGB
CMYK
RGB Variations
Color information
#DF7116 (or 0xDF7116) is known color: Chocolate. HEX triplet: DF, 71 and 16. RGB value is (223,113,22). Sum of RGB (Red+Green+Blue) = 223+113+22=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7116 is #208EE9. Grayscale: #878787. Windows color (decimal): -2133738 or 1470943. OLE color: 1470943.
HSL color Cylindrical-coordinate representation of color #DF7116: hue angle of 27.16º 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 #DF7116 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 22 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.13 |
| HSL | 27.16º | 0.82% | 0.48% | - |
| HSV(B) | 27.16º | 0.9% | 0.87% | - |
| XYZ | 36.48 | 27.56 | 4.16 | - |
| YUV | 135.52 | 63.94 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 22 | 0 | 0.49 | 0.90 | 0.13 | 27.16 | 0.82 | 0.48 |
| Hex | DF | 71 | 16 | 0 | 31 | 5A | D | 1B | 52 | 30 |
| Octal | 337 | 161 | 26 | 0 | 61 | 132 | 15 | 33 | 122 | 60 |
| Binary | 11011111 | 1110001 | 10110 | 0 | 110001 | 1011010 | 1101 | 11011 | 1010010 | 110000 |
Color Harmonies of #DF7116
Complementary color
Monochromatic Colors of #DF7116
Black with #DF7116
Text Example
Text Example
White with #DF7116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7116; }
p { color: rgb(223,113,22); }
H1.HeaderClassName
{
color: #DF7116;
}
.AnyTagClassName
{
color: #DF7116;
}
</style>
background-color css
<style>
a { background-color: #DF7116; }
a { background-color: rgb(223,113,22); }
div.DivClassName
{
background-color: #DF7116;
}
.BgClassName
{
background-color: #DF7116;
}
</style>
border-color css
<style>
span { border-color: #DF7116; }
span { border-color: rgb(223,113,22); }
td.TdClassName
{
border-color: #DF7116;
}
.TagClassName
{
border-color: #DF7116;
}
</style>