Shades of Mango Tango #D98200
Tints of Mango Tango #D98200
RGB
CMYK
RGB Variations
Color information
#D98200 (or 0xD98200) is known color: Mango Tango. HEX triplet: D9, 82 and 00. RGB value is (217,130,0). Sum of RGB (Red+Green+Blue) = 217+130+0=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D98200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98200 is #267DFF. Grayscale: #8D8D8D. Windows color (decimal): -2522624 or 33497. OLE color: 33497.
HSL color Cylindrical-coordinate representation of color #D98200: hue angle of 35.94º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D98200 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.15 |
| HSL | 35.94º | 1% | 0.43% | - |
| HSV(B) | 35.94º | 1% | 0.85% | - |
| XYZ | 36.6 | 30.72 | 4 | - |
| YUV | 141.19 | 48.32 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 0 | 0 | 0.40 | 1 | 0.15 | 35.94 | 1 | 0.43 |
| Hex | D9 | 82 | 0 | 0 | 28 | 64 | F | 24 | 64 | 2B |
| Octal | 331 | 202 | 0 | 0 | 50 | 144 | 17 | 44 | 144 | 53 |
| Binary | 11011001 | 10000010 | 0 | 0 | 101000 | 1100100 | 1111 | 100100 | 1100100 | 101011 |
Color Harmonies of #D98200
Complementary color
Monochromatic Colors of #D98200
Black with #D98200
Text Example
Text Example
White with #D98200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98200; }
p { color: rgb(217,130,0); }
H1.HeaderClassName
{
color: #D98200;
}
.AnyTagClassName
{
color: #D98200;
}
</style>
background-color css
<style>
a { background-color: #D98200; }
a { background-color: rgb(217,130,0); }
div.DivClassName
{
background-color: #D98200;
}
.BgClassName
{
background-color: #D98200;
}
</style>
border-color css
<style>
span { border-color: #D98200; }
span { border-color: rgb(217,130,0); }
td.TdClassName
{
border-color: #D98200;
}
.TagClassName
{
border-color: #D98200;
}
</style>