Shades of Chocolate #DF5915
Tints of Chocolate #DF5915
RGB
CMYK
RGB Variations
Color information
#DF5915 (or 0xDF5915) is known color: Chocolate. HEX triplet: DF, 59 and 15. RGB value is (223,89,21). Sum of RGB (Red+Green+Blue) = 223+89+21=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5915 is #20A6EA. Grayscale: #797979. Windows color (decimal): -2139883 or 1399263. OLE color: 1399263.
HSL color Cylindrical-coordinate representation of color #DF5915: hue angle of 20.2º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF5915 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 21 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.13 |
| HSL | 20.2º | 0.83% | 0.48% | - |
| HSV(B) | 20.2º | 0.91% | 0.87% | - |
| XYZ | 34.14 | 22.89 | 3.33 | - |
| YUV | 121.31 | 71.39 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 21 | 0 | 0.60 | 0.91 | 0.13 | 20.2 | 0.83 | 0.48 |
| Hex | DF | 59 | 15 | 0 | 3C | 5B | D | 14 | 53 | 30 |
| Octal | 337 | 131 | 25 | 0 | 74 | 133 | 15 | 24 | 123 | 60 |
| Binary | 11011111 | 1011001 | 10101 | 0 | 111100 | 1011011 | 1101 | 10100 | 1010011 | 110000 |
Color Harmonies of #DF5915
Complementary color
Monochromatic Colors of #DF5915
Black with #DF5915
Text Example
Text Example
White with #DF5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5915; }
p { color: rgb(223,89,21); }
H1.HeaderClassName
{
color: #DF5915;
}
.AnyTagClassName
{
color: #DF5915;
}
</style>
background-color css
<style>
a { background-color: #DF5915; }
a { background-color: rgb(223,89,21); }
div.DivClassName
{
background-color: #DF5915;
}
.BgClassName
{
background-color: #DF5915;
}
</style>
border-color css
<style>
span { border-color: #DF5915; }
span { border-color: rgb(223,89,21); }
td.TdClassName
{
border-color: #DF5915;
}
.TagClassName
{
border-color: #DF5915;
}
</style>