Shades of Chocolate #DF5219
Tints of Chocolate #DF5219
RGB
CMYK
RGB Variations
Color information
#DF5219 (or 0xDF5219) is known color: Chocolate. HEX triplet: DF, 52 and 19. RGB value is (223,82,25). Sum of RGB (Red+Green+Blue) = 223+82+25=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5219 is #20ADE6. Grayscale: #767676. Windows color (decimal): -2141671 or 1659615. OLE color: 1659615.
HSL color Cylindrical-coordinate representation of color #DF5219: hue angle of 17.27º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF5219 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 25 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.13 |
| HSL | 17.27º | 0.8% | 0.49% | - |
| HSV(B) | 17.27º | 0.89% | 0.87% | - |
| XYZ | 33.62 | 21.79 | 3.35 | - |
| YUV | 117.66 | 75.71 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 25 | 0 | 0.63 | 0.89 | 0.13 | 17.27 | 0.8 | 0.49 |
| Hex | DF | 52 | 19 | 0 | 3F | 59 | D | 11 | 50 | 31 |
| Octal | 337 | 122 | 31 | 0 | 77 | 131 | 15 | 21 | 120 | 61 |
| Binary | 11011111 | 1010010 | 11001 | 0 | 111111 | 1011001 | 1101 | 10001 | 1010000 | 110001 |
Color Harmonies of #DF5219
Complementary color
Monochromatic Colors of #DF5219
Black with #DF5219
Text Example
Text Example
White with #DF5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5219; }
p { color: rgb(223,82,25); }
H1.HeaderClassName
{
color: #DF5219;
}
.AnyTagClassName
{
color: #DF5219;
}
</style>
background-color css
<style>
a { background-color: #DF5219; }
a { background-color: rgb(223,82,25); }
div.DivClassName
{
background-color: #DF5219;
}
.BgClassName
{
background-color: #DF5219;
}
</style>
border-color css
<style>
span { border-color: #DF5219; }
span { border-color: rgb(223,82,25); }
td.TdClassName
{
border-color: #DF5219;
}
.TagClassName
{
border-color: #DF5219;
}
</style>