Shades of Mango Tango #DD6305
Tints of Mango Tango #DD6305
RGB
CMYK
RGB Variations
Color information
#DD6305 (or 0xDD6305) is known color: Mango Tango. HEX triplet: DD, 63 and 05. RGB value is (221,99,5). Sum of RGB (Red+Green+Blue) = 221+99+5=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6305 is #229CFA. Grayscale: #7D7D7D. Windows color (decimal): -2268411 or 353245. OLE color: 353245.
HSL color Cylindrical-coordinate representation of color #DD6305: hue angle of 26.11º 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 #DD6305 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 5 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.13 |
| HSL | 26.11º | 0.96% | 0.44% | - |
| HSV(B) | 26.11º | 0.98% | 0.87% | - |
| XYZ | 34.31 | 24.31 | 3.03 | - |
| YUV | 124.76 | 60.42 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 5 | 0 | 0.55 | 0.98 | 0.13 | 26.11 | 0.96 | 0.44 |
| Hex | DD | 63 | 5 | 0 | 37 | 62 | D | 1A | 60 | 2C |
| Octal | 335 | 143 | 5 | 0 | 67 | 142 | 15 | 32 | 140 | 54 |
| Binary | 11011101 | 1100011 | 101 | 0 | 110111 | 1100010 | 1101 | 11010 | 1100000 | 101100 |
Color Harmonies of #DD6305
Complementary color
Monochromatic Colors of #DD6305
Black with #DD6305
Text Example
Text Example
White with #DD6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6305; }
p { color: rgb(221,99,5); }
H1.HeaderClassName
{
color: #DD6305;
}
.AnyTagClassName
{
color: #DD6305;
}
</style>
background-color css
<style>
a { background-color: #DD6305; }
a { background-color: rgb(221,99,5); }
div.DivClassName
{
background-color: #DD6305;
}
.BgClassName
{
background-color: #DD6305;
}
</style>
border-color css
<style>
span { border-color: #DD6305; }
span { border-color: rgb(221,99,5); }
td.TdClassName
{
border-color: #DD6305;
}
.TagClassName
{
border-color: #DD6305;
}
</style>