Shades of Chocolate #DE6710
Tints of Chocolate #DE6710
RGB
CMYK
RGB Variations
Color information
#DE6710 (or 0xDE6710) is known color: Chocolate. HEX triplet: DE, 67 and 10. RGB value is (222,103,16). Sum of RGB (Red+Green+Blue) = 222+103+16=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6710 is #2198EF. Grayscale: #818181. Windows color (decimal): -2201840 or 1075166. OLE color: 1075166.
HSL color Cylindrical-coordinate representation of color #DE6710: hue angle of 25.34º 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 #DE6710 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 16 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.13 |
| HSL | 25.34º | 0.87% | 0.47% | - |
| HSV(B) | 25.34º | 0.93% | 0.87% | - |
| XYZ | 35.07 | 25.27 | 3.52 | - |
| YUV | 128.66 | 64.42 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 16 | 0 | 0.54 | 0.93 | 0.13 | 25.34 | 0.87 | 0.47 |
| Hex | DE | 67 | 10 | 0 | 36 | 5D | D | 19 | 57 | 2F |
| Octal | 336 | 147 | 20 | 0 | 66 | 135 | 15 | 31 | 127 | 57 |
| Binary | 11011110 | 1100111 | 10000 | 0 | 110110 | 1011101 | 1101 | 11001 | 1010111 | 101111 |
Color Harmonies of #DE6710
Complementary color
Monochromatic Colors of #DE6710
Black with #DE6710
Text Example
Text Example
White with #DE6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6710; }
p { color: rgb(222,103,16); }
H1.HeaderClassName
{
color: #DE6710;
}
.AnyTagClassName
{
color: #DE6710;
}
</style>
background-color css
<style>
a { background-color: #DE6710; }
a { background-color: rgb(222,103,16); }
div.DivClassName
{
background-color: #DE6710;
}
.BgClassName
{
background-color: #DE6710;
}
</style>
border-color css
<style>
span { border-color: #DE6710; }
span { border-color: rgb(222,103,16); }
td.TdClassName
{
border-color: #DE6710;
}
.TagClassName
{
border-color: #DE6710;
}
</style>