Shades of Chocolate #DE6615
Tints of Chocolate #DE6615
RGB
CMYK
RGB Variations
Color information
#DE6615 (or 0xDE6615) is known color: Chocolate. HEX triplet: DE, 66 and 15. RGB value is (222,102,21). Sum of RGB (Red+Green+Blue) = 222+102+21=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6615 is #2199EA. Grayscale: #818181. Windows color (decimal): -2202091 or 1402590. OLE color: 1402590.
HSL color Cylindrical-coordinate representation of color #DE6615: hue angle of 24.18º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE6615 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 21 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.13 |
| HSL | 24.18º | 0.83% | 0.48% | - |
| HSV(B) | 24.18º | 0.91% | 0.87% | - |
| XYZ | 35.01 | 25.09 | 3.71 | - |
| YUV | 128.65 | 67.26 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 21 | 0 | 0.54 | 0.91 | 0.13 | 24.18 | 0.83 | 0.48 |
| Hex | DE | 66 | 15 | 0 | 36 | 5B | D | 18 | 53 | 30 |
| Octal | 336 | 146 | 25 | 0 | 66 | 133 | 15 | 30 | 123 | 60 |
| Binary | 11011110 | 1100110 | 10101 | 0 | 110110 | 1011011 | 1101 | 11000 | 1010011 | 110000 |
Color Harmonies of #DE6615
Complementary color
Monochromatic Colors of #DE6615
Black with #DE6615
Text Example
Text Example
White with #DE6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6615; }
p { color: rgb(222,102,21); }
H1.HeaderClassName
{
color: #DE6615;
}
.AnyTagClassName
{
color: #DE6615;
}
</style>
background-color css
<style>
a { background-color: #DE6615; }
a { background-color: rgb(222,102,21); }
div.DivClassName
{
background-color: #DE6615;
}
.BgClassName
{
background-color: #DE6615;
}
</style>
border-color css
<style>
span { border-color: #DE6615; }
span { border-color: rgb(222,102,21); }
td.TdClassName
{
border-color: #DE6615;
}
.TagClassName
{
border-color: #DE6615;
}
</style>