Shades of Mango Tango #DD7409
Tints of Mango Tango #DD7409
RGB
CMYK
RGB Variations
Color information
#DD7409 (or 0xDD7409) is known color: Mango Tango. HEX triplet: DD, 74 and 09. RGB value is (221,116,9). Sum of RGB (Red+Green+Blue) = 221+116+9=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7409 is #228BF6. Grayscale: #878787. Windows color (decimal): -2264055 or 619741. OLE color: 619741.
HSL color Cylindrical-coordinate representation of color #DD7409: hue angle of 30.28º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD7409 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 9 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.13 |
| HSL | 30.28º | 0.92% | 0.45% | - |
| HSV(B) | 30.28º | 0.96% | 0.87% | - |
| XYZ | 36.11 | 27.88 | 3.74 | - |
| YUV | 135.2 | 56.79 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 9 | 0 | 0.48 | 0.96 | 0.13 | 30.28 | 0.92 | 0.45 |
| Hex | DD | 74 | 9 | 0 | 30 | 60 | D | 1E | 5C | 2D |
| Octal | 335 | 164 | 11 | 0 | 60 | 140 | 15 | 36 | 134 | 55 |
| Binary | 11011101 | 1110100 | 1001 | 0 | 110000 | 1100000 | 1101 | 11110 | 1011100 | 101101 |
Color Harmonies of #DD7409
Complementary color
Monochromatic Colors of #DD7409
Black with #DD7409
Text Example
Text Example
White with #DD7409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7409; }
p { color: rgb(221,116,9); }
H1.HeaderClassName
{
color: #DD7409;
}
.AnyTagClassName
{
color: #DD7409;
}
</style>
background-color css
<style>
a { background-color: #DD7409; }
a { background-color: rgb(221,116,9); }
div.DivClassName
{
background-color: #DD7409;
}
.BgClassName
{
background-color: #DD7409;
}
</style>
border-color css
<style>
span { border-color: #DD7409; }
span { border-color: rgb(221,116,9); }
td.TdClassName
{
border-color: #DD7409;
}
.TagClassName
{
border-color: #DD7409;
}
</style>