Shades of Mango Tango #DD6503
Tints of Mango Tango #DD6503
RGB
CMYK
RGB Variations
Color information
#DD6503 (or 0xDD6503) is known color: Mango Tango. HEX triplet: DD, 65 and 03. RGB value is (221,101,3). Sum of RGB (Red+Green+Blue) = 221+101+3=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6503 is #229AFC. Grayscale: #7E7E7E. Windows color (decimal): -2267901 or 222685. OLE color: 222685.
HSL color Cylindrical-coordinate representation of color #DD6503: hue angle of 26.97º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD6503 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 3 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.13 |
| HSL | 26.97º | 0.97% | 0.44% | - |
| HSV(B) | 26.97º | 0.99% | 0.87% | - |
| XYZ | 34.49 | 24.69 | 3.03 | - |
| YUV | 125.71 | 58.76 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 3 | 0 | 0.54 | 0.99 | 0.13 | 26.97 | 0.97 | 0.44 |
| Hex | DD | 65 | 3 | 0 | 36 | 63 | D | 1B | 61 | 2C |
| Octal | 335 | 145 | 3 | 0 | 66 | 143 | 15 | 33 | 141 | 54 |
| Binary | 11011101 | 1100101 | 11 | 0 | 110110 | 1100011 | 1101 | 11011 | 1100001 | 101100 |
Color Harmonies of #DD6503
Complementary color
Monochromatic Colors of #DD6503
Black with #DD6503
Text Example
Text Example
White with #DD6503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6503; }
p { color: rgb(221,101,3); }
H1.HeaderClassName
{
color: #DD6503;
}
.AnyTagClassName
{
color: #DD6503;
}
</style>
background-color css
<style>
a { background-color: #DD6503; }
a { background-color: rgb(221,101,3); }
div.DivClassName
{
background-color: #DD6503;
}
.BgClassName
{
background-color: #DD6503;
}
</style>
border-color css
<style>
span { border-color: #DD6503; }
span { border-color: rgb(221,101,3); }
td.TdClassName
{
border-color: #DD6503;
}
.TagClassName
{
border-color: #DD6503;
}
</style>