Shades of Chocolate #DF5916
Tints of Chocolate #DF5916
RGB
CMYK
RGB Variations
Color information
#DF5916 (or 0xDF5916) is known color: Chocolate. HEX triplet: DF, 59 and 16. RGB value is (223,89,22). Sum of RGB (Red+Green+Blue) = 223+89+22=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5916 is #20A6E9. Grayscale: #797979. Windows color (decimal): -2139882 or 1464799. OLE color: 1464799.
HSL color Cylindrical-coordinate representation of color #DF5916: hue angle of 20º 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 #DF5916 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 22 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.13 |
| HSL | 20º | 0.82% | 0.48% | - |
| HSV(B) | 20º | 0.9% | 0.87% | - |
| XYZ | 34.15 | 22.89 | 3.38 | - |
| YUV | 121.43 | 71.89 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 22 | 0 | 0.60 | 0.90 | 0.13 | 20 | 0.82 | 0.48 |
| Hex | DF | 59 | 16 | 0 | 3C | 5A | D | 14 | 52 | 30 |
| Octal | 337 | 131 | 26 | 0 | 74 | 132 | 15 | 24 | 122 | 60 |
| Binary | 11011111 | 1011001 | 10110 | 0 | 111100 | 1011010 | 1101 | 10100 | 1010010 | 110000 |
Color Harmonies of #DF5916
Complementary color
Monochromatic Colors of #DF5916
Black with #DF5916
Text Example
Text Example
White with #DF5916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5916; }
p { color: rgb(223,89,22); }
H1.HeaderClassName
{
color: #DF5916;
}
.AnyTagClassName
{
color: #DF5916;
}
</style>
background-color css
<style>
a { background-color: #DF5916; }
a { background-color: rgb(223,89,22); }
div.DivClassName
{
background-color: #DF5916;
}
.BgClassName
{
background-color: #DF5916;
}
</style>
border-color css
<style>
span { border-color: #DF5916; }
span { border-color: rgb(223,89,22); }
td.TdClassName
{
border-color: #DF5916;
}
.TagClassName
{
border-color: #DF5916;
}
</style>