Shades of Mango Tango #DD7007
Tints of Mango Tango #DD7007
RGB
CMYK
RGB Variations
Color information
#DD7007 (or 0xDD7007) is known color: Mango Tango. HEX triplet: DD, 70 and 07. RGB value is (221,112,7). Sum of RGB (Red+Green+Blue) = 221+112+7=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7007 is #228FF8. Grayscale: #858585. Windows color (decimal): -2265081 or 487645. OLE color: 487645.
HSL color Cylindrical-coordinate representation of color #DD7007: hue angle of 29.44º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD7007 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 7 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.13 |
| HSL | 29.44º | 0.94% | 0.45% | - |
| HSV(B) | 29.44º | 0.97% | 0.87% | - |
| XYZ | 35.65 | 26.98 | 3.53 | - |
| YUV | 132.62 | 57.11 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 7 | 0 | 0.49 | 0.97 | 0.13 | 29.44 | 0.94 | 0.45 |
| Hex | DD | 70 | 7 | 0 | 31 | 61 | D | 1D | 5E | 2D |
| Octal | 335 | 160 | 7 | 0 | 61 | 141 | 15 | 35 | 136 | 55 |
| Binary | 11011101 | 1110000 | 111 | 0 | 110001 | 1100001 | 1101 | 11101 | 1011110 | 101101 |
Color Harmonies of #DD7007
Complementary color
Monochromatic Colors of #DD7007
Black with #DD7007
Text Example
Text Example
White with #DD7007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7007; }
p { color: rgb(221,112,7); }
H1.HeaderClassName
{
color: #DD7007;
}
.AnyTagClassName
{
color: #DD7007;
}
</style>
background-color css
<style>
a { background-color: #DD7007; }
a { background-color: rgb(221,112,7); }
div.DivClassName
{
background-color: #DD7007;
}
.BgClassName
{
background-color: #DD7007;
}
</style>
border-color css
<style>
span { border-color: #DD7007; }
span { border-color: rgb(221,112,7); }
td.TdClassName
{
border-color: #DD7007;
}
.TagClassName
{
border-color: #DD7007;
}
</style>