Shades of Chocolate #DF5818
Tints of Chocolate #DF5818
RGB
CMYK
RGB Variations
Color information
#DF5818 (or 0xDF5818) is known color: Chocolate. HEX triplet: DF, 58 and 18. RGB value is (223,88,24). Sum of RGB (Red+Green+Blue) = 223+88+24=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5818 is #20A7E7. Grayscale: #797979. Windows color (decimal): -2140136 or 1595615. OLE color: 1595615.
HSL color Cylindrical-coordinate representation of color #DF5818: hue angle of 19.3º 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 #DF5818 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 24 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.13 |
| HSL | 19.3º | 0.81% | 0.48% | - |
| HSV(B) | 19.3º | 0.89% | 0.87% | - |
| XYZ | 34.09 | 22.73 | 3.46 | - |
| YUV | 121.07 | 73.23 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 24 | 0 | 0.61 | 0.89 | 0.13 | 19.3 | 0.81 | 0.48 |
| Hex | DF | 58 | 18 | 0 | 3D | 59 | D | 13 | 51 | 30 |
| Octal | 337 | 130 | 30 | 0 | 75 | 131 | 15 | 23 | 121 | 60 |
| Binary | 11011111 | 1011000 | 11000 | 0 | 111101 | 1011001 | 1101 | 10011 | 1010001 | 110000 |
Color Harmonies of #DF5818
Complementary color
Monochromatic Colors of #DF5818
Black with #DF5818
Text Example
Text Example
White with #DF5818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5818; }
p { color: rgb(223,88,24); }
H1.HeaderClassName
{
color: #DF5818;
}
.AnyTagClassName
{
color: #DF5818;
}
</style>
background-color css
<style>
a { background-color: #DF5818; }
a { background-color: rgb(223,88,24); }
div.DivClassName
{
background-color: #DF5818;
}
.BgClassName
{
background-color: #DF5818;
}
</style>
border-color css
<style>
span { border-color: #DF5818; }
span { border-color: rgb(223,88,24); }
td.TdClassName
{
border-color: #DF5818;
}
.TagClassName
{
border-color: #DF5818;
}
</style>