Shades of Mango Tango #DD7711
Tints of Mango Tango #DD7711
RGB
CMYK
RGB Variations
Color information
#DD7711 (or 0xDD7711) is known color: Mango Tango. HEX triplet: DD, 77 and 11. RGB value is (221,119,17). Sum of RGB (Red+Green+Blue) = 221+119+17=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7711 is #2288EE. Grayscale: #8A8A8A. Windows color (decimal): -2263279 or 1144797. OLE color: 1144797.
HSL color Cylindrical-coordinate representation of color #DD7711: hue angle of 30º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD7711 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 17 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.13 |
| HSL | 30º | 0.86% | 0.47% | - |
| HSV(B) | 30º | 0.92% | 0.87% | - |
| XYZ | 36.52 | 28.61 | 4.13 | - |
| YUV | 137.87 | 59.79 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 17 | 0 | 0.46 | 0.92 | 0.13 | 30 | 0.86 | 0.47 |
| Hex | DD | 77 | 11 | 0 | 2E | 5C | D | 1E | 56 | 2F |
| Octal | 335 | 167 | 21 | 0 | 56 | 134 | 15 | 36 | 126 | 57 |
| Binary | 11011101 | 1110111 | 10001 | 0 | 101110 | 1011100 | 1101 | 11110 | 1010110 | 101111 |
Color Harmonies of #DD7711
Complementary color
Monochromatic Colors of #DD7711
Black with #DD7711
Text Example
Text Example
White with #DD7711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7711; }
p { color: rgb(221,119,17); }
H1.HeaderClassName
{
color: #DD7711;
}
.AnyTagClassName
{
color: #DD7711;
}
</style>
background-color css
<style>
a { background-color: #DD7711; }
a { background-color: rgb(221,119,17); }
div.DivClassName
{
background-color: #DD7711;
}
.BgClassName
{
background-color: #DD7711;
}
</style>
border-color css
<style>
span { border-color: #DD7711; }
span { border-color: rgb(221,119,17); }
td.TdClassName
{
border-color: #DD7711;
}
.TagClassName
{
border-color: #DD7711;
}
</style>