Shades of Mango Tango #DD8000
Tints of Mango Tango #DD8000
RGB
CMYK
RGB Variations
Color information
#DD8000 (or 0xDD8000) is known color: Mango Tango. HEX triplet: DD, 80 and 00. RGB value is (221,128,0). Sum of RGB (Red+Green+Blue) = 221+128+0=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8000 is #227FFF. Grayscale: #8D8D8D. Windows color (decimal): -2260992 or 32989. OLE color: 32989.
HSL color Cylindrical-coordinate representation of color #DD8000: hue angle of 34.75º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD8000 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.13 |
| HSL | 34.75º | 1% | 0.43% | - |
| HSV(B) | 34.75º | 1% | 0.87% | - |
| XYZ | 37.54 | 30.81 | 3.97 | - |
| YUV | 141.22 | 48.31 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 0 | 0 | 0.42 | 1 | 0.13 | 34.75 | 1 | 0.43 |
| Hex | DD | 80 | 0 | 0 | 2A | 64 | D | 23 | 64 | 2B |
| Octal | 335 | 200 | 0 | 0 | 52 | 144 | 15 | 43 | 144 | 53 |
| Binary | 11011101 | 10000000 | 0 | 0 | 101010 | 1100100 | 1101 | 100011 | 1100100 | 101011 |
Color Harmonies of #DD8000
Complementary color
Monochromatic Colors of #DD8000
Black with #DD8000
Text Example
Text Example
White with #DD8000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8000; }
p { color: rgb(221,128,0); }
H1.HeaderClassName
{
color: #DD8000;
}
.AnyTagClassName
{
color: #DD8000;
}
</style>
background-color css
<style>
a { background-color: #DD8000; }
a { background-color: rgb(221,128,0); }
div.DivClassName
{
background-color: #DD8000;
}
.BgClassName
{
background-color: #DD8000;
}
</style>
border-color css
<style>
span { border-color: #DD8000; }
span { border-color: rgb(221,128,0); }
td.TdClassName
{
border-color: #DD8000;
}
.TagClassName
{
border-color: #DD8000;
}
</style>