Shades of Chocolate #DF7019
Tints of Chocolate #DF7019
RGB
CMYK
RGB Variations
Color information
#DF7019 (or 0xDF7019) is known color: Chocolate. HEX triplet: DF, 70 and 19. RGB value is (223,112,25). Sum of RGB (Red+Green+Blue) = 223+112+25=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7019 is #208FE6. Grayscale: #878787. Windows color (decimal): -2133991 or 1667295. OLE color: 1667295.
HSL color Cylindrical-coordinate representation of color #DF7019: hue angle of 26.36º 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 #DF7019 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 25 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.13 |
| HSL | 26.36º | 0.8% | 0.49% | - |
| HSV(B) | 26.36º | 0.89% | 0.87% | - |
| XYZ | 36.4 | 27.35 | 4.28 | - |
| YUV | 135.27 | 65.77 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 25 | 0 | 0.50 | 0.89 | 0.13 | 26.36 | 0.8 | 0.49 |
| Hex | DF | 70 | 19 | 0 | 32 | 59 | D | 1A | 50 | 31 |
| Octal | 337 | 160 | 31 | 0 | 62 | 131 | 15 | 32 | 120 | 61 |
| Binary | 11011111 | 1110000 | 11001 | 0 | 110010 | 1011001 | 1101 | 11010 | 1010000 | 110001 |
Color Harmonies of #DF7019
Complementary color
Monochromatic Colors of #DF7019
Black with #DF7019
Text Example
Text Example
White with #DF7019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7019; }
p { color: rgb(223,112,25); }
H1.HeaderClassName
{
color: #DF7019;
}
.AnyTagClassName
{
color: #DF7019;
}
</style>
background-color css
<style>
a { background-color: #DF7019; }
a { background-color: rgb(223,112,25); }
div.DivClassName
{
background-color: #DF7019;
}
.BgClassName
{
background-color: #DF7019;
}
</style>
border-color css
<style>
span { border-color: #DF7019; }
span { border-color: rgb(223,112,25); }
td.TdClassName
{
border-color: #DF7019;
}
.TagClassName
{
border-color: #DF7019;
}
</style>