Shades of Chocolate #DF7316
Tints of Chocolate #DF7316
RGB
CMYK
RGB Variations
Color information
#DF7316 (or 0xDF7316) is known color: Chocolate. HEX triplet: DF, 73 and 16. RGB value is (223,115,22). Sum of RGB (Red+Green+Blue) = 223+115+22=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7316 is #208CE9. Grayscale: #898989. Windows color (decimal): -2133226 or 1471455. OLE color: 1471455.
HSL color Cylindrical-coordinate representation of color #DF7316: hue angle of 27.76º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF7316 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 22 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.13 |
| HSL | 27.76º | 0.82% | 0.48% | - |
| HSV(B) | 27.76º | 0.9% | 0.87% | - |
| XYZ | 36.71 | 28.01 | 4.23 | - |
| YUV | 136.69 | 63.28 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 22 | 0 | 0.48 | 0.90 | 0.13 | 27.76 | 0.82 | 0.48 |
| Hex | DF | 73 | 16 | 0 | 30 | 5A | D | 1C | 52 | 30 |
| Octal | 337 | 163 | 26 | 0 | 60 | 132 | 15 | 34 | 122 | 60 |
| Binary | 11011111 | 1110011 | 10110 | 0 | 110000 | 1011010 | 1101 | 11100 | 1010010 | 110000 |
Color Harmonies of #DF7316
Complementary color
Monochromatic Colors of #DF7316
Black with #DF7316
Text Example
Text Example
White with #DF7316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7316; }
p { color: rgb(223,115,22); }
H1.HeaderClassName
{
color: #DF7316;
}
.AnyTagClassName
{
color: #DF7316;
}
</style>
background-color css
<style>
a { background-color: #DF7316; }
a { background-color: rgb(223,115,22); }
div.DivClassName
{
background-color: #DF7316;
}
.BgClassName
{
background-color: #DF7316;
}
</style>
border-color css
<style>
span { border-color: #DF7316; }
span { border-color: rgb(223,115,22); }
td.TdClassName
{
border-color: #DF7316;
}
.TagClassName
{
border-color: #DF7316;
}
</style>