Shades of Mango Tango #DD800A
Tints of Mango Tango #DD800A
RGB
CMYK
RGB Variations
Color information
#DD800A (or 0xDD800A) is known color: Mango Tango. HEX triplet: DD, 80 and 0A. RGB value is (221,128,10). Sum of RGB (Red+Green+Blue) = 221+128+10=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD800A is #227FF5. Grayscale: #8E8E8E. Windows color (decimal): -2260982 or 688349. OLE color: 688349.
HSL color Cylindrical-coordinate representation of color #DD800A: hue angle of 33.55º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD800A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.13 |
| HSL | 33.55º | 0.91% | 0.45% | - |
| HSV(B) | 33.55º | 0.95% | 0.87% | - |
| XYZ | 37.59 | 30.83 | 4.26 | - |
| YUV | 142.36 | 53.31 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 10 | 0 | 0.42 | 0.95 | 0.13 | 33.55 | 0.91 | 0.45 |
| Hex | DD | 80 | A | 0 | 2A | 5F | D | 22 | 5B | 2D |
| Octal | 335 | 200 | 12 | 0 | 52 | 137 | 15 | 42 | 133 | 55 |
| Binary | 11011101 | 10000000 | 1010 | 0 | 101010 | 1011111 | 1101 | 100010 | 1011011 | 101101 |
Color Harmonies of #DD800A
Complementary color
Monochromatic Colors of #DD800A
Black with #DD800A
Text Example
Text Example
White with #DD800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD800A; }
p { color: rgb(221,128,10); }
H1.HeaderClassName
{
color: #DD800A;
}
.AnyTagClassName
{
color: #DD800A;
}
</style>
background-color css
<style>
a { background-color: #DD800A; }
a { background-color: rgb(221,128,10); }
div.DivClassName
{
background-color: #DD800A;
}
.BgClassName
{
background-color: #DD800A;
}
</style>
border-color css
<style>
span { border-color: #DD800A; }
span { border-color: rgb(221,128,10); }
td.TdClassName
{
border-color: #DD800A;
}
.TagClassName
{
border-color: #DD800A;
}
</style>