Shades of Mango Tango #DE780A
Tints of Mango Tango #DE780A
RGB
CMYK
RGB Variations
Color information
#DE780A (or 0xDE780A) is known color: Mango Tango. HEX triplet: DE, 78 and 0A. RGB value is (222,120,10). Sum of RGB (Red+Green+Blue) = 222+120+10=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE780A is #2187F5. Grayscale: #8A8A8A. Windows color (decimal): -2197494 or 686302. OLE color: 686302.
HSL color Cylindrical-coordinate representation of color #DE780A: hue angle of 31.13º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE780A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 120 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.13 |
| HSL | 31.13º | 0.91% | 0.45% | - |
| HSV(B) | 31.13º | 0.95% | 0.87% | - |
| XYZ | 36.9 | 28.98 | 3.94 | - |
| YUV | 137.96 | 55.79 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 120 | 10 | 0 | 0.46 | 0.95 | 0.13 | 31.13 | 0.91 | 0.45 |
| Hex | DE | 78 | A | 0 | 2E | 5F | D | 1F | 5B | 2D |
| Octal | 336 | 170 | 12 | 0 | 56 | 137 | 15 | 37 | 133 | 55 |
| Binary | 11011110 | 1111000 | 1010 | 0 | 101110 | 1011111 | 1101 | 11111 | 1011011 | 101101 |
Color Harmonies of #DE780A
Complementary color
Monochromatic Colors of #DE780A
Black with #DE780A
Text Example
Text Example
White with #DE780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE780A; }
p { color: rgb(222,120,10); }
H1.HeaderClassName
{
color: #DE780A;
}
.AnyTagClassName
{
color: #DE780A;
}
</style>
background-color css
<style>
a { background-color: #DE780A; }
a { background-color: rgb(222,120,10); }
div.DivClassName
{
background-color: #DE780A;
}
.BgClassName
{
background-color: #DE780A;
}
</style>
border-color css
<style>
span { border-color: #DE780A; }
span { border-color: rgb(222,120,10); }
td.TdClassName
{
border-color: #DE780A;
}
.TagClassName
{
border-color: #DE780A;
}
</style>