Shades of Mango Tango #DB840A
Tints of Mango Tango #DB840A
RGB
CMYK
RGB Variations
Color information
#DB840A (or 0xDB840A) is known color: Mango Tango. HEX triplet: DB, 84 and 0A. RGB value is (219,132,10). Sum of RGB (Red+Green+Blue) = 219+132+10=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB840A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB840A is #247BF5. Grayscale: #909090. Windows color (decimal): -2391030 or 689371. OLE color: 689371.
HSL color Cylindrical-coordinate representation of color #DB840A: hue angle of 35.02º 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 #DB840A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 10 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.14 |
| HSL | 35.02º | 0.91% | 0.45% | - |
| HSV(B) | 35.02º | 0.95% | 0.86% | - |
| XYZ | 37.52 | 31.58 | 4.41 | - |
| YUV | 144.11 | 52.32 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 10 | 0 | 0.40 | 0.95 | 0.14 | 35.02 | 0.91 | 0.45 |
| Hex | DB | 84 | A | 0 | 28 | 5F | E | 23 | 5B | 2D |
| Octal | 333 | 204 | 12 | 0 | 50 | 137 | 16 | 43 | 133 | 55 |
| Binary | 11011011 | 10000100 | 1010 | 0 | 101000 | 1011111 | 1110 | 100011 | 1011011 | 101101 |
Color Harmonies of #DB840A
Complementary color
Monochromatic Colors of #DB840A
Black with #DB840A
Text Example
Text Example
White with #DB840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB840A; }
p { color: rgb(219,132,10); }
H1.HeaderClassName
{
color: #DB840A;
}
.AnyTagClassName
{
color: #DB840A;
}
</style>
background-color css
<style>
a { background-color: #DB840A; }
a { background-color: rgb(219,132,10); }
div.DivClassName
{
background-color: #DB840A;
}
.BgClassName
{
background-color: #DB840A;
}
</style>
border-color css
<style>
span { border-color: #DB840A; }
span { border-color: rgb(219,132,10); }
td.TdClassName
{
border-color: #DB840A;
}
.TagClassName
{
border-color: #DB840A;
}
</style>