Shades of Chocolate #DE5517
Tints of Chocolate #DE5517
RGB
CMYK
RGB Variations
Color information
#DE5517 (or 0xDE5517) is known color: Chocolate. HEX triplet: DE, 55 and 17. RGB value is (222,85,23). Sum of RGB (Red+Green+Blue) = 222+85+23=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5517 is #21AAE8. Grayscale: #777777. Windows color (decimal): -2206441 or 1529310. OLE color: 1529310.
HSL color Cylindrical-coordinate representation of color #DE5517: hue angle of 18.69º 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 #DE5517 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 23 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.13 |
| HSL | 18.69º | 0.81% | 0.48% | - |
| HSV(B) | 18.69º | 0.9% | 0.87% | - |
| XYZ | 33.53 | 22.09 | 3.31 | - |
| YUV | 118.9 | 73.89 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 23 | 0 | 0.62 | 0.90 | 0.13 | 18.69 | 0.81 | 0.48 |
| Hex | DE | 55 | 17 | 0 | 3E | 5A | D | 13 | 51 | 30 |
| Octal | 336 | 125 | 27 | 0 | 76 | 132 | 15 | 23 | 121 | 60 |
| Binary | 11011110 | 1010101 | 10111 | 0 | 111110 | 1011010 | 1101 | 10011 | 1010001 | 110000 |
Color Harmonies of #DE5517
Complementary color
Monochromatic Colors of #DE5517
Black with #DE5517
Text Example
Text Example
White with #DE5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5517; }
p { color: rgb(222,85,23); }
H1.HeaderClassName
{
color: #DE5517;
}
.AnyTagClassName
{
color: #DE5517;
}
</style>
background-color css
<style>
a { background-color: #DE5517; }
a { background-color: rgb(222,85,23); }
div.DivClassName
{
background-color: #DE5517;
}
.BgClassName
{
background-color: #DE5517;
}
</style>
border-color css
<style>
span { border-color: #DE5517; }
span { border-color: rgb(222,85,23); }
td.TdClassName
{
border-color: #DE5517;
}
.TagClassName
{
border-color: #DE5517;
}
</style>