Shades of Mango Tango #DD8010
Tints of Mango Tango #DD8010
RGB
CMYK
RGB Variations
Color information
#DD8010 (or 0xDD8010) is known color: Mango Tango. HEX triplet: DD, 80 and 10. RGB value is (221,128,16). Sum of RGB (Red+Green+Blue) = 221+128+16=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8010 is #227FEF. Grayscale: #8F8F8F. Windows color (decimal): -2260976 or 1081565. OLE color: 1081565.
HSL color Cylindrical-coordinate representation of color #DD8010: hue angle of 32.78º degrees, saturation: 0.86, 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 #DD8010 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 16 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.13 |
| HSL | 32.78º | 0.86% | 0.46% | - |
| HSV(B) | 32.78º | 0.93% | 0.87% | - |
| XYZ | 37.63 | 30.85 | 4.46 | - |
| YUV | 143.04 | 56.31 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 16 | 0 | 0.42 | 0.93 | 0.13 | 32.78 | 0.86 | 0.46 |
| Hex | DD | 80 | 10 | 0 | 2A | 5D | D | 21 | 56 | 2E |
| Octal | 335 | 200 | 20 | 0 | 52 | 135 | 15 | 41 | 126 | 56 |
| Binary | 11011101 | 10000000 | 10000 | 0 | 101010 | 1011101 | 1101 | 100001 | 1010110 | 101110 |
Color Harmonies of #DD8010
Complementary color
Monochromatic Colors of #DD8010
Black with #DD8010
Text Example
Text Example
White with #DD8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8010; }
p { color: rgb(221,128,16); }
H1.HeaderClassName
{
color: #DD8010;
}
.AnyTagClassName
{
color: #DD8010;
}
</style>
background-color css
<style>
a { background-color: #DD8010; }
a { background-color: rgb(221,128,16); }
div.DivClassName
{
background-color: #DD8010;
}
.BgClassName
{
background-color: #DD8010;
}
</style>
border-color css
<style>
span { border-color: #DD8010; }
span { border-color: rgb(221,128,16); }
td.TdClassName
{
border-color: #DD8010;
}
.TagClassName
{
border-color: #DD8010;
}
</style>