Shades of Mango Tango #D88502
Tints of Mango Tango #D88502
RGB
CMYK
RGB Variations
Color information
#D88502 (or 0xD88502) is known color: Mango Tango. HEX triplet: D8, 85 and 02. RGB value is (216,133,2). Sum of RGB (Red+Green+Blue) = 216+133+2=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D88502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88502 is #277AFD. Grayscale: #8F8F8F. Windows color (decimal): -2587390 or 165336. OLE color: 165336.
HSL color Cylindrical-coordinate representation of color #D88502: hue angle of 36.73º 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 #D88502 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 133 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.15 |
| HSL | 36.73º | 0.98% | 0.43% | - |
| HSV(B) | 36.73º | 0.99% | 0.85% | - |
| XYZ | 36.72 | 31.38 | 4.18 | - |
| YUV | 142.88 | 48.5 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 2 | 0 | 0.38 | 0.99 | 0.15 | 36.73 | 0.98 | 0.43 |
| Hex | D8 | 85 | 2 | 0 | 26 | 63 | F | 25 | 62 | 2B |
| Octal | 330 | 205 | 2 | 0 | 46 | 143 | 17 | 45 | 142 | 53 |
| Binary | 11011000 | 10000101 | 10 | 0 | 100110 | 1100011 | 1111 | 100101 | 1100010 | 101011 |
Color Harmonies of #D88502
Complementary color
Monochromatic Colors of #D88502
Black with #D88502
Text Example
Text Example
White with #D88502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88502; }
p { color: rgb(216,133,2); }
H1.HeaderClassName
{
color: #D88502;
}
.AnyTagClassName
{
color: #D88502;
}
</style>
background-color css
<style>
a { background-color: #D88502; }
a { background-color: rgb(216,133,2); }
div.DivClassName
{
background-color: #D88502;
}
.BgClassName
{
background-color: #D88502;
}
</style>
border-color css
<style>
span { border-color: #D88502; }
span { border-color: rgb(216,133,2); }
td.TdClassName
{
border-color: #D88502;
}
.TagClassName
{
border-color: #D88502;
}
</style>