Shades of Chocolate #DE6517
Tints of Chocolate #DE6517
RGB
CMYK
RGB Variations
Color information
#DE6517 (or 0xDE6517) is known color: Chocolate. HEX triplet: DE, 65 and 17. RGB value is (222,101,23). Sum of RGB (Red+Green+Blue) = 222+101+23=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6517 is #219AE8. Grayscale: #808080. Windows color (decimal): -2202345 or 1533406. OLE color: 1533406.
HSL color Cylindrical-coordinate representation of color #DE6517: hue angle of 23.52º 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 #DE6517 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 23 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.13 |
| HSL | 23.52º | 0.81% | 0.48% | - |
| HSV(B) | 23.52º | 0.9% | 0.87% | - |
| XYZ | 34.93 | 24.9 | 3.78 | - |
| YUV | 128.29 | 68.59 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 23 | 0 | 0.55 | 0.90 | 0.13 | 23.52 | 0.81 | 0.48 |
| Hex | DE | 65 | 17 | 0 | 37 | 5A | D | 18 | 51 | 30 |
| Octal | 336 | 145 | 27 | 0 | 67 | 132 | 15 | 30 | 121 | 60 |
| Binary | 11011110 | 1100101 | 10111 | 0 | 110111 | 1011010 | 1101 | 11000 | 1010001 | 110000 |
Color Harmonies of #DE6517
Complementary color
Monochromatic Colors of #DE6517
Black with #DE6517
Text Example
Text Example
White with #DE6517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6517; }
p { color: rgb(222,101,23); }
H1.HeaderClassName
{
color: #DE6517;
}
.AnyTagClassName
{
color: #DE6517;
}
</style>
background-color css
<style>
a { background-color: #DE6517; }
a { background-color: rgb(222,101,23); }
div.DivClassName
{
background-color: #DE6517;
}
.BgClassName
{
background-color: #DE6517;
}
</style>
border-color css
<style>
span { border-color: #DE6517; }
span { border-color: rgb(222,101,23); }
td.TdClassName
{
border-color: #DE6517;
}
.TagClassName
{
border-color: #DE6517;
}
</style>