Shades of Mango Tango #D4800A
Tints of Mango Tango #D4800A
RGB
CMYK
RGB Variations
Color information
#D4800A (or 0xD4800A) is known color: Mango Tango. HEX triplet: D4, 80 and 0A. RGB value is (212,128,10). Sum of RGB (Red+Green+Blue) = 212+128+10=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D4800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4800A is #2B7FF5. Grayscale: #8C8C8C. Windows color (decimal): -2850806 or 688340. OLE color: 688340.
HSL color Cylindrical-coordinate representation of color #D4800A: hue angle of 35.05º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4800A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 10 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.17 |
| HSL | 35.05º | 0.91% | 0.44% | - |
| HSV(B) | 35.05º | 0.95% | 0.83% | - |
| XYZ | 34.93 | 29.46 | 4.13 | - |
| YUV | 139.66 | 54.83 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 10 | 0 | 0.40 | 0.95 | 0.17 | 35.05 | 0.91 | 0.44 |
| Hex | D4 | 80 | A | 0 | 28 | 5F | 11 | 23 | 5B | 2C |
| Octal | 324 | 200 | 12 | 0 | 50 | 137 | 21 | 43 | 133 | 54 |
| Binary | 11010100 | 10000000 | 1010 | 0 | 101000 | 1011111 | 10001 | 100011 | 1011011 | 101100 |
Color Harmonies of #D4800A
Complementary color
Monochromatic Colors of #D4800A
Black with #D4800A
Text Example
Text Example
White with #D4800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4800A; }
p { color: rgb(212,128,10); }
H1.HeaderClassName
{
color: #D4800A;
}
.AnyTagClassName
{
color: #D4800A;
}
</style>
background-color css
<style>
a { background-color: #D4800A; }
a { background-color: rgb(212,128,10); }
div.DivClassName
{
background-color: #D4800A;
}
.BgClassName
{
background-color: #D4800A;
}
</style>
border-color css
<style>
span { border-color: #D4800A; }
span { border-color: rgb(212,128,10); }
td.TdClassName
{
border-color: #D4800A;
}
.TagClassName
{
border-color: #D4800A;
}
</style>