Shades of Mango Tango #DE710C
Tints of Mango Tango #DE710C
RGB
CMYK
RGB Variations
Color information
#DE710C (or 0xDE710C) is known color: Mango Tango. HEX triplet: DE, 71 and 0C. RGB value is (222,113,12). Sum of RGB (Red+Green+Blue) = 222+113+12=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE710C is #218EF3. Grayscale: #868686. Windows color (decimal): -2199284 or 815582. OLE color: 815582.
HSL color Cylindrical-coordinate representation of color #DE710C: hue angle of 28.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE710C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 113 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.13 |
| HSL | 28.86º | 0.9% | 0.46% | - |
| HSV(B) | 28.86º | 0.95% | 0.87% | - |
| XYZ | 36.1 | 27.37 | 3.73 | - |
| YUV | 134.08 | 59.11 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 113 | 12 | 0 | 0.49 | 0.95 | 0.13 | 28.86 | 0.9 | 0.46 |
| Hex | DE | 71 | C | 0 | 31 | 5F | D | 1D | 5A | 2E |
| Octal | 336 | 161 | 14 | 0 | 61 | 137 | 15 | 35 | 132 | 56 |
| Binary | 11011110 | 1110001 | 1100 | 0 | 110001 | 1011111 | 1101 | 11101 | 1011010 | 101110 |
Color Harmonies of #DE710C
Complementary color
Monochromatic Colors of #DE710C
Black with #DE710C
Text Example
Text Example
White with #DE710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE710C; }
p { color: rgb(222,113,12); }
H1.HeaderClassName
{
color: #DE710C;
}
.AnyTagClassName
{
color: #DE710C;
}
</style>
background-color css
<style>
a { background-color: #DE710C; }
a { background-color: rgb(222,113,12); }
div.DivClassName
{
background-color: #DE710C;
}
.BgClassName
{
background-color: #DE710C;
}
</style>
border-color css
<style>
span { border-color: #DE710C; }
span { border-color: rgb(222,113,12); }
td.TdClassName
{
border-color: #DE710C;
}
.TagClassName
{
border-color: #DE710C;
}
</style>