Shades of Mango Tango #DD6605
Tints of Mango Tango #DD6605
RGB
CMYK
RGB Variations
Color information
#DD6605 (or 0xDD6605) is known color: Mango Tango. HEX triplet: DD, 66 and 05. RGB value is (221,102,5). Sum of RGB (Red+Green+Blue) = 221+102+5=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6605 is #2299FA. Grayscale: #7F7F7F. Windows color (decimal): -2267643 or 354013. OLE color: 354013.
HSL color Cylindrical-coordinate representation of color #DD6605: hue angle of 26.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD6605 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.13 |
| HSL | 26.94º | 0.96% | 0.44% | - |
| HSV(B) | 26.94º | 0.98% | 0.87% | - |
| XYZ | 34.6 | 24.89 | 3.12 | - |
| YUV | 126.52 | 59.42 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 5 | 0 | 0.54 | 0.98 | 0.13 | 26.94 | 0.96 | 0.44 |
| Hex | DD | 66 | 5 | 0 | 36 | 62 | D | 1B | 60 | 2C |
| Octal | 335 | 146 | 5 | 0 | 66 | 142 | 15 | 33 | 140 | 54 |
| Binary | 11011101 | 1100110 | 101 | 0 | 110110 | 1100010 | 1101 | 11011 | 1100000 | 101100 |
Color Harmonies of #DD6605
Complementary color
Monochromatic Colors of #DD6605
Black with #DD6605
Text Example
Text Example
White with #DD6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6605; }
p { color: rgb(221,102,5); }
H1.HeaderClassName
{
color: #DD6605;
}
.AnyTagClassName
{
color: #DD6605;
}
</style>
background-color css
<style>
a { background-color: #DD6605; }
a { background-color: rgb(221,102,5); }
div.DivClassName
{
background-color: #DD6605;
}
.BgClassName
{
background-color: #DD6605;
}
</style>
border-color css
<style>
span { border-color: #DD6605; }
span { border-color: rgb(221,102,5); }
td.TdClassName
{
border-color: #DD6605;
}
.TagClassName
{
border-color: #DD6605;
}
</style>