Shades of Mango Tango #DD8209
Tints of Mango Tango #DD8209
RGB
CMYK
RGB Variations
Color information
#DD8209 (or 0xDD8209) is known color: Mango Tango. HEX triplet: DD, 82 and 09. RGB value is (221,130,9). Sum of RGB (Red+Green+Blue) = 221+130+9=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8209 is #227DF6. Grayscale: #8F8F8F. Windows color (decimal): -2260471 or 623325. OLE color: 623325.
HSL color Cylindrical-coordinate representation of color #DD8209: hue angle of 34.25º 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 #DD8209 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 9 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.13 |
| HSL | 34.25º | 0.92% | 0.45% | - |
| HSV(B) | 34.25º | 0.96% | 0.87% | - |
| XYZ | 37.85 | 31.36 | 4.32 | - |
| YUV | 143.42 | 52.15 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 9 | 0 | 0.41 | 0.96 | 0.13 | 34.25 | 0.92 | 0.45 |
| Hex | DD | 82 | 9 | 0 | 29 | 60 | D | 22 | 5C | 2D |
| Octal | 335 | 202 | 11 | 0 | 51 | 140 | 15 | 42 | 134 | 55 |
| Binary | 11011101 | 10000010 | 1001 | 0 | 101001 | 1100000 | 1101 | 100010 | 1011100 | 101101 |
Color Harmonies of #DD8209
Complementary color
Monochromatic Colors of #DD8209
Black with #DD8209
Text Example
Text Example
White with #DD8209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8209; }
p { color: rgb(221,130,9); }
H1.HeaderClassName
{
color: #DD8209;
}
.AnyTagClassName
{
color: #DD8209;
}
</style>
background-color css
<style>
a { background-color: #DD8209; }
a { background-color: rgb(221,130,9); }
div.DivClassName
{
background-color: #DD8209;
}
.BgClassName
{
background-color: #DD8209;
}
</style>
border-color css
<style>
span { border-color: #DD8209; }
span { border-color: rgb(221,130,9); }
td.TdClassName
{
border-color: #DD8209;
}
.TagClassName
{
border-color: #DD8209;
}
</style>