Shades of Mango Tango #DB6F04
Tints of Mango Tango #DB6F04
RGB
CMYK
RGB Variations
Color information
#DB6F04 (or 0xDB6F04) is known color: Mango Tango. HEX triplet: DB, 6F and 04. RGB value is (219,111,4). Sum of RGB (Red+Green+Blue) = 219+111+4=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6F04 is #2490FB. Grayscale: #838383. Windows color (decimal): -2396412 or 290779. OLE color: 290779.
HSL color Cylindrical-coordinate representation of color #DB6F04: hue angle of 29.86º 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 #DB6F04 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 4 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.14 |
| HSL | 29.86º | 0.96% | 0.44% | - |
| HSV(B) | 29.86º | 0.98% | 0.86% | - |
| XYZ | 34.92 | 26.44 | 3.38 | - |
| YUV | 131.09 | 56.28 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 4 | 0 | 0.49 | 0.98 | 0.14 | 29.86 | 0.96 | 0.44 |
| Hex | DB | 6F | 4 | 0 | 31 | 62 | E | 1E | 60 | 2C |
| Octal | 333 | 157 | 4 | 0 | 61 | 142 | 16 | 36 | 140 | 54 |
| Binary | 11011011 | 1101111 | 100 | 0 | 110001 | 1100010 | 1110 | 11110 | 1100000 | 101100 |
Color Harmonies of #DB6F04
Complementary color
Monochromatic Colors of #DB6F04
Black with #DB6F04
Text Example
Text Example
White with #DB6F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F04; }
p { color: rgb(219,111,4); }
H1.HeaderClassName
{
color: #DB6F04;
}
.AnyTagClassName
{
color: #DB6F04;
}
</style>
background-color css
<style>
a { background-color: #DB6F04; }
a { background-color: rgb(219,111,4); }
div.DivClassName
{
background-color: #DB6F04;
}
.BgClassName
{
background-color: #DB6F04;
}
</style>
border-color css
<style>
span { border-color: #DB6F04; }
span { border-color: rgb(219,111,4); }
td.TdClassName
{
border-color: #DB6F04;
}
.TagClassName
{
border-color: #DB6F04;
}
</style>