Shades of Mango Tango #DB820A
Tints of Mango Tango #DB820A
RGB
CMYK
RGB Variations
Color information
#DB820A (or 0xDB820A) is known color: Mango Tango. HEX triplet: DB, 82 and 0A. RGB value is (219,130,10). Sum of RGB (Red+Green+Blue) = 219+130+10=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB820A is #247DF5. Grayscale: #8F8F8F. Windows color (decimal): -2391542 or 688859. OLE color: 688859.
HSL color Cylindrical-coordinate representation of color #DB820A: hue angle of 34.45º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB820A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 10 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.14 |
| HSL | 34.45º | 0.91% | 0.45% | - |
| HSV(B) | 34.45º | 0.95% | 0.86% | - |
| XYZ | 37.25 | 31.05 | 4.32 | - |
| YUV | 142.93 | 52.99 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 10 | 0 | 0.41 | 0.95 | 0.14 | 34.45 | 0.91 | 0.45 |
| Hex | DB | 82 | A | 0 | 29 | 5F | E | 22 | 5B | 2D |
| Octal | 333 | 202 | 12 | 0 | 51 | 137 | 16 | 42 | 133 | 55 |
| Binary | 11011011 | 10000010 | 1010 | 0 | 101001 | 1011111 | 1110 | 100010 | 1011011 | 101101 |
Color Harmonies of #DB820A
Complementary color
Monochromatic Colors of #DB820A
Black with #DB820A
Text Example
Text Example
White with #DB820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB820A; }
p { color: rgb(219,130,10); }
H1.HeaderClassName
{
color: #DB820A;
}
.AnyTagClassName
{
color: #DB820A;
}
</style>
background-color css
<style>
a { background-color: #DB820A; }
a { background-color: rgb(219,130,10); }
div.DivClassName
{
background-color: #DB820A;
}
.BgClassName
{
background-color: #DB820A;
}
</style>
border-color css
<style>
span { border-color: #DB820A; }
span { border-color: rgb(219,130,10); }
td.TdClassName
{
border-color: #DB820A;
}
.TagClassName
{
border-color: #DB820A;
}
</style>