Shades of Mango Tango #D98302
Tints of Mango Tango #D98302
RGB
CMYK
RGB Variations
Color information
#D98302 (or 0xD98302) is known color: Mango Tango. HEX triplet: D9, 83 and 02. RGB value is (217,131,2). Sum of RGB (Red+Green+Blue) = 217+131+2=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D98302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98302 is #267CFD. Grayscale: #8E8E8E. Windows color (decimal): -2522366 or 164825. OLE color: 164825.
HSL color Cylindrical-coordinate representation of color #D98302: hue angle of 36º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D98302 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 131 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.15 |
| HSL | 36º | 0.98% | 0.43% | - |
| HSV(B) | 36º | 0.99% | 0.85% | - |
| XYZ | 36.74 | 30.99 | 4.1 | - |
| YUV | 142.01 | 48.99 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 2 | 0 | 0.40 | 0.99 | 0.15 | 36 | 0.98 | 0.43 |
| Hex | D9 | 83 | 2 | 0 | 28 | 63 | F | 24 | 62 | 2B |
| Octal | 331 | 203 | 2 | 0 | 50 | 143 | 17 | 44 | 142 | 53 |
| Binary | 11011001 | 10000011 | 10 | 0 | 101000 | 1100011 | 1111 | 100100 | 1100010 | 101011 |
Color Harmonies of #D98302
Complementary color
Monochromatic Colors of #D98302
Black with #D98302
Text Example
Text Example
White with #D98302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98302; }
p { color: rgb(217,131,2); }
H1.HeaderClassName
{
color: #D98302;
}
.AnyTagClassName
{
color: #D98302;
}
</style>
background-color css
<style>
a { background-color: #D98302; }
a { background-color: rgb(217,131,2); }
div.DivClassName
{
background-color: #D98302;
}
.BgClassName
{
background-color: #D98302;
}
</style>
border-color css
<style>
span { border-color: #D98302; }
span { border-color: rgb(217,131,2); }
td.TdClassName
{
border-color: #D98302;
}
.TagClassName
{
border-color: #D98302;
}
</style>