Shades of Mango Tango #DE7400
Tints of Mango Tango #DE7400
RGB
CMYK
RGB Variations
Color information
#DE7400 (or 0xDE7400) is known color: Mango Tango. HEX triplet: DE, 74 and 00. RGB value is (222,116,0). Sum of RGB (Red+Green+Blue) = 222+116+0=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7400 is #218BFF. Grayscale: #878787. Windows color (decimal): -2198528 or 29918. OLE color: 29918.
HSL color Cylindrical-coordinate representation of color #DE7400: hue angle of 31.35º 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 #DE7400 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 116 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.13 |
| HSL | 31.35º | 1% | 0.44% | - |
| HSV(B) | 31.35º | 1% | 0.87% | - |
| XYZ | 36.37 | 28.02 | 3.49 | - |
| YUV | 134.47 | 52.12 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 116 | 0 | 0 | 0.48 | 1 | 0.13 | 31.35 | 1 | 0.44 |
| Hex | DE | 74 | 0 | 0 | 30 | 64 | D | 1F | 64 | 2C |
| Octal | 336 | 164 | 0 | 0 | 60 | 144 | 15 | 37 | 144 | 54 |
| Binary | 11011110 | 1110100 | 0 | 0 | 110000 | 1100100 | 1101 | 11111 | 1100100 | 101100 |
Color Harmonies of #DE7400
Complementary color
Monochromatic Colors of #DE7400
Black with #DE7400
Text Example
Text Example
White with #DE7400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7400; }
p { color: rgb(222,116,0); }
H1.HeaderClassName
{
color: #DE7400;
}
.AnyTagClassName
{
color: #DE7400;
}
</style>
background-color css
<style>
a { background-color: #DE7400; }
a { background-color: rgb(222,116,0); }
div.DivClassName
{
background-color: #DE7400;
}
.BgClassName
{
background-color: #DE7400;
}
</style>
border-color css
<style>
span { border-color: #DE7400; }
span { border-color: rgb(222,116,0); }
td.TdClassName
{
border-color: #DE7400;
}
.TagClassName
{
border-color: #DE7400;
}
</style>