Shades of Mango Tango #DD7303
Tints of Mango Tango #DD7303
RGB
CMYK
RGB Variations
Color information
#DD7303 (or 0xDD7303) is known color: Mango Tango. HEX triplet: DD, 73 and 03. RGB value is (221,115,3). Sum of RGB (Red+Green+Blue) = 221+115+3=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7303 is #228CFC. Grayscale: #868686. Windows color (decimal): -2264317 or 226269. OLE color: 226269.
HSL color Cylindrical-coordinate representation of color #DD7303: hue angle of 30.83º 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 #DD7303 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 3 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.13 |
| HSL | 30.83º | 0.97% | 0.44% | - |
| HSV(B) | 30.83º | 0.99% | 0.87% | - |
| XYZ | 35.97 | 27.64 | 3.53 | - |
| YUV | 133.93 | 54.12 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 3 | 0 | 0.48 | 0.99 | 0.13 | 30.83 | 0.97 | 0.44 |
| Hex | DD | 73 | 3 | 0 | 30 | 63 | D | 1F | 61 | 2C |
| Octal | 335 | 163 | 3 | 0 | 60 | 143 | 15 | 37 | 141 | 54 |
| Binary | 11011101 | 1110011 | 11 | 0 | 110000 | 1100011 | 1101 | 11111 | 1100001 | 101100 |
Color Harmonies of #DD7303
Complementary color
Monochromatic Colors of #DD7303
Black with #DD7303
Text Example
Text Example
White with #DD7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7303; }
p { color: rgb(221,115,3); }
H1.HeaderClassName
{
color: #DD7303;
}
.AnyTagClassName
{
color: #DD7303;
}
</style>
background-color css
<style>
a { background-color: #DD7303; }
a { background-color: rgb(221,115,3); }
div.DivClassName
{
background-color: #DD7303;
}
.BgClassName
{
background-color: #DD7303;
}
</style>
border-color css
<style>
span { border-color: #DD7303; }
span { border-color: rgb(221,115,3); }
td.TdClassName
{
border-color: #DD7303;
}
.TagClassName
{
border-color: #DD7303;
}
</style>