Shades of Mango Tango #DD7500
Tints of Mango Tango #DD7500
RGB
CMYK
RGB Variations
Color information
#DD7500 (or 0xDD7500) is known color: Mango Tango. HEX triplet: DD, 75 and 00. RGB value is (221,117,0). Sum of RGB (Red+Green+Blue) = 221+117+0=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7500 is #228AFF. Grayscale: #878787. Windows color (decimal): -2263808 or 30173. OLE color: 30173.
HSL color Cylindrical-coordinate representation of color #DD7500: hue angle of 31.76º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD7500 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.13 |
| HSL | 31.76º | 1% | 0.43% | - |
| HSV(B) | 31.76º | 1% | 0.87% | - |
| XYZ | 36.18 | 28.09 | 3.52 | - |
| YUV | 134.76 | 51.96 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 0 | 0 | 0.47 | 1 | 0.13 | 31.76 | 1 | 0.43 |
| Hex | DD | 75 | 0 | 0 | 2F | 64 | D | 20 | 64 | 2B |
| Octal | 335 | 165 | 0 | 0 | 57 | 144 | 15 | 40 | 144 | 53 |
| Binary | 11011101 | 1110101 | 0 | 0 | 101111 | 1100100 | 1101 | 100000 | 1100100 | 101011 |
Color Harmonies of #DD7500
Complementary color
Monochromatic Colors of #DD7500
Black with #DD7500
Text Example
Text Example
White with #DD7500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7500; }
p { color: rgb(221,117,0); }
H1.HeaderClassName
{
color: #DD7500;
}
.AnyTagClassName
{
color: #DD7500;
}
</style>
background-color css
<style>
a { background-color: #DD7500; }
a { background-color: rgb(221,117,0); }
div.DivClassName
{
background-color: #DD7500;
}
.BgClassName
{
background-color: #DD7500;
}
</style>
border-color css
<style>
span { border-color: #DD7500; }
span { border-color: rgb(221,117,0); }
td.TdClassName
{
border-color: #DD7500;
}
.TagClassName
{
border-color: #DD7500;
}
</style>