Shades of Mango Tango #D87405
Tints of Mango Tango #D87405
RGB
CMYK
RGB Variations
Color information
#D87405 (or 0xD87405) is known color: Mango Tango. HEX triplet: D8, 74 and 05. RGB value is (216,116,5). Sum of RGB (Red+Green+Blue) = 216+116+5=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D87405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87405 is #278BFA. Grayscale: #858585. Windows color (decimal): -2591739 or 357592. OLE color: 357592.
HSL color Cylindrical-coordinate representation of color #D87405: hue angle of 31.56º 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 #D87405 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.15 |
| HSL | 31.56º | 0.95% | 0.43% | - |
| HSV(B) | 31.56º | 0.98% | 0.85% | - |
| XYZ | 34.59 | 27.1 | 3.55 | - |
| YUV | 133.25 | 55.63 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 5 | 0 | 0.46 | 0.98 | 0.15 | 31.56 | 0.95 | 0.43 |
| Hex | D8 | 74 | 5 | 0 | 2E | 62 | F | 20 | 5F | 2B |
| Octal | 330 | 164 | 5 | 0 | 56 | 142 | 17 | 40 | 137 | 53 |
| Binary | 11011000 | 1110100 | 101 | 0 | 101110 | 1100010 | 1111 | 100000 | 1011111 | 101011 |
Color Harmonies of #D87405
Complementary color
Monochromatic Colors of #D87405
Black with #D87405
Text Example
Text Example
White with #D87405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87405; }
p { color: rgb(216,116,5); }
H1.HeaderClassName
{
color: #D87405;
}
.AnyTagClassName
{
color: #D87405;
}
</style>
background-color css
<style>
a { background-color: #D87405; }
a { background-color: rgb(216,116,5); }
div.DivClassName
{
background-color: #D87405;
}
.BgClassName
{
background-color: #D87405;
}
</style>
border-color css
<style>
span { border-color: #D87405; }
span { border-color: rgb(216,116,5); }
td.TdClassName
{
border-color: #D87405;
}
.TagClassName
{
border-color: #D87405;
}
</style>