Shades of Mango Tango #DE770F
Tints of Mango Tango #DE770F
RGB
CMYK
RGB Variations
Color information
#DE770F (or 0xDE770F) is known color: Mango Tango. HEX triplet: DE, 77 and 0F. RGB value is (222,119,15). Sum of RGB (Red+Green+Blue) = 222+119+15=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE770F is #2188F0. Grayscale: #8A8A8A. Windows color (decimal): -2197745 or 1013726. OLE color: 1013726.
HSL color Cylindrical-coordinate representation of color #DE770F: hue angle of 30.14º 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 #DE770F is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 15 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.13 |
| HSL | 30.14º | 0.87% | 0.46% | - |
| HSV(B) | 30.14º | 0.93% | 0.87% | - |
| XYZ | 36.81 | 28.76 | 4.06 | - |
| YUV | 137.94 | 58.62 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 15 | 0 | 0.46 | 0.93 | 0.13 | 30.14 | 0.87 | 0.46 |
| Hex | DE | 77 | F | 0 | 2E | 5D | D | 1E | 57 | 2E |
| Octal | 336 | 167 | 17 | 0 | 56 | 135 | 15 | 36 | 127 | 56 |
| Binary | 11011110 | 1110111 | 1111 | 0 | 101110 | 1011101 | 1101 | 11110 | 1010111 | 101110 |
Color Harmonies of #DE770F
Complementary color
Monochromatic Colors of #DE770F
Black with #DE770F
Text Example
Text Example
White with #DE770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE770F; }
p { color: rgb(222,119,15); }
H1.HeaderClassName
{
color: #DE770F;
}
.AnyTagClassName
{
color: #DE770F;
}
</style>
background-color css
<style>
a { background-color: #DE770F; }
a { background-color: rgb(222,119,15); }
div.DivClassName
{
background-color: #DE770F;
}
.BgClassName
{
background-color: #DE770F;
}
</style>
border-color css
<style>
span { border-color: #DE770F; }
span { border-color: rgb(222,119,15); }
td.TdClassName
{
border-color: #DE770F;
}
.TagClassName
{
border-color: #DE770F;
}
</style>