Shades of Mango Tango #D87A04
Tints of Mango Tango #D87A04
RGB
CMYK
RGB Variations
Color information
#D87A04 (or 0xD87A04) is known color: Mango Tango. HEX triplet: D8, 7A and 04. RGB value is (216,122,4). Sum of RGB (Red+Green+Blue) = 216+122+4=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87A04 is #2785FB. Grayscale: #898989. Windows color (decimal): -2590204 or 293592. OLE color: 293592.
HSL color Cylindrical-coordinate representation of color #D87A04: hue angle of 33.4º 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 #D87A04 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 4 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.15 |
| HSL | 33.4º | 0.96% | 0.43% | - |
| HSV(B) | 33.4º | 0.98% | 0.85% | - |
| XYZ | 35.3 | 28.53 | 3.76 | - |
| YUV | 136.65 | 53.14 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 4 | 0 | 0.44 | 0.98 | 0.15 | 33.4 | 0.96 | 0.43 |
| Hex | D8 | 7A | 4 | 0 | 2C | 62 | F | 21 | 60 | 2B |
| Octal | 330 | 172 | 4 | 0 | 54 | 142 | 17 | 41 | 140 | 53 |
| Binary | 11011000 | 1111010 | 100 | 0 | 101100 | 1100010 | 1111 | 100001 | 1100000 | 101011 |
Color Harmonies of #D87A04
Complementary color
Monochromatic Colors of #D87A04
Black with #D87A04
Text Example
Text Example
White with #D87A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87A04; }
p { color: rgb(216,122,4); }
H1.HeaderClassName
{
color: #D87A04;
}
.AnyTagClassName
{
color: #D87A04;
}
</style>
background-color css
<style>
a { background-color: #D87A04; }
a { background-color: rgb(216,122,4); }
div.DivClassName
{
background-color: #D87A04;
}
.BgClassName
{
background-color: #D87A04;
}
</style>
border-color css
<style>
span { border-color: #D87A04; }
span { border-color: rgb(216,122,4); }
td.TdClassName
{
border-color: #D87A04;
}
.TagClassName
{
border-color: #D87A04;
}
</style>