Shades of Chocolate #DF5119
Tints of Chocolate #DF5119
RGB
CMYK
RGB Variations
Color information
#DF5119 (or 0xDF5119) is known color: Chocolate. HEX triplet: DF, 51 and 19. RGB value is (223,81,25). Sum of RGB (Red+Green+Blue) = 223+81+25=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5119 is #20AEE6. Grayscale: #757575. Windows color (decimal): -2141927 or 1659359. OLE color: 1659359.
HSL color Cylindrical-coordinate representation of color #DF5119: hue angle of 16.97º 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 #DF5119 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 25 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.13 |
| HSL | 16.97º | 0.8% | 0.49% | - |
| HSV(B) | 16.97º | 0.89% | 0.87% | - |
| XYZ | 33.55 | 21.64 | 3.33 | - |
| YUV | 117.07 | 76.04 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 25 | 0 | 0.64 | 0.89 | 0.13 | 16.97 | 0.8 | 0.49 |
| Hex | DF | 51 | 19 | 0 | 40 | 59 | D | 11 | 50 | 31 |
| Octal | 337 | 121 | 31 | 0 | 100 | 131 | 15 | 21 | 120 | 61 |
| Binary | 11011111 | 1010001 | 11001 | 0 | 1000000 | 1011001 | 1101 | 10001 | 1010000 | 110001 |
Color Harmonies of #DF5119
Complementary color
Monochromatic Colors of #DF5119
Black with #DF5119
Text Example
Text Example
White with #DF5119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5119; }
p { color: rgb(223,81,25); }
H1.HeaderClassName
{
color: #DF5119;
}
.AnyTagClassName
{
color: #DF5119;
}
</style>
background-color css
<style>
a { background-color: #DF5119; }
a { background-color: rgb(223,81,25); }
div.DivClassName
{
background-color: #DF5119;
}
.BgClassName
{
background-color: #DF5119;
}
</style>
border-color css
<style>
span { border-color: #DF5119; }
span { border-color: rgb(223,81,25); }
td.TdClassName
{
border-color: #DF5119;
}
.TagClassName
{
border-color: #DF5119;
}
</style>