Shades of Mango Tango #D9820C
Tints of Mango Tango #D9820C
RGB
CMYK
RGB Variations
Color information
#D9820C (or 0xD9820C) is known color: Mango Tango. HEX triplet: D9, 82 and 0C. RGB value is (217,130,12). Sum of RGB (Red+Green+Blue) = 217+130+12=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9820C is #267DF3. Grayscale: #8F8F8F. Windows color (decimal): -2522612 or 819929. OLE color: 819929.
HSL color Cylindrical-coordinate representation of color #D9820C: hue angle of 34.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9820C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 12 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.15 |
| HSL | 34.54º | 0.9% | 0.45% | - |
| HSV(B) | 34.54º | 0.94% | 0.85% | - |
| XYZ | 36.66 | 30.74 | 4.35 | - |
| YUV | 142.56 | 54.32 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 12 | 0 | 0.40 | 0.94 | 0.15 | 34.54 | 0.9 | 0.45 |
| Hex | D9 | 82 | C | 0 | 28 | 5E | F | 23 | 5A | 2D |
| Octal | 331 | 202 | 14 | 0 | 50 | 136 | 17 | 43 | 132 | 55 |
| Binary | 11011001 | 10000010 | 1100 | 0 | 101000 | 1011110 | 1111 | 100011 | 1011010 | 101101 |
Color Harmonies of #D9820C
Complementary color
Monochromatic Colors of #D9820C
Black with #D9820C
Text Example
Text Example
White with #D9820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9820C; }
p { color: rgb(217,130,12); }
H1.HeaderClassName
{
color: #D9820C;
}
.AnyTagClassName
{
color: #D9820C;
}
</style>
background-color css
<style>
a { background-color: #D9820C; }
a { background-color: rgb(217,130,12); }
div.DivClassName
{
background-color: #D9820C;
}
.BgClassName
{
background-color: #D9820C;
}
</style>
border-color css
<style>
span { border-color: #D9820C; }
span { border-color: rgb(217,130,12); }
td.TdClassName
{
border-color: #D9820C;
}
.TagClassName
{
border-color: #D9820C;
}
</style>