Shades of Mango Tango #D9780F
Tints of Mango Tango #D9780F
RGB
CMYK
RGB Variations
Color information
#D9780F (or 0xD9780F) is known color: Mango Tango. HEX triplet: D9, 78 and 0F. RGB value is (217,120,15). Sum of RGB (Red+Green+Blue) = 217+120+15=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D9780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9780F is #2687F0. Grayscale: #898989. Windows color (decimal): -2525169 or 1013977. OLE color: 1013977.
HSL color Cylindrical-coordinate representation of color #D9780F: hue angle of 31.19º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9780F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.15 |
| HSL | 31.19º | 0.87% | 0.45% | - |
| HSV(B) | 31.19º | 0.93% | 0.85% | - |
| XYZ | 35.42 | 28.22 | 4.03 | - |
| YUV | 137.03 | 59.14 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 15 | 0 | 0.45 | 0.93 | 0.15 | 31.19 | 0.87 | 0.45 |
| Hex | D9 | 78 | F | 0 | 2D | 5D | F | 1F | 57 | 2D |
| Octal | 331 | 170 | 17 | 0 | 55 | 135 | 17 | 37 | 127 | 55 |
| Binary | 11011001 | 1111000 | 1111 | 0 | 101101 | 1011101 | 1111 | 11111 | 1010111 | 101101 |
Color Harmonies of #D9780F
Complementary color
Monochromatic Colors of #D9780F
Black with #D9780F
Text Example
Text Example
White with #D9780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9780F; }
p { color: rgb(217,120,15); }
H1.HeaderClassName
{
color: #D9780F;
}
.AnyTagClassName
{
color: #D9780F;
}
</style>
background-color css
<style>
a { background-color: #D9780F; }
a { background-color: rgb(217,120,15); }
div.DivClassName
{
background-color: #D9780F;
}
.BgClassName
{
background-color: #D9780F;
}
</style>
border-color css
<style>
span { border-color: #D9780F; }
span { border-color: rgb(217,120,15); }
td.TdClassName
{
border-color: #D9780F;
}
.TagClassName
{
border-color: #D9780F;
}
</style>