Shades of Mango Tango #DD7510
Tints of Mango Tango #DD7510
RGB
CMYK
RGB Variations
Color information
#DD7510 (or 0xDD7510) is known color: Mango Tango. HEX triplet: DD, 75 and 10. RGB value is (221,117,16). Sum of RGB (Red+Green+Blue) = 221+117+16=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7510 is #228AEF. Grayscale: #898989. Windows color (decimal): -2263792 or 1078749. OLE color: 1078749.
HSL color Cylindrical-coordinate representation of color #DD7510: hue angle of 29.56º 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 #DD7510 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 16 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.13 |
| HSL | 29.56º | 0.86% | 0.46% | - |
| HSV(B) | 29.56º | 0.93% | 0.87% | - |
| XYZ | 36.27 | 28.13 | 4.01 | - |
| YUV | 136.58 | 59.96 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 16 | 0 | 0.47 | 0.93 | 0.13 | 29.56 | 0.86 | 0.46 |
| Hex | DD | 75 | 10 | 0 | 2F | 5D | D | 1E | 56 | 2E |
| Octal | 335 | 165 | 20 | 0 | 57 | 135 | 15 | 36 | 126 | 56 |
| Binary | 11011101 | 1110101 | 10000 | 0 | 101111 | 1011101 | 1101 | 11110 | 1010110 | 101110 |
Color Harmonies of #DD7510
Complementary color
Monochromatic Colors of #DD7510
Black with #DD7510
Text Example
Text Example
White with #DD7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7510; }
p { color: rgb(221,117,16); }
H1.HeaderClassName
{
color: #DD7510;
}
.AnyTagClassName
{
color: #DD7510;
}
</style>
background-color css
<style>
a { background-color: #DD7510; }
a { background-color: rgb(221,117,16); }
div.DivClassName
{
background-color: #DD7510;
}
.BgClassName
{
background-color: #DD7510;
}
</style>
border-color css
<style>
span { border-color: #DD7510; }
span { border-color: rgb(221,117,16); }
td.TdClassName
{
border-color: #DD7510;
}
.TagClassName
{
border-color: #DD7510;
}
</style>