Shades of Chocolate #DF5816
Tints of Chocolate #DF5816
RGB
CMYK
RGB Variations
Color information
#DF5816 (or 0xDF5816) is known color: Chocolate. HEX triplet: DF, 58 and 16. RGB value is (223,88,22). Sum of RGB (Red+Green+Blue) = 223+88+22=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5816 is #20A7E9. Grayscale: #797979. Windows color (decimal): -2140138 or 1464543. OLE color: 1464543.
HSL color Cylindrical-coordinate representation of color #DF5816: hue angle of 19.7º 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 #DF5816 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 22 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.13 |
| HSL | 19.7º | 0.82% | 0.48% | - |
| HSV(B) | 19.7º | 0.9% | 0.87% | - |
| XYZ | 34.07 | 22.73 | 3.35 | - |
| YUV | 120.84 | 72.23 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 22 | 0 | 0.61 | 0.90 | 0.13 | 19.7 | 0.82 | 0.48 |
| Hex | DF | 58 | 16 | 0 | 3D | 5A | D | 14 | 52 | 30 |
| Octal | 337 | 130 | 26 | 0 | 75 | 132 | 15 | 24 | 122 | 60 |
| Binary | 11011111 | 1011000 | 10110 | 0 | 111101 | 1011010 | 1101 | 10100 | 1010010 | 110000 |
Color Harmonies of #DF5816
Complementary color
Monochromatic Colors of #DF5816
Black with #DF5816
Text Example
Text Example
White with #DF5816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5816; }
p { color: rgb(223,88,22); }
H1.HeaderClassName
{
color: #DF5816;
}
.AnyTagClassName
{
color: #DF5816;
}
</style>
background-color css
<style>
a { background-color: #DF5816; }
a { background-color: rgb(223,88,22); }
div.DivClassName
{
background-color: #DF5816;
}
.BgClassName
{
background-color: #DF5816;
}
</style>
border-color css
<style>
span { border-color: #DF5816; }
span { border-color: rgb(223,88,22); }
td.TdClassName
{
border-color: #DF5816;
}
.TagClassName
{
border-color: #DF5816;
}
</style>