Shades of Chocolate #DF7716
Tints of Chocolate #DF7716
RGB
CMYK
RGB Variations
Color information
#DF7716 (or 0xDF7716) is known color: Chocolate. HEX triplet: DF, 77 and 16. RGB value is (223,119,22). Sum of RGB (Red+Green+Blue) = 223+119+22=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7716 is #2088E9. Grayscale: #8B8B8B. Windows color (decimal): -2132202 or 1472479. OLE color: 1472479.
HSL color Cylindrical-coordinate representation of color #DF7716: hue angle of 28.96º 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 #DF7716 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 22 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.13 |
| HSL | 28.96º | 0.82% | 0.48% | - |
| HSV(B) | 28.96º | 0.9% | 0.87% | - |
| XYZ | 37.17 | 28.94 | 4.39 | - |
| YUV | 139.04 | 61.96 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 22 | 0 | 0.47 | 0.90 | 0.13 | 28.96 | 0.82 | 0.48 |
| Hex | DF | 77 | 16 | 0 | 2F | 5A | D | 1D | 52 | 30 |
| Octal | 337 | 167 | 26 | 0 | 57 | 132 | 15 | 35 | 122 | 60 |
| Binary | 11011111 | 1110111 | 10110 | 0 | 101111 | 1011010 | 1101 | 11101 | 1010010 | 110000 |
Color Harmonies of #DF7716
Complementary color
Monochromatic Colors of #DF7716
Black with #DF7716
Text Example
Text Example
White with #DF7716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7716; }
p { color: rgb(223,119,22); }
H1.HeaderClassName
{
color: #DF7716;
}
.AnyTagClassName
{
color: #DF7716;
}
</style>
background-color css
<style>
a { background-color: #DF7716; }
a { background-color: rgb(223,119,22); }
div.DivClassName
{
background-color: #DF7716;
}
.BgClassName
{
background-color: #DF7716;
}
</style>
border-color css
<style>
span { border-color: #DF7716; }
span { border-color: rgb(223,119,22); }
td.TdClassName
{
border-color: #DF7716;
}
.TagClassName
{
border-color: #DF7716;
}
</style>