Shades of Mango Tango #D87F00
Tints of Mango Tango #D87F00
RGB
CMYK
RGB Variations
Color information
#D87F00 (or 0xD87F00) is known color: Mango Tango. HEX triplet: D8, 7F and 00. RGB value is (216,127,0). Sum of RGB (Red+Green+Blue) = 216+127+0=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87F00 is #2780FF. Grayscale: #8B8B8B. Windows color (decimal): -2588928 or 32728. OLE color: 32728.
HSL color Cylindrical-coordinate representation of color #D87F00: hue angle of 35.28º 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 #D87F00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.15 |
| HSL | 35.28º | 1% | 0.42% | - |
| HSV(B) | 35.28º | 1% | 0.85% | - |
| XYZ | 35.91 | 29.78 | 3.86 | - |
| YUV | 139.13 | 49.49 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 0 | 0 | 0.41 | 1 | 0.15 | 35.28 | 1 | 0.42 |
| Hex | D8 | 7F | 0 | 0 | 29 | 64 | F | 23 | 64 | 2A |
| Octal | 330 | 177 | 0 | 0 | 51 | 144 | 17 | 43 | 144 | 52 |
| Binary | 11011000 | 1111111 | 0 | 0 | 101001 | 1100100 | 1111 | 100011 | 1100100 | 101010 |
Color Harmonies of #D87F00
Complementary color
Monochromatic Colors of #D87F00
Black with #D87F00
Text Example
Text Example
White with #D87F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F00; }
p { color: rgb(216,127,0); }
H1.HeaderClassName
{
color: #D87F00;
}
.AnyTagClassName
{
color: #D87F00;
}
</style>
background-color css
<style>
a { background-color: #D87F00; }
a { background-color: rgb(216,127,0); }
div.DivClassName
{
background-color: #D87F00;
}
.BgClassName
{
background-color: #D87F00;
}
</style>
border-color css
<style>
span { border-color: #D87F00; }
span { border-color: rgb(216,127,0); }
td.TdClassName
{
border-color: #D87F00;
}
.TagClassName
{
border-color: #D87F00;
}
</style>