Shades of Mango Tango #D87200
Tints of Mango Tango #D87200
RGB
CMYK
RGB Variations
Color information
#D87200 (or 0xD87200) is known color: Mango Tango. HEX triplet: D8, 72 and 00. RGB value is (216,114,0). Sum of RGB (Red+Green+Blue) = 216+114+0=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D87200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87200 is #278DFF. Grayscale: #848484. Windows color (decimal): -2592256 or 29400. OLE color: 29400.
HSL color Cylindrical-coordinate representation of color #D87200: hue angle of 31.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D87200 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 114 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.15 |
| HSL | 31.67º | 1% | 0.42% | - |
| HSV(B) | 31.67º | 1% | 0.85% | - |
| XYZ | 34.34 | 26.63 | 3.33 | - |
| YUV | 131.5 | 53.79 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 114 | 0 | 0 | 0.47 | 1 | 0.15 | 31.67 | 1 | 0.42 |
| Hex | D8 | 72 | 0 | 0 | 2F | 64 | F | 20 | 64 | 2A |
| Octal | 330 | 162 | 0 | 0 | 57 | 144 | 17 | 40 | 144 | 52 |
| Binary | 11011000 | 1110010 | 0 | 0 | 101111 | 1100100 | 1111 | 100000 | 1100100 | 101010 |
Color Harmonies of #D87200
Complementary color
Monochromatic Colors of #D87200
Black with #D87200
Text Example
Text Example
White with #D87200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87200; }
p { color: rgb(216,114,0); }
H1.HeaderClassName
{
color: #D87200;
}
.AnyTagClassName
{
color: #D87200;
}
</style>
background-color css
<style>
a { background-color: #D87200; }
a { background-color: rgb(216,114,0); }
div.DivClassName
{
background-color: #D87200;
}
.BgClassName
{
background-color: #D87200;
}
</style>
border-color css
<style>
span { border-color: #D87200; }
span { border-color: rgb(216,114,0); }
td.TdClassName
{
border-color: #D87200;
}
.TagClassName
{
border-color: #D87200;
}
</style>