Shades of Mango Tango #D88500
Tints of Mango Tango #D88500
RGB
CMYK
RGB Variations
Color information
#D88500 (or 0xD88500) is known color: Mango Tango. HEX triplet: D8, 85 and 00. RGB value is (216,133,0). Sum of RGB (Red+Green+Blue) = 216+133+0=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D88500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88500 is #277AFF. Grayscale: #8F8F8F. Windows color (decimal): -2587392 or 34264. OLE color: 34264.
HSL color Cylindrical-coordinate representation of color #D88500: hue angle of 36.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D88500 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 133 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.15 |
| HSL | 36.94º | 1% | 0.42% | - |
| HSV(B) | 36.94º | 1% | 0.85% | - |
| XYZ | 36.71 | 31.37 | 4.12 | - |
| YUV | 142.66 | 47.5 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 0 | 0 | 0.38 | 1 | 0.15 | 36.94 | 1 | 0.42 |
| Hex | D8 | 85 | 0 | 0 | 26 | 64 | F | 25 | 64 | 2A |
| Octal | 330 | 205 | 0 | 0 | 46 | 144 | 17 | 45 | 144 | 52 |
| Binary | 11011000 | 10000101 | 0 | 0 | 100110 | 1100100 | 1111 | 100101 | 1100100 | 101010 |
Color Harmonies of #D88500
Complementary color
Monochromatic Colors of #D88500
Black with #D88500
Text Example
Text Example
White with #D88500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88500; }
p { color: rgb(216,133,0); }
H1.HeaderClassName
{
color: #D88500;
}
.AnyTagClassName
{
color: #D88500;
}
</style>
background-color css
<style>
a { background-color: #D88500; }
a { background-color: rgb(216,133,0); }
div.DivClassName
{
background-color: #D88500;
}
.BgClassName
{
background-color: #D88500;
}
</style>
border-color css
<style>
span { border-color: #D88500; }
span { border-color: rgb(216,133,0); }
td.TdClassName
{
border-color: #D88500;
}
.TagClassName
{
border-color: #D88500;
}
</style>