Shades of Mango Tango #DE710F
Tints of Mango Tango #DE710F
RGB
CMYK
RGB Variations
Color information
#DE710F (or 0xDE710F) is known color: Mango Tango. HEX triplet: DE, 71 and 0F. RGB value is (222,113,15). Sum of RGB (Red+Green+Blue) = 222+113+15=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE710F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE710F is #218EF0. Grayscale: #868686. Windows color (decimal): -2199281 or 1012190. OLE color: 1012190.
HSL color Cylindrical-coordinate representation of color #DE710F: hue angle of 28.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE710F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 113 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.13 |
| HSL | 28.41º | 0.87% | 0.46% | - |
| HSV(B) | 28.41º | 0.93% | 0.87% | - |
| XYZ | 36.12 | 27.37 | 3.83 | - |
| YUV | 134.42 | 60.61 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 113 | 15 | 0 | 0.49 | 0.93 | 0.13 | 28.41 | 0.87 | 0.46 |
| Hex | DE | 71 | F | 0 | 31 | 5D | D | 1C | 57 | 2E |
| Octal | 336 | 161 | 17 | 0 | 61 | 135 | 15 | 34 | 127 | 56 |
| Binary | 11011110 | 1110001 | 1111 | 0 | 110001 | 1011101 | 1101 | 11100 | 1010111 | 101110 |
Color Harmonies of #DE710F
Complementary color
Monochromatic Colors of #DE710F
Black with #DE710F
Text Example
Text Example
White with #DE710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE710F; }
p { color: rgb(222,113,15); }
H1.HeaderClassName
{
color: #DE710F;
}
.AnyTagClassName
{
color: #DE710F;
}
</style>
background-color css
<style>
a { background-color: #DE710F; }
a { background-color: rgb(222,113,15); }
div.DivClassName
{
background-color: #DE710F;
}
.BgClassName
{
background-color: #DE710F;
}
</style>
border-color css
<style>
span { border-color: #DE710F; }
span { border-color: rgb(222,113,15); }
td.TdClassName
{
border-color: #DE710F;
}
.TagClassName
{
border-color: #DE710F;
}
</style>