Shades of Chocolate #DF5918
Tints of Chocolate #DF5918
RGB
CMYK
RGB Variations
Color information
#DF5918 (or 0xDF5918) is known color: Chocolate. HEX triplet: DF, 59 and 18. RGB value is (223,89,24). Sum of RGB (Red+Green+Blue) = 223+89+24=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5918 is #20A6E7. Grayscale: #7A7A7A. Windows color (decimal): -2139880 or 1595871. OLE color: 1595871.
HSL color Cylindrical-coordinate representation of color #DF5918: hue angle of 19.6º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF5918 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 24 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.13 |
| HSL | 19.6º | 0.81% | 0.48% | - |
| HSV(B) | 19.6º | 0.89% | 0.87% | - |
| XYZ | 34.17 | 22.9 | 3.48 | - |
| YUV | 121.66 | 72.89 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 24 | 0 | 0.60 | 0.89 | 0.13 | 19.6 | 0.81 | 0.48 |
| Hex | DF | 59 | 18 | 0 | 3C | 59 | D | 14 | 51 | 30 |
| Octal | 337 | 131 | 30 | 0 | 74 | 131 | 15 | 24 | 121 | 60 |
| Binary | 11011111 | 1011001 | 11000 | 0 | 111100 | 1011001 | 1101 | 10100 | 1010001 | 110000 |
Color Harmonies of #DF5918
Complementary color
Monochromatic Colors of #DF5918
Black with #DF5918
Text Example
Text Example
White with #DF5918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5918; }
p { color: rgb(223,89,24); }
H1.HeaderClassName
{
color: #DF5918;
}
.AnyTagClassName
{
color: #DF5918;
}
</style>
background-color css
<style>
a { background-color: #DF5918; }
a { background-color: rgb(223,89,24); }
div.DivClassName
{
background-color: #DF5918;
}
.BgClassName
{
background-color: #DF5918;
}
</style>
border-color css
<style>
span { border-color: #DF5918; }
span { border-color: rgb(223,89,24); }
td.TdClassName
{
border-color: #DF5918;
}
.TagClassName
{
border-color: #DF5918;
}
</style>