Shades of Chocolate #DF7118
Tints of Chocolate #DF7118
RGB
CMYK
RGB Variations
Color information
#DF7118 (or 0xDF7118) is known color: Chocolate. HEX triplet: DF, 71 and 18. RGB value is (223,113,24). Sum of RGB (Red+Green+Blue) = 223+113+24=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7118 is #208EE7. Grayscale: #888888. Windows color (decimal): -2133736 or 1602015. OLE color: 1602015.
HSL color Cylindrical-coordinate representation of color #DF7118: hue angle of 26.83º 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 #DF7118 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 24 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.13 |
| HSL | 26.83º | 0.81% | 0.48% | - |
| HSV(B) | 26.83º | 0.89% | 0.87% | - |
| XYZ | 36.5 | 27.56 | 4.26 | - |
| YUV | 135.74 | 64.94 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 24 | 0 | 0.49 | 0.89 | 0.13 | 26.83 | 0.81 | 0.48 |
| Hex | DF | 71 | 18 | 0 | 31 | 59 | D | 1B | 51 | 30 |
| Octal | 337 | 161 | 30 | 0 | 61 | 131 | 15 | 33 | 121 | 60 |
| Binary | 11011111 | 1110001 | 11000 | 0 | 110001 | 1011001 | 1101 | 11011 | 1010001 | 110000 |
Color Harmonies of #DF7118
Complementary color
Monochromatic Colors of #DF7118
Black with #DF7118
Text Example
Text Example
White with #DF7118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7118; }
p { color: rgb(223,113,24); }
H1.HeaderClassName
{
color: #DF7118;
}
.AnyTagClassName
{
color: #DF7118;
}
</style>
background-color css
<style>
a { background-color: #DF7118; }
a { background-color: rgb(223,113,24); }
div.DivClassName
{
background-color: #DF7118;
}
.BgClassName
{
background-color: #DF7118;
}
</style>
border-color css
<style>
span { border-color: #DF7118; }
span { border-color: rgb(223,113,24); }
td.TdClassName
{
border-color: #DF7118;
}
.TagClassName
{
border-color: #DF7118;
}
</style>