Shades of Mango Tango #D98000
Tints of Mango Tango #D98000
RGB
CMYK
RGB Variations
Color information
#D98000 (or 0xD98000) is known color: Mango Tango. HEX triplet: D9, 80 and 00. RGB value is (217,128,0). Sum of RGB (Red+Green+Blue) = 217+128+0=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D98000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98000 is #267FFF. Grayscale: #8C8C8C. Windows color (decimal): -2523136 or 32985. OLE color: 32985.
HSL color Cylindrical-coordinate representation of color #D98000: hue angle of 35.39º 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 #D98000 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.15 |
| HSL | 35.39º | 1% | 0.43% | - |
| HSV(B) | 35.39º | 1% | 0.85% | - |
| XYZ | 36.33 | 30.19 | 3.91 | - |
| YUV | 140.02 | 48.99 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 0 | 0 | 0.41 | 1 | 0.15 | 35.39 | 1 | 0.43 |
| Hex | D9 | 80 | 0 | 0 | 29 | 64 | F | 23 | 64 | 2B |
| Octal | 331 | 200 | 0 | 0 | 51 | 144 | 17 | 43 | 144 | 53 |
| Binary | 11011001 | 10000000 | 0 | 0 | 101001 | 1100100 | 1111 | 100011 | 1100100 | 101011 |
Color Harmonies of #D98000
Complementary color
Monochromatic Colors of #D98000
Black with #D98000
Text Example
Text Example
White with #D98000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98000; }
p { color: rgb(217,128,0); }
H1.HeaderClassName
{
color: #D98000;
}
.AnyTagClassName
{
color: #D98000;
}
</style>
background-color css
<style>
a { background-color: #D98000; }
a { background-color: rgb(217,128,0); }
div.DivClassName
{
background-color: #D98000;
}
.BgClassName
{
background-color: #D98000;
}
</style>
border-color css
<style>
span { border-color: #D98000; }
span { border-color: rgb(217,128,0); }
td.TdClassName
{
border-color: #D98000;
}
.TagClassName
{
border-color: #D98000;
}
</style>