Shades of Mango Tango #DD8002
Tints of Mango Tango #DD8002
RGB
CMYK
RGB Variations
Color information
#DD8002 (or 0xDD8002) is known color: Mango Tango. HEX triplet: DD, 80 and 02. RGB value is (221,128,2). Sum of RGB (Red+Green+Blue) = 221+128+2=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8002 is #227FFD. Grayscale: #8E8E8E. Windows color (decimal): -2260990 or 164061. OLE color: 164061.
HSL color Cylindrical-coordinate representation of color #DD8002: hue angle of 34.52º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD8002 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.13 |
| HSL | 34.52º | 0.98% | 0.44% | - |
| HSV(B) | 34.52º | 0.99% | 0.87% | - |
| XYZ | 37.55 | 30.81 | 4.03 | - |
| YUV | 141.44 | 49.31 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 2 | 0 | 0.42 | 0.99 | 0.13 | 34.52 | 0.98 | 0.44 |
| Hex | DD | 80 | 2 | 0 | 2A | 63 | D | 23 | 62 | 2C |
| Octal | 335 | 200 | 2 | 0 | 52 | 143 | 15 | 43 | 142 | 54 |
| Binary | 11011101 | 10000000 | 10 | 0 | 101010 | 1100011 | 1101 | 100011 | 1100010 | 101100 |
Color Harmonies of #DD8002
Complementary color
Monochromatic Colors of #DD8002
Black with #DD8002
Text Example
Text Example
White with #DD8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8002; }
p { color: rgb(221,128,2); }
H1.HeaderClassName
{
color: #DD8002;
}
.AnyTagClassName
{
color: #DD8002;
}
</style>
background-color css
<style>
a { background-color: #DD8002; }
a { background-color: rgb(221,128,2); }
div.DivClassName
{
background-color: #DD8002;
}
.BgClassName
{
background-color: #DD8002;
}
</style>
border-color css
<style>
span { border-color: #DD8002; }
span { border-color: rgb(221,128,2); }
td.TdClassName
{
border-color: #DD8002;
}
.TagClassName
{
border-color: #DD8002;
}
</style>