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