Shades of Chocolate #DE6417
Tints of Chocolate #DE6417
RGB
CMYK
RGB Variations
Color information
#DE6417 (or 0xDE6417) is known color: Chocolate. HEX triplet: DE, 64 and 17. RGB value is (222,100,23). Sum of RGB (Red+Green+Blue) = 222+100+23=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6417 is #219BE8. Grayscale: #808080. Windows color (decimal): -2202601 or 1533150. OLE color: 1533150.
HSL color Cylindrical-coordinate representation of color #DE6417: hue angle of 23.22º degrees, saturation: 0.81, 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 #DE6417 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 100 | 23 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.13 |
| HSL | 23.22º | 0.81% | 0.48% | - |
| HSV(B) | 23.22º | 0.9% | 0.87% | - |
| XYZ | 34.84 | 24.71 | 3.74 | - |
| YUV | 127.7 | 68.92 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 23 | 0 | 0.55 | 0.90 | 0.13 | 23.22 | 0.81 | 0.48 |
| Hex | DE | 64 | 17 | 0 | 37 | 5A | D | 17 | 51 | 30 |
| Octal | 336 | 144 | 27 | 0 | 67 | 132 | 15 | 27 | 121 | 60 |
| Binary | 11011110 | 1100100 | 10111 | 0 | 110111 | 1011010 | 1101 | 10111 | 1010001 | 110000 |
Color Harmonies of #DE6417
Complementary color
Monochromatic Colors of #DE6417
Black with #DE6417
Text Example
Text Example
White with #DE6417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6417; }
p { color: rgb(222,100,23); }
H1.HeaderClassName
{
color: #DE6417;
}
.AnyTagClassName
{
color: #DE6417;
}
</style>
background-color css
<style>
a { background-color: #DE6417; }
a { background-color: rgb(222,100,23); }
div.DivClassName
{
background-color: #DE6417;
}
.BgClassName
{
background-color: #DE6417;
}
</style>
border-color css
<style>
span { border-color: #DE6417; }
span { border-color: rgb(222,100,23); }
td.TdClassName
{
border-color: #DE6417;
}
.TagClassName
{
border-color: #DE6417;
}
</style>