Shades of Chocolate #DE6E1A
Tints of Chocolate #DE6E1A
RGB
CMYK
RGB Variations
Color information
#DE6E1A (or 0xDE6E1A) is known color: Chocolate. HEX triplet: DE, 6E and 1A. RGB value is (222,110,26). Sum of RGB (Red+Green+Blue) = 222+110+26=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6E1A is #2191E5. Grayscale: #868686. Windows color (decimal): -2200038 or 1732318. OLE color: 1732318.
HSL color Cylindrical-coordinate representation of color #DE6E1A: hue angle of 25.71º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE6E1A is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 110 | 26 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.13 |
| HSL | 25.71º | 0.79% | 0.49% | - |
| HSV(B) | 25.71º | 0.88% | 0.87% | - |
| XYZ | 35.89 | 26.76 | 4.25 | - |
| YUV | 133.91 | 67.11 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 26 | 0 | 0.50 | 0.88 | 0.13 | 25.71 | 0.79 | 0.49 |
| Hex | DE | 6E | 1A | 0 | 32 | 58 | D | 1A | 4F | 31 |
| Octal | 336 | 156 | 32 | 0 | 62 | 130 | 15 | 32 | 117 | 61 |
| Binary | 11011110 | 1101110 | 11010 | 0 | 110010 | 1011000 | 1101 | 11010 | 1001111 | 110001 |
Color Harmonies of #DE6E1A
Complementary color
Monochromatic Colors of #DE6E1A
Black with #DE6E1A
Text Example
Text Example
White with #DE6E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6E1A; }
p { color: rgb(222,110,26); }
H1.HeaderClassName
{
color: #DE6E1A;
}
.AnyTagClassName
{
color: #DE6E1A;
}
</style>
background-color css
<style>
a { background-color: #DE6E1A; }
a { background-color: rgb(222,110,26); }
div.DivClassName
{
background-color: #DE6E1A;
}
.BgClassName
{
background-color: #DE6E1A;
}
</style>
border-color css
<style>
span { border-color: #DE6E1A; }
span { border-color: rgb(222,110,26); }
td.TdClassName
{
border-color: #DE6E1A;
}
.TagClassName
{
border-color: #DE6E1A;
}
</style>