Shades of Mango Tango #DB7D04
Tints of Mango Tango #DB7D04
RGB
CMYK
RGB Variations
Color information
#DB7D04 (or 0xDB7D04) is known color: Mango Tango. HEX triplet: DB, 7D and 04. RGB value is (219,125,4). Sum of RGB (Red+Green+Blue) = 219+125+4=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7D04 is #2482FB. Grayscale: #8B8B8B. Windows color (decimal): -2392828 or 294363. OLE color: 294363.
HSL color Cylindrical-coordinate representation of color #DB7D04: hue angle of 33.77º 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 #DB7D04 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.14 |
| HSL | 33.77º | 0.96% | 0.44% | - |
| HSV(B) | 33.77º | 0.98% | 0.86% | - |
| XYZ | 36.57 | 29.74 | 3.93 | - |
| YUV | 139.31 | 51.64 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 4 | 0 | 0.43 | 0.98 | 0.14 | 33.77 | 0.96 | 0.44 |
| Hex | DB | 7D | 4 | 0 | 2B | 62 | E | 22 | 60 | 2C |
| Octal | 333 | 175 | 4 | 0 | 53 | 142 | 16 | 42 | 140 | 54 |
| Binary | 11011011 | 1111101 | 100 | 0 | 101011 | 1100010 | 1110 | 100010 | 1100000 | 101100 |
Color Harmonies of #DB7D04
Complementary color
Monochromatic Colors of #DB7D04
Black with #DB7D04
Text Example
Text Example
White with #DB7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D04; }
p { color: rgb(219,125,4); }
H1.HeaderClassName
{
color: #DB7D04;
}
.AnyTagClassName
{
color: #DB7D04;
}
</style>
background-color css
<style>
a { background-color: #DB7D04; }
a { background-color: rgb(219,125,4); }
div.DivClassName
{
background-color: #DB7D04;
}
.BgClassName
{
background-color: #DB7D04;
}
</style>
border-color css
<style>
span { border-color: #DB7D04; }
span { border-color: rgb(219,125,4); }
td.TdClassName
{
border-color: #DB7D04;
}
.TagClassName
{
border-color: #DB7D04;
}
</style>