Shades of Mango Tango #DD8204
Tints of Mango Tango #DD8204
RGB
CMYK
RGB Variations
Color information
#DD8204 (or 0xDD8204) is known color: Mango Tango. HEX triplet: DD, 82 and 04. RGB value is (221,130,4). Sum of RGB (Red+Green+Blue) = 221+130+4=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8204 is #227DFB. Grayscale: #8F8F8F. Windows color (decimal): -2260476 or 295645. OLE color: 295645.
HSL color Cylindrical-coordinate representation of color #DD8204: hue angle of 34.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD8204 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.13 |
| HSL | 34.84º | 0.96% | 0.44% | - |
| HSV(B) | 34.84º | 0.98% | 0.87% | - |
| XYZ | 37.82 | 31.35 | 4.17 | - |
| YUV | 142.85 | 49.65 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 4 | 0 | 0.41 | 0.98 | 0.13 | 34.84 | 0.96 | 0.44 |
| Hex | DD | 82 | 4 | 0 | 29 | 62 | D | 23 | 60 | 2C |
| Octal | 335 | 202 | 4 | 0 | 51 | 142 | 15 | 43 | 140 | 54 |
| Binary | 11011101 | 10000010 | 100 | 0 | 101001 | 1100010 | 1101 | 100011 | 1100000 | 101100 |
Color Harmonies of #DD8204
Complementary color
Monochromatic Colors of #DD8204
Black with #DD8204
Text Example
Text Example
White with #DD8204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8204; }
p { color: rgb(221,130,4); }
H1.HeaderClassName
{
color: #DD8204;
}
.AnyTagClassName
{
color: #DD8204;
}
</style>
background-color css
<style>
a { background-color: #DD8204; }
a { background-color: rgb(221,130,4); }
div.DivClassName
{
background-color: #DD8204;
}
.BgClassName
{
background-color: #DD8204;
}
</style>
border-color css
<style>
span { border-color: #DD8204; }
span { border-color: rgb(221,130,4); }
td.TdClassName
{
border-color: #DD8204;
}
.TagClassName
{
border-color: #DD8204;
}
</style>