Shades of Mango Tango #D87502
Tints of Mango Tango #D87502
RGB
CMYK
RGB Variations
Color information
#D87502 (or 0xD87502) is known color: Mango Tango. HEX triplet: D8, 75 and 02. RGB value is (216,117,2). Sum of RGB (Red+Green+Blue) = 216+117+2=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D87502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87502 is #278AFD. Grayscale: #868686. Windows color (decimal): -2591486 or 161240. OLE color: 161240.
HSL color Cylindrical-coordinate representation of color #D87502: hue angle of 32.24º 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 #D87502 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.15 |
| HSL | 32.24º | 0.98% | 0.43% | - |
| HSV(B) | 32.24º | 0.99% | 0.85% | - |
| XYZ | 34.69 | 27.33 | 3.5 | - |
| YUV | 133.49 | 53.8 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 2 | 0 | 0.46 | 0.99 | 0.15 | 32.24 | 0.98 | 0.43 |
| Hex | D8 | 75 | 2 | 0 | 2E | 63 | F | 20 | 62 | 2B |
| Octal | 330 | 165 | 2 | 0 | 56 | 143 | 17 | 40 | 142 | 53 |
| Binary | 11011000 | 1110101 | 10 | 0 | 101110 | 1100011 | 1111 | 100000 | 1100010 | 101011 |
Color Harmonies of #D87502
Complementary color
Monochromatic Colors of #D87502
Black with #D87502
Text Example
Text Example
White with #D87502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87502; }
p { color: rgb(216,117,2); }
H1.HeaderClassName
{
color: #D87502;
}
.AnyTagClassName
{
color: #D87502;
}
</style>
background-color css
<style>
a { background-color: #D87502; }
a { background-color: rgb(216,117,2); }
div.DivClassName
{
background-color: #D87502;
}
.BgClassName
{
background-color: #D87502;
}
</style>
border-color css
<style>
span { border-color: #D87502; }
span { border-color: rgb(216,117,2); }
td.TdClassName
{
border-color: #D87502;
}
.TagClassName
{
border-color: #D87502;
}
</style>