Shades of Mango Tango #DD7403
Tints of Mango Tango #DD7403
RGB
CMYK
RGB Variations
Color information
#DD7403 (or 0xDD7403) is known color: Mango Tango. HEX triplet: DD, 74 and 03. RGB value is (221,116,3). Sum of RGB (Red+Green+Blue) = 221+116+3=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7403 is #228BFC. Grayscale: #878787. Windows color (decimal): -2264061 or 226525. OLE color: 226525.
HSL color Cylindrical-coordinate representation of color #DD7403: hue angle of 31.1º 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 #DD7403 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 3 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.13 |
| HSL | 31.1º | 0.97% | 0.44% | - |
| HSV(B) | 31.1º | 0.99% | 0.87% | - |
| XYZ | 36.08 | 27.87 | 3.56 | - |
| YUV | 134.51 | 53.79 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 3 | 0 | 0.48 | 0.99 | 0.13 | 31.1 | 0.97 | 0.44 |
| Hex | DD | 74 | 3 | 0 | 30 | 63 | D | 1F | 61 | 2C |
| Octal | 335 | 164 | 3 | 0 | 60 | 143 | 15 | 37 | 141 | 54 |
| Binary | 11011101 | 1110100 | 11 | 0 | 110000 | 1100011 | 1101 | 11111 | 1100001 | 101100 |
Color Harmonies of #DD7403
Complementary color
Monochromatic Colors of #DD7403
Black with #DD7403
Text Example
Text Example
White with #DD7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7403; }
p { color: rgb(221,116,3); }
H1.HeaderClassName
{
color: #DD7403;
}
.AnyTagClassName
{
color: #DD7403;
}
</style>
background-color css
<style>
a { background-color: #DD7403; }
a { background-color: rgb(221,116,3); }
div.DivClassName
{
background-color: #DD7403;
}
.BgClassName
{
background-color: #DD7403;
}
</style>
border-color css
<style>
span { border-color: #DD7403; }
span { border-color: rgb(221,116,3); }
td.TdClassName
{
border-color: #DD7403;
}
.TagClassName
{
border-color: #DD7403;
}
</style>