Shades of Mango Tango #D87602
Tints of Mango Tango #D87602
RGB
CMYK
RGB Variations
Color information
#D87602 (or 0xD87602) is known color: Mango Tango. HEX triplet: D8, 76 and 02. RGB value is (216,118,2). Sum of RGB (Red+Green+Blue) = 216+118+2=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D87602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87602 is #2789FD. Grayscale: #868686. Windows color (decimal): -2591230 or 161496. OLE color: 161496.
HSL color Cylindrical-coordinate representation of color #D87602: hue angle of 32.52º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D87602 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.15 |
| HSL | 32.52º | 0.98% | 0.43% | - |
| HSV(B) | 32.52º | 0.99% | 0.85% | - |
| XYZ | 34.81 | 27.56 | 3.54 | - |
| YUV | 134.08 | 53.47 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 2 | 0 | 0.45 | 0.99 | 0.15 | 32.52 | 0.98 | 0.43 |
| Hex | D8 | 76 | 2 | 0 | 2D | 63 | F | 21 | 62 | 2B |
| Octal | 330 | 166 | 2 | 0 | 55 | 143 | 17 | 41 | 142 | 53 |
| Binary | 11011000 | 1110110 | 10 | 0 | 101101 | 1100011 | 1111 | 100001 | 1100010 | 101011 |
Color Harmonies of #D87602
Complementary color
Monochromatic Colors of #D87602
Black with #D87602
Text Example
Text Example
White with #D87602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87602; }
p { color: rgb(216,118,2); }
H1.HeaderClassName
{
color: #D87602;
}
.AnyTagClassName
{
color: #D87602;
}
</style>
background-color css
<style>
a { background-color: #D87602; }
a { background-color: rgb(216,118,2); }
div.DivClassName
{
background-color: #D87602;
}
.BgClassName
{
background-color: #D87602;
}
</style>
border-color css
<style>
span { border-color: #D87602; }
span { border-color: rgb(216,118,2); }
td.TdClassName
{
border-color: #D87602;
}
.TagClassName
{
border-color: #D87602;
}
</style>