Shades of Chocolate #DE6010
Tints of Chocolate #DE6010
RGB
CMYK
RGB Variations
Color information
#DE6010 (or 0xDE6010) is known color: Chocolate. HEX triplet: DE, 60 and 10. RGB value is (222,96,16). Sum of RGB (Red+Green+Blue) = 222+96+16=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6010 is #219FEF. Grayscale: #7D7D7D. Windows color (decimal): -2203632 or 1073374. OLE color: 1073374.
HSL color Cylindrical-coordinate representation of color #DE6010: hue angle of 23.3º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE6010 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 96 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.13 |
| HSL | 23.3º | 0.87% | 0.47% | - |
| HSV(B) | 23.3º | 0.93% | 0.87% | - |
| XYZ | 34.4 | 23.93 | 3.3 | - |
| YUV | 124.55 | 66.74 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 96 | 16 | 0 | 0.57 | 0.93 | 0.13 | 23.3 | 0.87 | 0.47 |
| Hex | DE | 60 | 10 | 0 | 39 | 5D | D | 17 | 57 | 2F |
| Octal | 336 | 140 | 20 | 0 | 71 | 135 | 15 | 27 | 127 | 57 |
| Binary | 11011110 | 1100000 | 10000 | 0 | 111001 | 1011101 | 1101 | 10111 | 1010111 | 101111 |
Color Harmonies of #DE6010
Complementary color
Monochromatic Colors of #DE6010
Black with #DE6010
Text Example
Text Example
White with #DE6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6010; }
p { color: rgb(222,96,16); }
H1.HeaderClassName
{
color: #DE6010;
}
.AnyTagClassName
{
color: #DE6010;
}
</style>
background-color css
<style>
a { background-color: #DE6010; }
a { background-color: rgb(222,96,16); }
div.DivClassName
{
background-color: #DE6010;
}
.BgClassName
{
background-color: #DE6010;
}
</style>
border-color css
<style>
span { border-color: #DE6010; }
span { border-color: rgb(222,96,16); }
td.TdClassName
{
border-color: #DE6010;
}
.TagClassName
{
border-color: #DE6010;
}
</style>