Shades of Chocolate #DF7815
Tints of Chocolate #DF7815
RGB
CMYK
RGB Variations
Color information
#DF7815 (or 0xDF7815) is known color: Chocolate. HEX triplet: DF, 78 and 15. RGB value is (223,120,21). Sum of RGB (Red+Green+Blue) = 223+120+21=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7815 is #2087EA. Grayscale: #8C8C8C. Windows color (decimal): -2131947 or 1407199. OLE color: 1407199.
HSL color Cylindrical-coordinate representation of color #DF7815: hue angle of 29.41º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF7815 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 21 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.13 |
| HSL | 29.41º | 0.83% | 0.48% | - |
| HSV(B) | 29.41º | 0.91% | 0.87% | - |
| XYZ | 37.28 | 29.18 | 4.38 | - |
| YUV | 139.51 | 61.12 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 21 | 0 | 0.46 | 0.91 | 0.13 | 29.41 | 0.83 | 0.48 |
| Hex | DF | 78 | 15 | 0 | 2E | 5B | D | 1D | 53 | 30 |
| Octal | 337 | 170 | 25 | 0 | 56 | 133 | 15 | 35 | 123 | 60 |
| Binary | 11011111 | 1111000 | 10101 | 0 | 101110 | 1011011 | 1101 | 11101 | 1010011 | 110000 |
Color Harmonies of #DF7815
Complementary color
Monochromatic Colors of #DF7815
Black with #DF7815
Text Example
Text Example
White with #DF7815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7815; }
p { color: rgb(223,120,21); }
H1.HeaderClassName
{
color: #DF7815;
}
.AnyTagClassName
{
color: #DF7815;
}
</style>
background-color css
<style>
a { background-color: #DF7815; }
a { background-color: rgb(223,120,21); }
div.DivClassName
{
background-color: #DF7815;
}
.BgClassName
{
background-color: #DF7815;
}
</style>
border-color css
<style>
span { border-color: #DF7815; }
span { border-color: rgb(223,120,21); }
td.TdClassName
{
border-color: #DF7815;
}
.TagClassName
{
border-color: #DF7815;
}
</style>