Shades of Chocolate #DE6C10
Tints of Chocolate #DE6C10
RGB
CMYK
RGB Variations
Color information
#DE6C10 (or 0xDE6C10) is known color: Chocolate. HEX triplet: DE, 6C and 10. RGB value is (222,108,16). Sum of RGB (Red+Green+Blue) = 222+108+16=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6C10 is #2193EF. Grayscale: #848484. Windows color (decimal): -2200560 or 1076446. OLE color: 1076446.
HSL color Cylindrical-coordinate representation of color #DE6C10: hue angle of 26.8º 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 #DE6C10 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.13 |
| HSL | 26.8º | 0.87% | 0.47% | - |
| HSV(B) | 26.8º | 0.93% | 0.87% | - |
| XYZ | 35.58 | 26.29 | 3.69 | - |
| YUV | 131.6 | 62.77 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 16 | 0 | 0.51 | 0.93 | 0.13 | 26.8 | 0.87 | 0.47 |
| Hex | DE | 6C | 10 | 0 | 33 | 5D | D | 1B | 57 | 2F |
| Octal | 336 | 154 | 20 | 0 | 63 | 135 | 15 | 33 | 127 | 57 |
| Binary | 11011110 | 1101100 | 10000 | 0 | 110011 | 1011101 | 1101 | 11011 | 1010111 | 101111 |
Color Harmonies of #DE6C10
Complementary color
Monochromatic Colors of #DE6C10
Black with #DE6C10
Text Example
Text Example
White with #DE6C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C10; }
p { color: rgb(222,108,16); }
H1.HeaderClassName
{
color: #DE6C10;
}
.AnyTagClassName
{
color: #DE6C10;
}
</style>
background-color css
<style>
a { background-color: #DE6C10; }
a { background-color: rgb(222,108,16); }
div.DivClassName
{
background-color: #DE6C10;
}
.BgClassName
{
background-color: #DE6C10;
}
</style>
border-color css
<style>
span { border-color: #DE6C10; }
span { border-color: rgb(222,108,16); }
td.TdClassName
{
border-color: #DE6C10;
}
.TagClassName
{
border-color: #DE6C10;
}
</style>