Shades of Mango Tango #D9780A
Tints of Mango Tango #D9780A
RGB
CMYK
RGB Variations
Color information
#D9780A (or 0xD9780A) is known color: Mango Tango. HEX triplet: D9, 78 and 0A. RGB value is (217,120,10). Sum of RGB (Red+Green+Blue) = 217+120+10=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9780A is #2687F5. Grayscale: #888888. Windows color (decimal): -2525174 or 686297. OLE color: 686297.
HSL color Cylindrical-coordinate representation of color #D9780A: hue angle of 31.88º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9780A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.15 |
| HSL | 31.88º | 0.91% | 0.45% | - |
| HSV(B) | 31.88º | 0.95% | 0.85% | - |
| XYZ | 35.39 | 28.21 | 3.87 | - |
| YUV | 136.46 | 56.64 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 10 | 0 | 0.45 | 0.95 | 0.15 | 31.88 | 0.91 | 0.45 |
| Hex | D9 | 78 | A | 0 | 2D | 5F | F | 20 | 5B | 2D |
| Octal | 331 | 170 | 12 | 0 | 55 | 137 | 17 | 40 | 133 | 55 |
| Binary | 11011001 | 1111000 | 1010 | 0 | 101101 | 1011111 | 1111 | 100000 | 1011011 | 101101 |
Color Harmonies of #D9780A
Complementary color
Monochromatic Colors of #D9780A
Black with #D9780A
Text Example
Text Example
White with #D9780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9780A; }
p { color: rgb(217,120,10); }
H1.HeaderClassName
{
color: #D9780A;
}
.AnyTagClassName
{
color: #D9780A;
}
</style>
background-color css
<style>
a { background-color: #D9780A; }
a { background-color: rgb(217,120,10); }
div.DivClassName
{
background-color: #D9780A;
}
.BgClassName
{
background-color: #D9780A;
}
</style>
border-color css
<style>
span { border-color: #D9780A; }
span { border-color: rgb(217,120,10); }
td.TdClassName
{
border-color: #D9780A;
}
.TagClassName
{
border-color: #D9780A;
}
</style>