Shades of Mango Tango #D9780B
Tints of Mango Tango #D9780B
RGB
CMYK
RGB Variations
Color information
#D9780B (or 0xD9780B) is known color: Mango Tango. HEX triplet: D9, 78 and 0B. RGB value is (217,120,11). Sum of RGB (Red+Green+Blue) = 217+120+11=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9780B is #2687F4. Grayscale: #898989. Windows color (decimal): -2525173 or 751833. OLE color: 751833.
HSL color Cylindrical-coordinate representation of color #D9780B: hue angle of 31.75º degrees, saturation: 0.9, 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 #D9780B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.15 |
| HSL | 31.75º | 0.9% | 0.45% | - |
| HSV(B) | 31.75º | 0.95% | 0.85% | - |
| XYZ | 35.39 | 28.21 | 3.9 | - |
| YUV | 136.58 | 57.14 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 11 | 0 | 0.45 | 0.95 | 0.15 | 31.75 | 0.9 | 0.45 |
| Hex | D9 | 78 | B | 0 | 2D | 5F | F | 20 | 5A | 2D |
| Octal | 331 | 170 | 13 | 0 | 55 | 137 | 17 | 40 | 132 | 55 |
| Binary | 11011001 | 1111000 | 1011 | 0 | 101101 | 1011111 | 1111 | 100000 | 1011010 | 101101 |
Color Harmonies of #D9780B
Complementary color
Monochromatic Colors of #D9780B
Black with #D9780B
Text Example
Text Example
White with #D9780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9780B; }
p { color: rgb(217,120,11); }
H1.HeaderClassName
{
color: #D9780B;
}
.AnyTagClassName
{
color: #D9780B;
}
</style>
background-color css
<style>
a { background-color: #D9780B; }
a { background-color: rgb(217,120,11); }
div.DivClassName
{
background-color: #D9780B;
}
.BgClassName
{
background-color: #D9780B;
}
</style>
border-color css
<style>
span { border-color: #D9780B; }
span { border-color: rgb(217,120,11); }
td.TdClassName
{
border-color: #D9780B;
}
.TagClassName
{
border-color: #D9780B;
}
</style>