Shades of Chocolate #DF7518
Tints of Chocolate #DF7518
RGB
CMYK
RGB Variations
Color information
#DF7518 (or 0xDF7518) is known color: Chocolate. HEX triplet: DF, 75 and 18. RGB value is (223,117,24). Sum of RGB (Red+Green+Blue) = 223+117+24=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7518 is #208AE7. Grayscale: #8A8A8A. Windows color (decimal): -2132712 or 1603039. OLE color: 1603039.
HSL color Cylindrical-coordinate representation of color #DF7518: hue angle of 28.04º 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 #DF7518 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 24 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.13 |
| HSL | 28.04º | 0.81% | 0.48% | - |
| HSV(B) | 28.04º | 0.89% | 0.87% | - |
| XYZ | 36.96 | 28.48 | 4.41 | - |
| YUV | 138.09 | 63.62 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 24 | 0 | 0.48 | 0.89 | 0.13 | 28.04 | 0.81 | 0.48 |
| Hex | DF | 75 | 18 | 0 | 30 | 59 | D | 1C | 51 | 30 |
| Octal | 337 | 165 | 30 | 0 | 60 | 131 | 15 | 34 | 121 | 60 |
| Binary | 11011111 | 1110101 | 11000 | 0 | 110000 | 1011001 | 1101 | 11100 | 1010001 | 110000 |
Color Harmonies of #DF7518
Complementary color
Monochromatic Colors of #DF7518
Black with #DF7518
Text Example
Text Example
White with #DF7518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7518; }
p { color: rgb(223,117,24); }
H1.HeaderClassName
{
color: #DF7518;
}
.AnyTagClassName
{
color: #DF7518;
}
</style>
background-color css
<style>
a { background-color: #DF7518; }
a { background-color: rgb(223,117,24); }
div.DivClassName
{
background-color: #DF7518;
}
.BgClassName
{
background-color: #DF7518;
}
</style>
border-color css
<style>
span { border-color: #DF7518; }
span { border-color: rgb(223,117,24); }
td.TdClassName
{
border-color: #DF7518;
}
.TagClassName
{
border-color: #DF7518;
}
</style>