Shades of Mango Tango #D8780C
Tints of Mango Tango #D8780C
RGB
CMYK
RGB Variations
Color information
#D8780C (or 0xD8780C) is known color: Mango Tango. HEX triplet: D8, 78 and 0C. RGB value is (216,120,12). Sum of RGB (Red+Green+Blue) = 216+120+12=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8780C is #2787F3. Grayscale: #888888. Windows color (decimal): -2590708 or 817368. OLE color: 817368.
HSL color Cylindrical-coordinate representation of color #D8780C: hue angle of 31.76º degrees, saturation: 0.89, 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 #D8780C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 12 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.15 |
| HSL | 31.76º | 0.89% | 0.45% | - |
| HSV(B) | 31.76º | 0.94% | 0.85% | - |
| XYZ | 35.1 | 28.06 | 3.91 | - |
| YUV | 136.39 | 57.8 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 12 | 0 | 0.44 | 0.94 | 0.15 | 31.76 | 0.89 | 0.45 |
| Hex | D8 | 78 | C | 0 | 2C | 5E | F | 20 | 59 | 2D |
| Octal | 330 | 170 | 14 | 0 | 54 | 136 | 17 | 40 | 131 | 55 |
| Binary | 11011000 | 1111000 | 1100 | 0 | 101100 | 1011110 | 1111 | 100000 | 1011001 | 101101 |
Color Harmonies of #D8780C
Complementary color
Monochromatic Colors of #D8780C
Black with #D8780C
Text Example
Text Example
White with #D8780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8780C; }
p { color: rgb(216,120,12); }
H1.HeaderClassName
{
color: #D8780C;
}
.AnyTagClassName
{
color: #D8780C;
}
</style>
background-color css
<style>
a { background-color: #D8780C; }
a { background-color: rgb(216,120,12); }
div.DivClassName
{
background-color: #D8780C;
}
.BgClassName
{
background-color: #D8780C;
}
</style>
border-color css
<style>
span { border-color: #D8780C; }
span { border-color: rgb(216,120,12); }
td.TdClassName
{
border-color: #D8780C;
}
.TagClassName
{
border-color: #D8780C;
}
</style>