Shades of Mango Tango #D87F04
Tints of Mango Tango #D87F04
RGB
CMYK
RGB Variations
Color information
#D87F04 (or 0xD87F04) is known color: Mango Tango. HEX triplet: D8, 7F and 04. RGB value is (216,127,4). Sum of RGB (Red+Green+Blue) = 216+127+4=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87F04 is #2780FB. Grayscale: #8C8C8C. Windows color (decimal): -2588924 or 294872. OLE color: 294872.
HSL color Cylindrical-coordinate representation of color #D87F04: hue angle of 34.81º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D87F04 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.15 |
| HSL | 34.81º | 0.96% | 0.43% | - |
| HSV(B) | 34.81º | 0.98% | 0.85% | - |
| XYZ | 35.93 | 29.79 | 3.97 | - |
| YUV | 139.59 | 51.49 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 4 | 0 | 0.41 | 0.98 | 0.15 | 34.81 | 0.96 | 0.43 |
| Hex | D8 | 7F | 4 | 0 | 29 | 62 | F | 23 | 60 | 2B |
| Octal | 330 | 177 | 4 | 0 | 51 | 142 | 17 | 43 | 140 | 53 |
| Binary | 11011000 | 1111111 | 100 | 0 | 101001 | 1100010 | 1111 | 100011 | 1100000 | 101011 |
Color Harmonies of #D87F04
Complementary color
Monochromatic Colors of #D87F04
Black with #D87F04
Text Example
Text Example
White with #D87F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F04; }
p { color: rgb(216,127,4); }
H1.HeaderClassName
{
color: #D87F04;
}
.AnyTagClassName
{
color: #D87F04;
}
</style>
background-color css
<style>
a { background-color: #D87F04; }
a { background-color: rgb(216,127,4); }
div.DivClassName
{
background-color: #D87F04;
}
.BgClassName
{
background-color: #D87F04;
}
</style>
border-color css
<style>
span { border-color: #D87F04; }
span { border-color: rgb(216,127,4); }
td.TdClassName
{
border-color: #D87F04;
}
.TagClassName
{
border-color: #D87F04;
}
</style>