Shades of Mango Tango #D98206
Tints of Mango Tango #D98206
RGB
CMYK
RGB Variations
Color information
#D98206 (or 0xD98206) is known color: Mango Tango. HEX triplet: D9, 82 and 06. RGB value is (217,130,6). Sum of RGB (Red+Green+Blue) = 217+130+6=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D98206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98206 is #267DF9. Grayscale: #8E8E8E. Windows color (decimal): -2522618 or 426713. OLE color: 426713.
HSL color Cylindrical-coordinate representation of color #D98206: hue angle of 35.26º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D98206 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 6 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.15 |
| HSL | 35.26º | 0.95% | 0.44% | - |
| HSV(B) | 35.26º | 0.97% | 0.85% | - |
| XYZ | 36.63 | 30.73 | 4.17 | - |
| YUV | 141.88 | 51.32 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 6 | 0 | 0.40 | 0.97 | 0.15 | 35.26 | 0.95 | 0.44 |
| Hex | D9 | 82 | 6 | 0 | 28 | 61 | F | 23 | 5F | 2C |
| Octal | 331 | 202 | 6 | 0 | 50 | 141 | 17 | 43 | 137 | 54 |
| Binary | 11011001 | 10000010 | 110 | 0 | 101000 | 1100001 | 1111 | 100011 | 1011111 | 101100 |
Color Harmonies of #D98206
Complementary color
Monochromatic Colors of #D98206
Black with #D98206
Text Example
Text Example
White with #D98206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98206; }
p { color: rgb(217,130,6); }
H1.HeaderClassName
{
color: #D98206;
}
.AnyTagClassName
{
color: #D98206;
}
</style>
background-color css
<style>
a { background-color: #D98206; }
a { background-color: rgb(217,130,6); }
div.DivClassName
{
background-color: #D98206;
}
.BgClassName
{
background-color: #D98206;
}
</style>
border-color css
<style>
span { border-color: #D98206; }
span { border-color: rgb(217,130,6); }
td.TdClassName
{
border-color: #D98206;
}
.TagClassName
{
border-color: #D98206;
}
</style>