Shades of Mango Tango #DD750D
Tints of Mango Tango #DD750D
RGB
CMYK
RGB Variations
Color information
#DD750D (or 0xDD750D) is known color: Mango Tango. HEX triplet: DD, 75 and 0D. RGB value is (221,117,13). Sum of RGB (Red+Green+Blue) = 221+117+13=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD750D is #228AF2. Grayscale: #888888. Windows color (decimal): -2263795 or 882141. OLE color: 882141.
HSL color Cylindrical-coordinate representation of color #DD750D: hue angle of 30º 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 #DD750D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 13 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.13 |
| HSL | 30º | 0.89% | 0.46% | - |
| HSV(B) | 30º | 0.94% | 0.87% | - |
| XYZ | 36.25 | 28.12 | 3.9 | - |
| YUV | 136.24 | 58.46 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 13 | 0 | 0.47 | 0.94 | 0.13 | 30 | 0.89 | 0.46 |
| Hex | DD | 75 | D | 0 | 2F | 5E | D | 1E | 59 | 2E |
| Octal | 335 | 165 | 15 | 0 | 57 | 136 | 15 | 36 | 131 | 56 |
| Binary | 11011101 | 1110101 | 1101 | 0 | 101111 | 1011110 | 1101 | 11110 | 1011001 | 101110 |
Color Harmonies of #DD750D
Complementary color
Monochromatic Colors of #DD750D
Black with #DD750D
Text Example
Text Example
White with #DD750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD750D; }
p { color: rgb(221,117,13); }
H1.HeaderClassName
{
color: #DD750D;
}
.AnyTagClassName
{
color: #DD750D;
}
</style>
background-color css
<style>
a { background-color: #DD750D; }
a { background-color: rgb(221,117,13); }
div.DivClassName
{
background-color: #DD750D;
}
.BgClassName
{
background-color: #DD750D;
}
</style>
border-color css
<style>
span { border-color: #DD750D; }
span { border-color: rgb(221,117,13); }
td.TdClassName
{
border-color: #DD750D;
}
.TagClassName
{
border-color: #DD750D;
}
</style>