Shades of Mango Tango #DB7F05
Tints of Mango Tango #DB7F05
RGB
CMYK
RGB Variations
Color information
#DB7F05 (or 0xDB7F05) is known color: Mango Tango. HEX triplet: DB, 7F and 05. RGB value is (219,127,5). Sum of RGB (Red+Green+Blue) = 219+127+5=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7F05 is #2480FA. Grayscale: #8D8D8D. Windows color (decimal): -2392315 or 360411. OLE color: 360411.
HSL color Cylindrical-coordinate representation of color #DB7F05: hue angle of 34.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB7F05 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.14 |
| HSL | 34.21º | 0.96% | 0.44% | - |
| HSV(B) | 34.21º | 0.98% | 0.86% | - |
| XYZ | 36.83 | 30.25 | 4.04 | - |
| YUV | 140.6 | 51.48 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 5 | 0 | 0.42 | 0.98 | 0.14 | 34.21 | 0.96 | 0.44 |
| Hex | DB | 7F | 5 | 0 | 2A | 62 | E | 22 | 60 | 2C |
| Octal | 333 | 177 | 5 | 0 | 52 | 142 | 16 | 42 | 140 | 54 |
| Binary | 11011011 | 1111111 | 101 | 0 | 101010 | 1100010 | 1110 | 100010 | 1100000 | 101100 |
Color Harmonies of #DB7F05
Complementary color
Monochromatic Colors of #DB7F05
Black with #DB7F05
Text Example
Text Example
White with #DB7F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F05; }
p { color: rgb(219,127,5); }
H1.HeaderClassName
{
color: #DB7F05;
}
.AnyTagClassName
{
color: #DB7F05;
}
</style>
background-color css
<style>
a { background-color: #DB7F05; }
a { background-color: rgb(219,127,5); }
div.DivClassName
{
background-color: #DB7F05;
}
.BgClassName
{
background-color: #DB7F05;
}
</style>
border-color css
<style>
span { border-color: #DB7F05; }
span { border-color: rgb(219,127,5); }
td.TdClassName
{
border-color: #DB7F05;
}
.TagClassName
{
border-color: #DB7F05;
}
</style>