Shades of Mango Tango #D8760C
Tints of Mango Tango #D8760C
RGB
CMYK
RGB Variations
Color information
#D8760C (or 0xD8760C) is known color: Mango Tango. HEX triplet: D8, 76 and 0C. RGB value is (216,118,12). Sum of RGB (Red+Green+Blue) = 216+118+12=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8760C is #2789F3. Grayscale: #878787. Windows color (decimal): -2591220 or 816856. OLE color: 816856.
HSL color Cylindrical-coordinate representation of color #D8760C: hue angle of 31.18º 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 #D8760C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.15 |
| HSL | 31.18º | 0.89% | 0.45% | - |
| HSV(B) | 31.18º | 0.94% | 0.85% | - |
| XYZ | 34.86 | 27.58 | 3.83 | - |
| YUV | 135.22 | 58.47 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 12 | 0 | 0.45 | 0.94 | 0.15 | 31.18 | 0.89 | 0.45 |
| Hex | D8 | 76 | C | 0 | 2D | 5E | F | 1F | 59 | 2D |
| Octal | 330 | 166 | 14 | 0 | 55 | 136 | 17 | 37 | 131 | 55 |
| Binary | 11011000 | 1110110 | 1100 | 0 | 101101 | 1011110 | 1111 | 11111 | 1011001 | 101101 |
Color Harmonies of #D8760C
Complementary color
Monochromatic Colors of #D8760C
Black with #D8760C
Text Example
Text Example
White with #D8760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8760C; }
p { color: rgb(216,118,12); }
H1.HeaderClassName
{
color: #D8760C;
}
.AnyTagClassName
{
color: #D8760C;
}
</style>
background-color css
<style>
a { background-color: #D8760C; }
a { background-color: rgb(216,118,12); }
div.DivClassName
{
background-color: #D8760C;
}
.BgClassName
{
background-color: #D8760C;
}
</style>
border-color css
<style>
span { border-color: #D8760C; }
span { border-color: rgb(216,118,12); }
td.TdClassName
{
border-color: #D8760C;
}
.TagClassName
{
border-color: #D8760C;
}
</style>