Shades of Mango Tango #DB6B04
Tints of Mango Tango #DB6B04
RGB
CMYK
RGB Variations
Color information
#DB6B04 (or 0xDB6B04) is known color: Mango Tango. HEX triplet: DB, 6B and 04. RGB value is (219,107,4). Sum of RGB (Red+Green+Blue) = 219+107+4=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6B04 is #2494FB. Grayscale: #818181. Windows color (decimal): -2397436 or 289755. OLE color: 289755.
HSL color Cylindrical-coordinate representation of color #DB6B04: hue angle of 28.74º 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 #DB6B04 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.14 |
| HSL | 28.74º | 0.96% | 0.44% | - |
| HSV(B) | 28.74º | 0.98% | 0.86% | - |
| XYZ | 34.49 | 25.58 | 3.24 | - |
| YUV | 128.75 | 57.61 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 4 | 0 | 0.51 | 0.98 | 0.14 | 28.74 | 0.96 | 0.44 |
| Hex | DB | 6B | 4 | 0 | 33 | 62 | E | 1D | 60 | 2C |
| Octal | 333 | 153 | 4 | 0 | 63 | 142 | 16 | 35 | 140 | 54 |
| Binary | 11011011 | 1101011 | 100 | 0 | 110011 | 1100010 | 1110 | 11101 | 1100000 | 101100 |
Color Harmonies of #DB6B04
Complementary color
Monochromatic Colors of #DB6B04
Black with #DB6B04
Text Example
Text Example
White with #DB6B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B04; }
p { color: rgb(219,107,4); }
H1.HeaderClassName
{
color: #DB6B04;
}
.AnyTagClassName
{
color: #DB6B04;
}
</style>
background-color css
<style>
a { background-color: #DB6B04; }
a { background-color: rgb(219,107,4); }
div.DivClassName
{
background-color: #DB6B04;
}
.BgClassName
{
background-color: #DB6B04;
}
</style>
border-color css
<style>
span { border-color: #DB6B04; }
span { border-color: rgb(219,107,4); }
td.TdClassName
{
border-color: #DB6B04;
}
.TagClassName
{
border-color: #DB6B04;
}
</style>