Shades of Mango Tango #DE790F
Tints of Mango Tango #DE790F
RGB
CMYK
RGB Variations
Color information
#DE790F (or 0xDE790F) is known color: Mango Tango. HEX triplet: DE, 79 and 0F. RGB value is (222,121,15). Sum of RGB (Red+Green+Blue) = 222+121+15=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE790F is #2186F0. Grayscale: #8B8B8B. Windows color (decimal): -2197233 or 1014238. OLE color: 1014238.
HSL color Cylindrical-coordinate representation of color #DE790F: hue angle of 30.72º 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 #DE790F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.13 |
| HSL | 30.72º | 0.87% | 0.46% | - |
| HSV(B) | 30.72º | 0.93% | 0.87% | - |
| XYZ | 37.05 | 29.24 | 4.14 | - |
| YUV | 139.12 | 57.96 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 15 | 0 | 0.45 | 0.93 | 0.13 | 30.72 | 0.87 | 0.46 |
| Hex | DE | 79 | F | 0 | 2D | 5D | D | 1F | 57 | 2E |
| Octal | 336 | 171 | 17 | 0 | 55 | 135 | 15 | 37 | 127 | 56 |
| Binary | 11011110 | 1111001 | 1111 | 0 | 101101 | 1011101 | 1101 | 11111 | 1010111 | 101110 |
Color Harmonies of #DE790F
Complementary color
Monochromatic Colors of #DE790F
Black with #DE790F
Text Example
Text Example
White with #DE790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE790F; }
p { color: rgb(222,121,15); }
H1.HeaderClassName
{
color: #DE790F;
}
.AnyTagClassName
{
color: #DE790F;
}
</style>
background-color css
<style>
a { background-color: #DE790F; }
a { background-color: rgb(222,121,15); }
div.DivClassName
{
background-color: #DE790F;
}
.BgClassName
{
background-color: #DE790F;
}
</style>
border-color css
<style>
span { border-color: #DE790F; }
span { border-color: rgb(222,121,15); }
td.TdClassName
{
border-color: #DE790F;
}
.TagClassName
{
border-color: #DE790F;
}
</style>