Shades of Mango Tango #DE6E00
Tints of Mango Tango #DE6E00
RGB
CMYK
RGB Variations
Color information
#DE6E00 (or 0xDE6E00) is known color: Mango Tango. HEX triplet: DE, 6E and 00. RGB value is (222,110,0). Sum of RGB (Red+Green+Blue) = 222+110+0=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6E00 is #2191FF. Grayscale: #838383. Windows color (decimal): -2200064 or 28382. OLE color: 28382.
HSL color Cylindrical-coordinate representation of color #DE6E00: hue angle of 29.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE6E00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 110 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.13 |
| HSL | 29.73º | 1% | 0.44% | - |
| HSV(B) | 29.73º | 1% | 0.87% | - |
| XYZ | 35.7 | 26.68 | 3.27 | - |
| YUV | 130.95 | 54.11 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 0 | 0 | 0.50 | 1 | 0.13 | 29.73 | 1 | 0.44 |
| Hex | DE | 6E | 0 | 0 | 32 | 64 | D | 1E | 64 | 2C |
| Octal | 336 | 156 | 0 | 0 | 62 | 144 | 15 | 36 | 144 | 54 |
| Binary | 11011110 | 1101110 | 0 | 0 | 110010 | 1100100 | 1101 | 11110 | 1100100 | 101100 |
Color Harmonies of #DE6E00
Complementary color
Monochromatic Colors of #DE6E00
Black with #DE6E00
Text Example
Text Example
White with #DE6E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6E00; }
p { color: rgb(222,110,0); }
H1.HeaderClassName
{
color: #DE6E00;
}
.AnyTagClassName
{
color: #DE6E00;
}
</style>
background-color css
<style>
a { background-color: #DE6E00; }
a { background-color: rgb(222,110,0); }
div.DivClassName
{
background-color: #DE6E00;
}
.BgClassName
{
background-color: #DE6E00;
}
</style>
border-color css
<style>
span { border-color: #DE6E00; }
span { border-color: rgb(222,110,0); }
td.TdClassName
{
border-color: #DE6E00;
}
.TagClassName
{
border-color: #DE6E00;
}
</style>