Shades of Chocolate #DF5519
Tints of Chocolate #DF5519
RGB
CMYK
RGB Variations
Color information
#DF5519 (or 0xDF5519) is known color: Chocolate. HEX triplet: DF, 55 and 19. RGB value is (223,85,25). Sum of RGB (Red+Green+Blue) = 223+85+25=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5519 is #20AAE6. Grayscale: #777777. Windows color (decimal): -2140903 or 1660383. OLE color: 1660383.
HSL color Cylindrical-coordinate representation of color #DF5519: hue angle of 18.18º 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 #DF5519 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 25 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.13 |
| HSL | 18.18º | 0.8% | 0.49% | - |
| HSV(B) | 18.18º | 0.89% | 0.87% | - |
| XYZ | 33.86 | 22.26 | 3.43 | - |
| YUV | 119.42 | 74.72 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 25 | 0 | 0.62 | 0.89 | 0.13 | 18.18 | 0.8 | 0.49 |
| Hex | DF | 55 | 19 | 0 | 3E | 59 | D | 12 | 50 | 31 |
| Octal | 337 | 125 | 31 | 0 | 76 | 131 | 15 | 22 | 120 | 61 |
| Binary | 11011111 | 1010101 | 11001 | 0 | 111110 | 1011001 | 1101 | 10010 | 1010000 | 110001 |
Color Harmonies of #DF5519
Complementary color
Monochromatic Colors of #DF5519
Black with #DF5519
Text Example
Text Example
White with #DF5519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5519; }
p { color: rgb(223,85,25); }
H1.HeaderClassName
{
color: #DF5519;
}
.AnyTagClassName
{
color: #DF5519;
}
</style>
background-color css
<style>
a { background-color: #DF5519; }
a { background-color: rgb(223,85,25); }
div.DivClassName
{
background-color: #DF5519;
}
.BgClassName
{
background-color: #DF5519;
}
</style>
border-color css
<style>
span { border-color: #DF5519; }
span { border-color: rgb(223,85,25); }
td.TdClassName
{
border-color: #DF5519;
}
.TagClassName
{
border-color: #DF5519;
}
</style>