Shades of Mango Tango #DE790D
Tints of Mango Tango #DE790D
RGB
CMYK
RGB Variations
Color information
#DE790D (or 0xDE790D) is known color: Mango Tango. HEX triplet: DE, 79 and 0D. RGB value is (222,121,13). Sum of RGB (Red+Green+Blue) = 222+121+13=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE790D is #2186F2. Grayscale: #8B8B8B. Windows color (decimal): -2197235 or 883166. OLE color: 883166.
HSL color Cylindrical-coordinate representation of color #DE790D: hue angle of 31º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE790D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.13 |
| HSL | 31º | 0.89% | 0.46% | - |
| HSV(B) | 31º | 0.94% | 0.87% | - |
| XYZ | 37.03 | 29.23 | 4.07 | - |
| YUV | 138.89 | 56.96 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 13 | 0 | 0.45 | 0.94 | 0.13 | 31 | 0.89 | 0.46 |
| Hex | DE | 79 | D | 0 | 2D | 5E | D | 1F | 59 | 2E |
| Octal | 336 | 171 | 15 | 0 | 55 | 136 | 15 | 37 | 131 | 56 |
| Binary | 11011110 | 1111001 | 1101 | 0 | 101101 | 1011110 | 1101 | 11111 | 1011001 | 101110 |
Color Harmonies of #DE790D
Complementary color
Monochromatic Colors of #DE790D
Black with #DE790D
Text Example
Text Example
White with #DE790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE790D; }
p { color: rgb(222,121,13); }
H1.HeaderClassName
{
color: #DE790D;
}
.AnyTagClassName
{
color: #DE790D;
}
</style>
background-color css
<style>
a { background-color: #DE790D; }
a { background-color: rgb(222,121,13); }
div.DivClassName
{
background-color: #DE790D;
}
.BgClassName
{
background-color: #DE790D;
}
</style>
border-color css
<style>
span { border-color: #DE790D; }
span { border-color: rgb(222,121,13); }
td.TdClassName
{
border-color: #DE790D;
}
.TagClassName
{
border-color: #DE790D;
}
</style>