Shades of Mango Tango #DB800B
Tints of Mango Tango #DB800B
RGB
CMYK
RGB Variations
Color information
#DB800B (or 0xDB800B) is known color: Mango Tango. HEX triplet: DB, 80 and 0B. RGB value is (219,128,11). Sum of RGB (Red+Green+Blue) = 219+128+11=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB800B is #247FF4. Grayscale: #8E8E8E. Windows color (decimal): -2392053 or 753883. OLE color: 753883.
HSL color Cylindrical-coordinate representation of color #DB800B: hue angle of 33.75º degrees, saturation: 0.9, 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 #DB800B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 11 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.14 |
| HSL | 33.75º | 0.9% | 0.45% | - |
| HSV(B) | 33.75º | 0.95% | 0.86% | - |
| XYZ | 36.99 | 30.52 | 4.26 | - |
| YUV | 141.87 | 54.15 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 11 | 0 | 0.42 | 0.95 | 0.14 | 33.75 | 0.9 | 0.45 |
| Hex | DB | 80 | B | 0 | 2A | 5F | E | 22 | 5A | 2D |
| Octal | 333 | 200 | 13 | 0 | 52 | 137 | 16 | 42 | 132 | 55 |
| Binary | 11011011 | 10000000 | 1011 | 0 | 101010 | 1011111 | 1110 | 100010 | 1011010 | 101101 |
Color Harmonies of #DB800B
Complementary color
Monochromatic Colors of #DB800B
Black with #DB800B
Text Example
Text Example
White with #DB800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB800B; }
p { color: rgb(219,128,11); }
H1.HeaderClassName
{
color: #DB800B;
}
.AnyTagClassName
{
color: #DB800B;
}
</style>
background-color css
<style>
a { background-color: #DB800B; }
a { background-color: rgb(219,128,11); }
div.DivClassName
{
background-color: #DB800B;
}
.BgClassName
{
background-color: #DB800B;
}
</style>
border-color css
<style>
span { border-color: #DB800B; }
span { border-color: rgb(219,128,11); }
td.TdClassName
{
border-color: #DB800B;
}
.TagClassName
{
border-color: #DB800B;
}
</style>