Shades of Mango Tango #DD7903
Tints of Mango Tango #DD7903
RGB
CMYK
RGB Variations
Color information
#DD7903 (or 0xDD7903) is known color: Mango Tango. HEX triplet: DD, 79 and 03. RGB value is (221,121,3). Sum of RGB (Red+Green+Blue) = 221+121+3=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7903 is #2286FC. Grayscale: #8A8A8A. Windows color (decimal): -2262781 or 227805. OLE color: 227805.
HSL color Cylindrical-coordinate representation of color #DD7903: hue angle of 32.48º 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 #DD7903 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 3 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.13 |
| HSL | 32.48º | 0.97% | 0.44% | - |
| HSV(B) | 32.48º | 0.99% | 0.87% | - |
| XYZ | 36.67 | 29.05 | 3.76 | - |
| YUV | 137.45 | 52.13 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 3 | 0 | 0.45 | 0.99 | 0.13 | 32.48 | 0.97 | 0.44 |
| Hex | DD | 79 | 3 | 0 | 2D | 63 | D | 20 | 61 | 2C |
| Octal | 335 | 171 | 3 | 0 | 55 | 143 | 15 | 40 | 141 | 54 |
| Binary | 11011101 | 1111001 | 11 | 0 | 101101 | 1100011 | 1101 | 100000 | 1100001 | 101100 |
Color Harmonies of #DD7903
Complementary color
Monochromatic Colors of #DD7903
Black with #DD7903
Text Example
Text Example
White with #DD7903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7903; }
p { color: rgb(221,121,3); }
H1.HeaderClassName
{
color: #DD7903;
}
.AnyTagClassName
{
color: #DD7903;
}
</style>
background-color css
<style>
a { background-color: #DD7903; }
a { background-color: rgb(221,121,3); }
div.DivClassName
{
background-color: #DD7903;
}
.BgClassName
{
background-color: #DD7903;
}
</style>
border-color css
<style>
span { border-color: #DD7903; }
span { border-color: rgb(221,121,3); }
td.TdClassName
{
border-color: #DD7903;
}
.TagClassName
{
border-color: #DD7903;
}
</style>