Shades of Mango Tango #DB7F0A
Tints of Mango Tango #DB7F0A
RGB
CMYK
RGB Variations
Color information
#DB7F0A (or 0xDB7F0A) is known color: Mango Tango. HEX triplet: DB, 7F and 0A. RGB value is (219,127,10). Sum of RGB (Red+Green+Blue) = 219+127+10=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7F0A is #2480F5. Grayscale: #8D8D8D. Windows color (decimal): -2392310 or 688091. OLE color: 688091.
HSL color Cylindrical-coordinate representation of color #DB7F0A: hue angle of 33.59º 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 #DB7F0A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.14 |
| HSL | 33.59º | 0.91% | 0.45% | - |
| HSV(B) | 33.59º | 0.95% | 0.86% | - |
| XYZ | 36.86 | 30.26 | 4.19 | - |
| YUV | 141.17 | 53.98 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 10 | 0 | 0.42 | 0.95 | 0.14 | 33.59 | 0.91 | 0.45 |
| Hex | DB | 7F | A | 0 | 2A | 5F | E | 22 | 5B | 2D |
| Octal | 333 | 177 | 12 | 0 | 52 | 137 | 16 | 42 | 133 | 55 |
| Binary | 11011011 | 1111111 | 1010 | 0 | 101010 | 1011111 | 1110 | 100010 | 1011011 | 101101 |
Color Harmonies of #DB7F0A
Complementary color
Monochromatic Colors of #DB7F0A
Black with #DB7F0A
Text Example
Text Example
White with #DB7F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F0A; }
p { color: rgb(219,127,10); }
H1.HeaderClassName
{
color: #DB7F0A;
}
.AnyTagClassName
{
color: #DB7F0A;
}
</style>
background-color css
<style>
a { background-color: #DB7F0A; }
a { background-color: rgb(219,127,10); }
div.DivClassName
{
background-color: #DB7F0A;
}
.BgClassName
{
background-color: #DB7F0A;
}
</style>
border-color css
<style>
span { border-color: #DB7F0A; }
span { border-color: rgb(219,127,10); }
td.TdClassName
{
border-color: #DB7F0A;
}
.TagClassName
{
border-color: #DB7F0A;
}
</style>