Shades of Mango Tango #DD8009
Tints of Mango Tango #DD8009
RGB
CMYK
RGB Variations
Color information
#DD8009 (or 0xDD8009) is known color: Mango Tango. HEX triplet: DD, 80 and 09. RGB value is (221,128,9). Sum of RGB (Red+Green+Blue) = 221+128+9=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8009 is #227FF6. Grayscale: #8E8E8E. Windows color (decimal): -2260983 or 622813. OLE color: 622813.
HSL color Cylindrical-coordinate representation of color #DD8009: hue angle of 33.68º 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 #DD8009 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 9 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.13 |
| HSL | 33.68º | 0.92% | 0.45% | - |
| HSV(B) | 33.68º | 0.96% | 0.87% | - |
| XYZ | 37.59 | 30.83 | 4.23 | - |
| YUV | 142.24 | 52.81 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 9 | 0 | 0.42 | 0.96 | 0.13 | 33.68 | 0.92 | 0.45 |
| Hex | DD | 80 | 9 | 0 | 2A | 60 | D | 22 | 5C | 2D |
| Octal | 335 | 200 | 11 | 0 | 52 | 140 | 15 | 42 | 134 | 55 |
| Binary | 11011101 | 10000000 | 1001 | 0 | 101010 | 1100000 | 1101 | 100010 | 1011100 | 101101 |
Color Harmonies of #DD8009
Complementary color
Monochromatic Colors of #DD8009
Black with #DD8009
Text Example
Text Example
White with #DD8009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8009; }
p { color: rgb(221,128,9); }
H1.HeaderClassName
{
color: #DD8009;
}
.AnyTagClassName
{
color: #DD8009;
}
</style>
background-color css
<style>
a { background-color: #DD8009; }
a { background-color: rgb(221,128,9); }
div.DivClassName
{
background-color: #DD8009;
}
.BgClassName
{
background-color: #DD8009;
}
</style>
border-color css
<style>
span { border-color: #DD8009; }
span { border-color: rgb(221,128,9); }
td.TdClassName
{
border-color: #DD8009;
}
.TagClassName
{
border-color: #DD8009;
}
</style>