Shades of Mango Tango #D8800A
Tints of Mango Tango #D8800A
RGB
CMYK
RGB Variations
Color information
#D8800A (or 0xD8800A) is known color: Mango Tango. HEX triplet: D8, 80 and 0A. RGB value is (216,128,10). Sum of RGB (Red+Green+Blue) = 216+128+10=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D8800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8800A is #277FF5. Grayscale: #8D8D8D. Windows color (decimal): -2588662 or 688344. OLE color: 688344.
HSL color Cylindrical-coordinate representation of color #D8800A: hue angle of 34.37º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8800A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 10 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.15 |
| HSL | 34.37º | 0.91% | 0.44% | - |
| HSV(B) | 34.37º | 0.95% | 0.85% | - |
| XYZ | 36.09 | 30.06 | 4.19 | - |
| YUV | 140.86 | 54.15 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 10 | 0 | 0.41 | 0.95 | 0.15 | 34.37 | 0.91 | 0.44 |
| Hex | D8 | 80 | A | 0 | 29 | 5F | F | 22 | 5B | 2C |
| Octal | 330 | 200 | 12 | 0 | 51 | 137 | 17 | 42 | 133 | 54 |
| Binary | 11011000 | 10000000 | 1010 | 0 | 101001 | 1011111 | 1111 | 100010 | 1011011 | 101100 |
Color Harmonies of #D8800A
Complementary color
Monochromatic Colors of #D8800A
Black with #D8800A
Text Example
Text Example
White with #D8800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8800A; }
p { color: rgb(216,128,10); }
H1.HeaderClassName
{
color: #D8800A;
}
.AnyTagClassName
{
color: #D8800A;
}
</style>
background-color css
<style>
a { background-color: #D8800A; }
a { background-color: rgb(216,128,10); }
div.DivClassName
{
background-color: #D8800A;
}
.BgClassName
{
background-color: #D8800A;
}
</style>
border-color css
<style>
span { border-color: #D8800A; }
span { border-color: rgb(216,128,10); }
td.TdClassName
{
border-color: #D8800A;
}
.TagClassName
{
border-color: #D8800A;
}
</style>