Shades of Mango Tango #D98101
Tints of Mango Tango #D98101
RGB
CMYK
RGB Variations
Color information
#D98101 (or 0xD98101) is known color: Mango Tango. HEX triplet: D9, 81 and 01. RGB value is (217,129,1). Sum of RGB (Red+Green+Blue) = 217+129+1=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D98101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98101 is #267EFE. Grayscale: #8D8D8D. Windows color (decimal): -2522879 or 98777. OLE color: 98777.
HSL color Cylindrical-coordinate representation of color #D98101: hue angle of 35.56º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D98101 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.15 |
| HSL | 35.56º | 0.99% | 0.43% | - |
| HSV(B) | 35.56º | 1% | 0.85% | - |
| XYZ | 36.47 | 30.45 | 3.98 | - |
| YUV | 140.72 | 49.15 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 1 | 0 | 0.41 | 1.00 | 0.15 | 35.56 | 0.99 | 0.43 |
| Hex | D9 | 81 | 1 | 0 | 29 | 64 | F | 24 | 63 | 2B |
| Octal | 331 | 201 | 1 | 0 | 51 | 144 | 17 | 44 | 143 | 53 |
| Binary | 11011001 | 10000001 | 1 | 0 | 101001 | 1100100 | 1111 | 100100 | 1100011 | 101011 |
Color Harmonies of #D98101
Complementary color
Monochromatic Colors of #D98101
Black with #D98101
Text Example
Text Example
White with #D98101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98101; }
p { color: rgb(217,129,1); }
H1.HeaderClassName
{
color: #D98101;
}
.AnyTagClassName
{
color: #D98101;
}
</style>
background-color css
<style>
a { background-color: #D98101; }
a { background-color: rgb(217,129,1); }
div.DivClassName
{
background-color: #D98101;
}
.BgClassName
{
background-color: #D98101;
}
</style>
border-color css
<style>
span { border-color: #D98101; }
span { border-color: rgb(217,129,1); }
td.TdClassName
{
border-color: #D98101;
}
.TagClassName
{
border-color: #D98101;
}
</style>