Shades of Mango Tango #D8700B
Tints of Mango Tango #D8700B
RGB
CMYK
RGB Variations
Color information
#D8700B (or 0xD8700B) is known color: Mango Tango. HEX triplet: D8, 70 and 0B. RGB value is (216,112,11). Sum of RGB (Red+Green+Blue) = 216+112+11=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D8700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8700B is #278FF4. Grayscale: #848484. Windows color (decimal): -2592757 or 749784. OLE color: 749784.
HSL color Cylindrical-coordinate representation of color #D8700B: hue angle of 29.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8700B is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 11 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.15 |
| HSL | 29.56º | 0.9% | 0.45% | - |
| HSV(B) | 29.56º | 0.95% | 0.85% | - |
| XYZ | 34.17 | 26.21 | 3.57 | - |
| YUV | 131.58 | 59.96 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 11 | 0 | 0.48 | 0.95 | 0.15 | 29.56 | 0.9 | 0.45 |
| Hex | D8 | 70 | B | 0 | 30 | 5F | F | 1E | 5A | 2D |
| Octal | 330 | 160 | 13 | 0 | 60 | 137 | 17 | 36 | 132 | 55 |
| Binary | 11011000 | 1110000 | 1011 | 0 | 110000 | 1011111 | 1111 | 11110 | 1011010 | 101101 |
Color Harmonies of #D8700B
Complementary color
Monochromatic Colors of #D8700B
Black with #D8700B
Text Example
Text Example
White with #D8700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8700B; }
p { color: rgb(216,112,11); }
H1.HeaderClassName
{
color: #D8700B;
}
.AnyTagClassName
{
color: #D8700B;
}
</style>
background-color css
<style>
a { background-color: #D8700B; }
a { background-color: rgb(216,112,11); }
div.DivClassName
{
background-color: #D8700B;
}
.BgClassName
{
background-color: #D8700B;
}
</style>
border-color css
<style>
span { border-color: #D8700B; }
span { border-color: rgb(216,112,11); }
td.TdClassName
{
border-color: #D8700B;
}
.TagClassName
{
border-color: #D8700B;
}
</style>