Shades of Mango Tango #DE8007
Tints of Mango Tango #DE8007
RGB
CMYK
RGB Variations
Color information
#DE8007 (or 0xDE8007) is known color: Mango Tango. HEX triplet: DE, 80 and 07. RGB value is (222,128,7). Sum of RGB (Red+Green+Blue) = 222+128+7=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8007 is #217FF8. Grayscale: #8E8E8E. Windows color (decimal): -2195449 or 491742. OLE color: 491742.
HSL color Cylindrical-coordinate representation of color #DE8007: hue angle of 33.77º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE8007 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 7 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.13 |
| HSL | 33.77º | 0.94% | 0.45% | - |
| HSV(B) | 33.77º | 0.97% | 0.87% | - |
| XYZ | 37.88 | 30.98 | 4.18 | - |
| YUV | 142.31 | 51.64 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 7 | 0 | 0.42 | 0.97 | 0.13 | 33.77 | 0.94 | 0.45 |
| Hex | DE | 80 | 7 | 0 | 2A | 61 | D | 22 | 5E | 2D |
| Octal | 336 | 200 | 7 | 0 | 52 | 141 | 15 | 42 | 136 | 55 |
| Binary | 11011110 | 10000000 | 111 | 0 | 101010 | 1100001 | 1101 | 100010 | 1011110 | 101101 |
Color Harmonies of #DE8007
Complementary color
Monochromatic Colors of #DE8007
Black with #DE8007
Text Example
Text Example
White with #DE8007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8007; }
p { color: rgb(222,128,7); }
H1.HeaderClassName
{
color: #DE8007;
}
.AnyTagClassName
{
color: #DE8007;
}
</style>
background-color css
<style>
a { background-color: #DE8007; }
a { background-color: rgb(222,128,7); }
div.DivClassName
{
background-color: #DE8007;
}
.BgClassName
{
background-color: #DE8007;
}
</style>
border-color css
<style>
span { border-color: #DE8007; }
span { border-color: rgb(222,128,7); }
td.TdClassName
{
border-color: #DE8007;
}
.TagClassName
{
border-color: #DE8007;
}
</style>