Shades of Mango Tango #DB830B
Tints of Mango Tango #DB830B
RGB
CMYK
RGB Variations
Color information
#DB830B (or 0xDB830B) is known color: Mango Tango. HEX triplet: DB, 83 and 0B. RGB value is (219,131,11). Sum of RGB (Red+Green+Blue) = 219+131+11=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB830B is #247CF4. Grayscale: #909090. Windows color (decimal): -2391285 or 754651. OLE color: 754651.
HSL color Cylindrical-coordinate representation of color #DB830B: hue angle of 34.62º 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 #DB830B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 11 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.14 |
| HSL | 34.62º | 0.9% | 0.45% | - |
| HSV(B) | 34.62º | 0.95% | 0.86% | - |
| XYZ | 37.39 | 31.32 | 4.39 | - |
| YUV | 143.63 | 53.15 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 11 | 0 | 0.40 | 0.95 | 0.14 | 34.62 | 0.9 | 0.45 |
| Hex | DB | 83 | B | 0 | 28 | 5F | E | 23 | 5A | 2D |
| Octal | 333 | 203 | 13 | 0 | 50 | 137 | 16 | 43 | 132 | 55 |
| Binary | 11011011 | 10000011 | 1011 | 0 | 101000 | 1011111 | 1110 | 100011 | 1011010 | 101101 |
Color Harmonies of #DB830B
Complementary color
Monochromatic Colors of #DB830B
Black with #DB830B
Text Example
Text Example
White with #DB830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB830B; }
p { color: rgb(219,131,11); }
H1.HeaderClassName
{
color: #DB830B;
}
.AnyTagClassName
{
color: #DB830B;
}
</style>
background-color css
<style>
a { background-color: #DB830B; }
a { background-color: rgb(219,131,11); }
div.DivClassName
{
background-color: #DB830B;
}
.BgClassName
{
background-color: #DB830B;
}
</style>
border-color css
<style>
span { border-color: #DB830B; }
span { border-color: rgb(219,131,11); }
td.TdClassName
{
border-color: #DB830B;
}
.TagClassName
{
border-color: #DB830B;
}
</style>