Shades of Mango Tango #DB6A04
Tints of Mango Tango #DB6A04
RGB
CMYK
RGB Variations
Color information
#DB6A04 (or 0xDB6A04) is known color: Mango Tango. HEX triplet: DB, 6A and 04. RGB value is (219,106,4). Sum of RGB (Red+Green+Blue) = 219+106+4=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6A04 is #2495FB. Grayscale: #808080. Windows color (decimal): -2397692 or 289499. OLE color: 289499.
HSL color Cylindrical-coordinate representation of color #DB6A04: hue angle of 28.47º 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 #DB6A04 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.14 |
| HSL | 28.47º | 0.96% | 0.44% | - |
| HSV(B) | 28.47º | 0.98% | 0.86% | - |
| XYZ | 34.39 | 25.38 | 3.2 | - |
| YUV | 128.16 | 57.94 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 4 | 0 | 0.52 | 0.98 | 0.14 | 28.47 | 0.96 | 0.44 |
| Hex | DB | 6A | 4 | 0 | 34 | 62 | E | 1C | 60 | 2C |
| Octal | 333 | 152 | 4 | 0 | 64 | 142 | 16 | 34 | 140 | 54 |
| Binary | 11011011 | 1101010 | 100 | 0 | 110100 | 1100010 | 1110 | 11100 | 1100000 | 101100 |
Color Harmonies of #DB6A04
Complementary color
Monochromatic Colors of #DB6A04
Black with #DB6A04
Text Example
Text Example
White with #DB6A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A04; }
p { color: rgb(219,106,4); }
H1.HeaderClassName
{
color: #DB6A04;
}
.AnyTagClassName
{
color: #DB6A04;
}
</style>
background-color css
<style>
a { background-color: #DB6A04; }
a { background-color: rgb(219,106,4); }
div.DivClassName
{
background-color: #DB6A04;
}
.BgClassName
{
background-color: #DB6A04;
}
</style>
border-color css
<style>
span { border-color: #DB6A04; }
span { border-color: rgb(219,106,4); }
td.TdClassName
{
border-color: #DB6A04;
}
.TagClassName
{
border-color: #DB6A04;
}
</style>