Shades of Mango Tango #D8700D
Tints of Mango Tango #D8700D
RGB
CMYK
RGB Variations
Color information
#D8700D (or 0xD8700D) is known color: Mango Tango. HEX triplet: D8, 70 and 0D. RGB value is (216,112,13). Sum of RGB (Red+Green+Blue) = 216+112+13=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8700D is #278FF2. Grayscale: #848484. Windows color (decimal): -2592755 or 880856. OLE color: 880856.
HSL color Cylindrical-coordinate representation of color #D8700D: hue angle of 29.26º 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 #D8700D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.15 |
| HSL | 29.26º | 0.89% | 0.45% | - |
| HSV(B) | 29.26º | 0.94% | 0.85% | - |
| XYZ | 34.19 | 26.22 | 3.64 | - |
| YUV | 131.81 | 60.96 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 13 | 0 | 0.48 | 0.94 | 0.15 | 29.26 | 0.89 | 0.45 |
| Hex | D8 | 70 | D | 0 | 30 | 5E | F | 1D | 59 | 2D |
| Octal | 330 | 160 | 15 | 0 | 60 | 136 | 17 | 35 | 131 | 55 |
| Binary | 11011000 | 1110000 | 1101 | 0 | 110000 | 1011110 | 1111 | 11101 | 1011001 | 101101 |
Color Harmonies of #D8700D
Complementary color
Monochromatic Colors of #D8700D
Black with #D8700D
Text Example
Text Example
White with #D8700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8700D; }
p { color: rgb(216,112,13); }
H1.HeaderClassName
{
color: #D8700D;
}
.AnyTagClassName
{
color: #D8700D;
}
</style>
background-color css
<style>
a { background-color: #D8700D; }
a { background-color: rgb(216,112,13); }
div.DivClassName
{
background-color: #D8700D;
}
.BgClassName
{
background-color: #D8700D;
}
</style>
border-color css
<style>
span { border-color: #D8700D; }
span { border-color: rgb(216,112,13); }
td.TdClassName
{
border-color: #D8700D;
}
.TagClassName
{
border-color: #D8700D;
}
</style>