Shades of Mango Tango #D87C05
Tints of Mango Tango #D87C05
RGB
CMYK
RGB Variations
Color information
#D87C05 (or 0xD87C05) is known color: Mango Tango. HEX triplet: D8, 7C and 05. RGB value is (216,124,5). Sum of RGB (Red+Green+Blue) = 216+124+5=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87C05 is #2783FA. Grayscale: #8A8A8A. Windows color (decimal): -2589691 or 359640. OLE color: 359640.
HSL color Cylindrical-coordinate representation of color #D87C05: hue angle of 33.84º degrees, saturation: 0.95, 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 #D87C05 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.15 |
| HSL | 33.84º | 0.95% | 0.43% | - |
| HSV(B) | 33.84º | 0.98% | 0.85% | - |
| XYZ | 35.55 | 29.03 | 3.87 | - |
| YUV | 137.94 | 52.98 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 5 | 0 | 0.43 | 0.98 | 0.15 | 33.84 | 0.95 | 0.43 |
| Hex | D8 | 7C | 5 | 0 | 2B | 62 | F | 22 | 5F | 2B |
| Octal | 330 | 174 | 5 | 0 | 53 | 142 | 17 | 42 | 137 | 53 |
| Binary | 11011000 | 1111100 | 101 | 0 | 101011 | 1100010 | 1111 | 100010 | 1011111 | 101011 |
Color Harmonies of #D87C05
Complementary color
Monochromatic Colors of #D87C05
Black with #D87C05
Text Example
Text Example
White with #D87C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C05; }
p { color: rgb(216,124,5); }
H1.HeaderClassName
{
color: #D87C05;
}
.AnyTagClassName
{
color: #D87C05;
}
</style>
background-color css
<style>
a { background-color: #D87C05; }
a { background-color: rgb(216,124,5); }
div.DivClassName
{
background-color: #D87C05;
}
.BgClassName
{
background-color: #D87C05;
}
</style>
border-color css
<style>
span { border-color: #D87C05; }
span { border-color: rgb(216,124,5); }
td.TdClassName
{
border-color: #D87C05;
}
.TagClassName
{
border-color: #D87C05;
}
</style>