Shades of Mango Tango #DE770C
Tints of Mango Tango #DE770C
RGB
CMYK
RGB Variations
Color information
#DE770C (or 0xDE770C) is known color: Mango Tango. HEX triplet: DE, 77 and 0C. RGB value is (222,119,12). Sum of RGB (Red+Green+Blue) = 222+119+12=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE770C is #2188F3. Grayscale: #8A8A8A. Windows color (decimal): -2197748 or 817118. OLE color: 817118.
HSL color Cylindrical-coordinate representation of color #DE770C: hue angle of 30.57º 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 #DE770C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 12 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.13 |
| HSL | 30.57º | 0.9% | 0.46% | - |
| HSV(B) | 30.57º | 0.95% | 0.87% | - |
| XYZ | 36.79 | 28.75 | 3.96 | - |
| YUV | 137.6 | 57.12 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 12 | 0 | 0.46 | 0.95 | 0.13 | 30.57 | 0.9 | 0.46 |
| Hex | DE | 77 | C | 0 | 2E | 5F | D | 1F | 5A | 2E |
| Octal | 336 | 167 | 14 | 0 | 56 | 137 | 15 | 37 | 132 | 56 |
| Binary | 11011110 | 1110111 | 1100 | 0 | 101110 | 1011111 | 1101 | 11111 | 1011010 | 101110 |
Color Harmonies of #DE770C
Complementary color
Monochromatic Colors of #DE770C
Black with #DE770C
Text Example
Text Example
White with #DE770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE770C; }
p { color: rgb(222,119,12); }
H1.HeaderClassName
{
color: #DE770C;
}
.AnyTagClassName
{
color: #DE770C;
}
</style>
background-color css
<style>
a { background-color: #DE770C; }
a { background-color: rgb(222,119,12); }
div.DivClassName
{
background-color: #DE770C;
}
.BgClassName
{
background-color: #DE770C;
}
</style>
border-color css
<style>
span { border-color: #DE770C; }
span { border-color: rgb(222,119,12); }
td.TdClassName
{
border-color: #DE770C;
}
.TagClassName
{
border-color: #DE770C;
}
</style>