Shades of Mango Tango #D9780C
Tints of Mango Tango #D9780C
RGB
CMYK
RGB Variations
Color information
#D9780C (or 0xD9780C) is known color: Mango Tango. HEX triplet: D9, 78 and 0C. RGB value is (217,120,12). Sum of RGB (Red+Green+Blue) = 217+120+12=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9780C is #2687F3. Grayscale: #898989. Windows color (decimal): -2525172 or 817369. OLE color: 817369.
HSL color Cylindrical-coordinate representation of color #D9780C: hue angle of 31.61º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9780C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.15 |
| HSL | 31.61º | 0.9% | 0.45% | - |
| HSV(B) | 31.61º | 0.94% | 0.85% | - |
| XYZ | 35.4 | 28.21 | 3.93 | - |
| YUV | 136.69 | 57.64 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 12 | 0 | 0.45 | 0.94 | 0.15 | 31.61 | 0.9 | 0.45 |
| Hex | D9 | 78 | C | 0 | 2D | 5E | F | 20 | 5A | 2D |
| Octal | 331 | 170 | 14 | 0 | 55 | 136 | 17 | 40 | 132 | 55 |
| Binary | 11011001 | 1111000 | 1100 | 0 | 101101 | 1011110 | 1111 | 100000 | 1011010 | 101101 |
Color Harmonies of #D9780C
Complementary color
Monochromatic Colors of #D9780C
Black with #D9780C
Text Example
Text Example
White with #D9780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9780C; }
p { color: rgb(217,120,12); }
H1.HeaderClassName
{
color: #D9780C;
}
.AnyTagClassName
{
color: #D9780C;
}
</style>
background-color css
<style>
a { background-color: #D9780C; }
a { background-color: rgb(217,120,12); }
div.DivClassName
{
background-color: #D9780C;
}
.BgClassName
{
background-color: #D9780C;
}
</style>
border-color css
<style>
span { border-color: #D9780C; }
span { border-color: rgb(217,120,12); }
td.TdClassName
{
border-color: #D9780C;
}
.TagClassName
{
border-color: #D9780C;
}
</style>