Shades of Chocolate #DE6416
Tints of Chocolate #DE6416
RGB
CMYK
RGB Variations
Color information
#DE6416 (or 0xDE6416) is known color: Chocolate. HEX triplet: DE, 64 and 16. RGB value is (222,100,22). Sum of RGB (Red+Green+Blue) = 222+100+22=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6416 is #219BE9. Grayscale: #808080. Windows color (decimal): -2202602 or 1467614. OLE color: 1467614.
HSL color Cylindrical-coordinate representation of color #DE6416: hue angle of 23.4º 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 #DE6416 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 100 | 22 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.13 |
| HSL | 23.4º | 0.82% | 0.48% | - |
| HSV(B) | 23.4º | 0.9% | 0.87% | - |
| XYZ | 34.83 | 24.7 | 3.69 | - |
| YUV | 127.59 | 68.42 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 22 | 0 | 0.55 | 0.90 | 0.13 | 23.4 | 0.82 | 0.48 |
| Hex | DE | 64 | 16 | 0 | 37 | 5A | D | 17 | 52 | 30 |
| Octal | 336 | 144 | 26 | 0 | 67 | 132 | 15 | 27 | 122 | 60 |
| Binary | 11011110 | 1100100 | 10110 | 0 | 110111 | 1011010 | 1101 | 10111 | 1010010 | 110000 |
Color Harmonies of #DE6416
Complementary color
Monochromatic Colors of #DE6416
Black with #DE6416
Text Example
Text Example
White with #DE6416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6416; }
p { color: rgb(222,100,22); }
H1.HeaderClassName
{
color: #DE6416;
}
.AnyTagClassName
{
color: #DE6416;
}
</style>
background-color css
<style>
a { background-color: #DE6416; }
a { background-color: rgb(222,100,22); }
div.DivClassName
{
background-color: #DE6416;
}
.BgClassName
{
background-color: #DE6416;
}
</style>
border-color css
<style>
span { border-color: #DE6416; }
span { border-color: rgb(222,100,22); }
td.TdClassName
{
border-color: #DE6416;
}
.TagClassName
{
border-color: #DE6416;
}
</style>