Shades of Mango Tango #D8780A
Tints of Mango Tango #D8780A
RGB
CMYK
RGB Variations
Color information
#D8780A (or 0xD8780A) is known color: Mango Tango. HEX triplet: D8, 78 and 0A. RGB value is (216,120,10). Sum of RGB (Red+Green+Blue) = 216+120+10=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8780A is #2787F5. Grayscale: #888888. Windows color (decimal): -2590710 or 686296. OLE color: 686296.
HSL color Cylindrical-coordinate representation of color #D8780A: hue angle of 32.04º 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 #D8780A is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 10 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.15 |
| HSL | 32.04º | 0.91% | 0.44% | - |
| HSV(B) | 32.04º | 0.95% | 0.85% | - |
| XYZ | 35.09 | 28.05 | 3.85 | - |
| YUV | 136.16 | 56.8 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 10 | 0 | 0.44 | 0.95 | 0.15 | 32.04 | 0.91 | 0.44 |
| Hex | D8 | 78 | A | 0 | 2C | 5F | F | 20 | 5B | 2C |
| Octal | 330 | 170 | 12 | 0 | 54 | 137 | 17 | 40 | 133 | 54 |
| Binary | 11011000 | 1111000 | 1010 | 0 | 101100 | 1011111 | 1111 | 100000 | 1011011 | 101100 |
Color Harmonies of #D8780A
Complementary color
Monochromatic Colors of #D8780A
Black with #D8780A
Text Example
Text Example
White with #D8780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8780A; }
p { color: rgb(216,120,10); }
H1.HeaderClassName
{
color: #D8780A;
}
.AnyTagClassName
{
color: #D8780A;
}
</style>
background-color css
<style>
a { background-color: #D8780A; }
a { background-color: rgb(216,120,10); }
div.DivClassName
{
background-color: #D8780A;
}
.BgClassName
{
background-color: #D8780A;
}
</style>
border-color css
<style>
span { border-color: #D8780A; }
span { border-color: rgb(216,120,10); }
td.TdClassName
{
border-color: #D8780A;
}
.TagClassName
{
border-color: #D8780A;
}
</style>