Shades of Mango Tango #D8730E
Tints of Mango Tango #D8730E
RGB
CMYK
RGB Variations
Color information
#D8730E (or 0xD8730E) is known color: Mango Tango. HEX triplet: D8, 73 and 0E. RGB value is (216,115,14). Sum of RGB (Red+Green+Blue) = 216+115+14=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8730E is #278CF1. Grayscale: #868686. Windows color (decimal): -2591986 or 947160. OLE color: 947160.
HSL color Cylindrical-coordinate representation of color #D8730E: hue angle of 30º degrees, saturation: 0.88, 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 #D8730E is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 14 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.15 |
| HSL | 30º | 0.88% | 0.45% | - |
| HSV(B) | 30º | 0.94% | 0.85% | - |
| XYZ | 34.53 | 26.89 | 3.79 | - |
| YUV | 133.69 | 60.46 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 14 | 0 | 0.47 | 0.94 | 0.15 | 30 | 0.88 | 0.45 |
| Hex | D8 | 73 | E | 0 | 2F | 5E | F | 1E | 58 | 2D |
| Octal | 330 | 163 | 16 | 0 | 57 | 136 | 17 | 36 | 130 | 55 |
| Binary | 11011000 | 1110011 | 1110 | 0 | 101111 | 1011110 | 1111 | 11110 | 1011000 | 101101 |
Color Harmonies of #D8730E
Complementary color
Monochromatic Colors of #D8730E
Black with #D8730E
Text Example
Text Example
White with #D8730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8730E; }
p { color: rgb(216,115,14); }
H1.HeaderClassName
{
color: #D8730E;
}
.AnyTagClassName
{
color: #D8730E;
}
</style>
background-color css
<style>
a { background-color: #D8730E; }
a { background-color: rgb(216,115,14); }
div.DivClassName
{
background-color: #D8730E;
}
.BgClassName
{
background-color: #D8730E;
}
</style>
border-color css
<style>
span { border-color: #D8730E; }
span { border-color: rgb(216,115,14); }
td.TdClassName
{
border-color: #D8730E;
}
.TagClassName
{
border-color: #D8730E;
}
</style>