Shades of Mango Tango #DB6D06
Tints of Mango Tango #DB6D06
RGB
CMYK
RGB Variations
Color information
#DB6D06 (or 0xDB6D06) is known color: Mango Tango. HEX triplet: DB, 6D and 06. RGB value is (219,109,6). Sum of RGB (Red+Green+Blue) = 219+109+6=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6D06 is #2492F9. Grayscale: #828282. Windows color (decimal): -2396922 or 421339. OLE color: 421339.
HSL color Cylindrical-coordinate representation of color #DB6D06: hue angle of 29.01º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB6D06 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 6 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.14 |
| HSL | 29.01º | 0.95% | 0.44% | - |
| HSV(B) | 29.01º | 0.97% | 0.86% | - |
| XYZ | 34.71 | 26.01 | 3.36 | - |
| YUV | 130.15 | 57.94 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 6 | 0 | 0.50 | 0.97 | 0.14 | 29.01 | 0.95 | 0.44 |
| Hex | DB | 6D | 6 | 0 | 32 | 61 | E | 1D | 5F | 2C |
| Octal | 333 | 155 | 6 | 0 | 62 | 141 | 16 | 35 | 137 | 54 |
| Binary | 11011011 | 1101101 | 110 | 0 | 110010 | 1100001 | 1110 | 11101 | 1011111 | 101100 |
Color Harmonies of #DB6D06
Complementary color
Monochromatic Colors of #DB6D06
Black with #DB6D06
Text Example
Text Example
White with #DB6D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D06; }
p { color: rgb(219,109,6); }
H1.HeaderClassName
{
color: #DB6D06;
}
.AnyTagClassName
{
color: #DB6D06;
}
</style>
background-color css
<style>
a { background-color: #DB6D06; }
a { background-color: rgb(219,109,6); }
div.DivClassName
{
background-color: #DB6D06;
}
.BgClassName
{
background-color: #DB6D06;
}
</style>
border-color css
<style>
span { border-color: #DB6D06; }
span { border-color: rgb(219,109,6); }
td.TdClassName
{
border-color: #DB6D06;
}
.TagClassName
{
border-color: #DB6D06;
}
</style>