Shades of Mango Tango #DE8010
Tints of Mango Tango #DE8010
RGB
CMYK
RGB Variations
Color information
#DE8010 (or 0xDE8010) is known color: Mango Tango. HEX triplet: DE, 80 and 10. RGB value is (222,128,16). Sum of RGB (Red+Green+Blue) = 222+128+16=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8010 is #217FEF. Grayscale: #8F8F8F. Windows color (decimal): -2195440 or 1081566. OLE color: 1081566.
HSL color Cylindrical-coordinate representation of color #DE8010: hue angle of 32.62º 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 #DE8010 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 16 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.13 |
| HSL | 32.62º | 0.87% | 0.47% | - |
| HSV(B) | 32.62º | 0.93% | 0.87% | - |
| XYZ | 37.94 | 31.01 | 4.48 | - |
| YUV | 143.34 | 56.14 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 16 | 0 | 0.42 | 0.93 | 0.13 | 32.62 | 0.87 | 0.47 |
| Hex | DE | 80 | 10 | 0 | 2A | 5D | D | 21 | 57 | 2F |
| Octal | 336 | 200 | 20 | 0 | 52 | 135 | 15 | 41 | 127 | 57 |
| Binary | 11011110 | 10000000 | 10000 | 0 | 101010 | 1011101 | 1101 | 100001 | 1010111 | 101111 |
Color Harmonies of #DE8010
Complementary color
Monochromatic Colors of #DE8010
Black with #DE8010
Text Example
Text Example
White with #DE8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8010; }
p { color: rgb(222,128,16); }
H1.HeaderClassName
{
color: #DE8010;
}
.AnyTagClassName
{
color: #DE8010;
}
</style>
background-color css
<style>
a { background-color: #DE8010; }
a { background-color: rgb(222,128,16); }
div.DivClassName
{
background-color: #DE8010;
}
.BgClassName
{
background-color: #DE8010;
}
</style>
border-color css
<style>
span { border-color: #DE8010; }
span { border-color: rgb(222,128,16); }
td.TdClassName
{
border-color: #DE8010;
}
.TagClassName
{
border-color: #DE8010;
}
</style>