Shades of Mango Tango #DD8104
Tints of Mango Tango #DD8104
RGB
CMYK
RGB Variations
Color information
#DD8104 (or 0xDD8104) is known color: Mango Tango. HEX triplet: DD, 81 and 04. RGB value is (221,129,4). Sum of RGB (Red+Green+Blue) = 221+129+4=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8104 is #227EFB. Grayscale: #8E8E8E. Windows color (decimal): -2260732 or 295389. OLE color: 295389.
HSL color Cylindrical-coordinate representation of color #DD8104: hue angle of 34.56º 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 #DD8104 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.13 |
| HSL | 34.56º | 0.96% | 0.44% | - |
| HSV(B) | 34.56º | 0.98% | 0.87% | - |
| XYZ | 37.69 | 31.08 | 4.13 | - |
| YUV | 142.26 | 49.98 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 4 | 0 | 0.42 | 0.98 | 0.13 | 34.56 | 0.96 | 0.44 |
| Hex | DD | 81 | 4 | 0 | 2A | 62 | D | 23 | 60 | 2C |
| Octal | 335 | 201 | 4 | 0 | 52 | 142 | 15 | 43 | 140 | 54 |
| Binary | 11011101 | 10000001 | 100 | 0 | 101010 | 1100010 | 1101 | 100011 | 1100000 | 101100 |
Color Harmonies of #DD8104
Complementary color
Monochromatic Colors of #DD8104
Black with #DD8104
Text Example
Text Example
White with #DD8104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8104; }
p { color: rgb(221,129,4); }
H1.HeaderClassName
{
color: #DD8104;
}
.AnyTagClassName
{
color: #DD8104;
}
</style>
background-color css
<style>
a { background-color: #DD8104; }
a { background-color: rgb(221,129,4); }
div.DivClassName
{
background-color: #DD8104;
}
.BgClassName
{
background-color: #DD8104;
}
</style>
border-color css
<style>
span { border-color: #DD8104; }
span { border-color: rgb(221,129,4); }
td.TdClassName
{
border-color: #DD8104;
}
.TagClassName
{
border-color: #DD8104;
}
</style>