Shades of Mango Tango #DD8006
Tints of Mango Tango #DD8006
RGB
CMYK
RGB Variations
Color information
#DD8006 (or 0xDD8006) is known color: Mango Tango. HEX triplet: DD, 80 and 06. RGB value is (221,128,6). Sum of RGB (Red+Green+Blue) = 221+128+6=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8006 is #227FF9. Grayscale: #8E8E8E. Windows color (decimal): -2260986 or 426205. OLE color: 426205.
HSL color Cylindrical-coordinate representation of color #DD8006: hue angle of 34.05º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD8006 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 6 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.13 |
| HSL | 34.05º | 0.95% | 0.45% | - |
| HSV(B) | 34.05º | 0.97% | 0.87% | - |
| XYZ | 37.57 | 30.82 | 4.14 | - |
| YUV | 141.9 | 51.31 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 6 | 0 | 0.42 | 0.97 | 0.13 | 34.05 | 0.95 | 0.45 |
| Hex | DD | 80 | 6 | 0 | 2A | 61 | D | 22 | 5F | 2D |
| Octal | 335 | 200 | 6 | 0 | 52 | 141 | 15 | 42 | 137 | 55 |
| Binary | 11011101 | 10000000 | 110 | 0 | 101010 | 1100001 | 1101 | 100010 | 1011111 | 101101 |
Color Harmonies of #DD8006
Complementary color
Monochromatic Colors of #DD8006
Black with #DD8006
Text Example
Text Example
White with #DD8006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8006; }
p { color: rgb(221,128,6); }
H1.HeaderClassName
{
color: #DD8006;
}
.AnyTagClassName
{
color: #DD8006;
}
</style>
background-color css
<style>
a { background-color: #DD8006; }
a { background-color: rgb(221,128,6); }
div.DivClassName
{
background-color: #DD8006;
}
.BgClassName
{
background-color: #DD8006;
}
</style>
border-color css
<style>
span { border-color: #DD8006; }
span { border-color: rgb(221,128,6); }
td.TdClassName
{
border-color: #DD8006;
}
.TagClassName
{
border-color: #DD8006;
}
</style>