Shades of Mango Tango #DE7700
Tints of Mango Tango #DE7700
RGB
CMYK
RGB Variations
Color information
#DE7700 (or 0xDE7700) is known color: Mango Tango. HEX triplet: DE, 77 and 00. RGB value is (222,119,0). Sum of RGB (Red+Green+Blue) = 222+119+0=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7700 is #2188FF. Grayscale: #888888. Windows color (decimal): -2197760 or 30686. OLE color: 30686.
HSL color Cylindrical-coordinate representation of color #DE7700: hue angle of 32.16º 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 #DE7700 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.13 |
| HSL | 32.16º | 1% | 0.44% | - |
| HSV(B) | 32.16º | 1% | 0.87% | - |
| XYZ | 36.72 | 28.72 | 3.61 | - |
| YUV | 136.23 | 51.12 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 0 | 0 | 0.46 | 1 | 0.13 | 32.16 | 1 | 0.44 |
| Hex | DE | 77 | 0 | 0 | 2E | 64 | D | 20 | 64 | 2C |
| Octal | 336 | 167 | 0 | 0 | 56 | 144 | 15 | 40 | 144 | 54 |
| Binary | 11011110 | 1110111 | 0 | 0 | 101110 | 1100100 | 1101 | 100000 | 1100100 | 101100 |
Color Harmonies of #DE7700
Complementary color
Monochromatic Colors of #DE7700
Black with #DE7700
Text Example
Text Example
White with #DE7700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7700; }
p { color: rgb(222,119,0); }
H1.HeaderClassName
{
color: #DE7700;
}
.AnyTagClassName
{
color: #DE7700;
}
</style>
background-color css
<style>
a { background-color: #DE7700; }
a { background-color: rgb(222,119,0); }
div.DivClassName
{
background-color: #DE7700;
}
.BgClassName
{
background-color: #DE7700;
}
</style>
border-color css
<style>
span { border-color: #DE7700; }
span { border-color: rgb(222,119,0); }
td.TdClassName
{
border-color: #DE7700;
}
.TagClassName
{
border-color: #DE7700;
}
</style>