Shades of Mango Tango #DD6407
Tints of Mango Tango #DD6407
RGB
CMYK
RGB Variations
Color information
#DD6407 (or 0xDD6407) is known color: Mango Tango. HEX triplet: DD, 64 and 07. RGB value is (221,100,7). Sum of RGB (Red+Green+Blue) = 221+100+7=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6407 is #229BF8. Grayscale: #7E7E7E. Windows color (decimal): -2268153 or 484573. OLE color: 484573.
HSL color Cylindrical-coordinate representation of color #DD6407: hue angle of 26.07º 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 #DD6407 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 7 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.13 |
| HSL | 26.07º | 0.94% | 0.45% | - |
| HSV(B) | 26.07º | 0.97% | 0.87% | - |
| XYZ | 34.41 | 24.5 | 3.12 | - |
| YUV | 125.58 | 61.09 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 7 | 0 | 0.55 | 0.97 | 0.13 | 26.07 | 0.94 | 0.45 |
| Hex | DD | 64 | 7 | 0 | 37 | 61 | D | 1A | 5E | 2D |
| Octal | 335 | 144 | 7 | 0 | 67 | 141 | 15 | 32 | 136 | 55 |
| Binary | 11011101 | 1100100 | 111 | 0 | 110111 | 1100001 | 1101 | 11010 | 1011110 | 101101 |
Color Harmonies of #DD6407
Complementary color
Monochromatic Colors of #DD6407
Black with #DD6407
Text Example
Text Example
White with #DD6407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6407; }
p { color: rgb(221,100,7); }
H1.HeaderClassName
{
color: #DD6407;
}
.AnyTagClassName
{
color: #DD6407;
}
</style>
background-color css
<style>
a { background-color: #DD6407; }
a { background-color: rgb(221,100,7); }
div.DivClassName
{
background-color: #DD6407;
}
.BgClassName
{
background-color: #DD6407;
}
</style>
border-color css
<style>
span { border-color: #DD6407; }
span { border-color: rgb(221,100,7); }
td.TdClassName
{
border-color: #DD6407;
}
.TagClassName
{
border-color: #DD6407;
}
</style>