Shades of Mango Tango #DE8000
Tints of Mango Tango #DE8000
RGB
CMYK
RGB Variations
Color information
#DE8000 (or 0xDE8000) is known color: Mango Tango. HEX triplet: DE, 80 and 00. RGB value is (222,128,0). Sum of RGB (Red+Green+Blue) = 222+128+0=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8000 is #217FFF. Grayscale: #8E8E8E. Windows color (decimal): -2195456 or 32990. OLE color: 32990.
HSL color Cylindrical-coordinate representation of color #DE8000: hue angle of 34.59º 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 #DE8000 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.13 |
| HSL | 34.59º | 1% | 0.44% | - |
| HSV(B) | 34.59º | 1% | 0.87% | - |
| XYZ | 37.84 | 30.97 | 3.98 | - |
| YUV | 141.51 | 48.14 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 0 | 0 | 0.42 | 1 | 0.13 | 34.59 | 1 | 0.44 |
| Hex | DE | 80 | 0 | 0 | 2A | 64 | D | 23 | 64 | 2C |
| Octal | 336 | 200 | 0 | 0 | 52 | 144 | 15 | 43 | 144 | 54 |
| Binary | 11011110 | 10000000 | 0 | 0 | 101010 | 1100100 | 1101 | 100011 | 1100100 | 101100 |
Color Harmonies of #DE8000
Complementary color
Monochromatic Colors of #DE8000
Black with #DE8000
Text Example
Text Example
White with #DE8000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8000; }
p { color: rgb(222,128,0); }
H1.HeaderClassName
{
color: #DE8000;
}
.AnyTagClassName
{
color: #DE8000;
}
</style>
background-color css
<style>
a { background-color: #DE8000; }
a { background-color: rgb(222,128,0); }
div.DivClassName
{
background-color: #DE8000;
}
.BgClassName
{
background-color: #DE8000;
}
</style>
border-color css
<style>
span { border-color: #DE8000; }
span { border-color: rgb(222,128,0); }
td.TdClassName
{
border-color: #DE8000;
}
.TagClassName
{
border-color: #DE8000;
}
</style>