Shades of Mango Tango #DB6D07
Tints of Mango Tango #DB6D07
RGB
CMYK
RGB Variations
Color information
#DB6D07 (or 0xDB6D07) is known color: Mango Tango. HEX triplet: DB, 6D and 07. RGB value is (219,109,7). Sum of RGB (Red+Green+Blue) = 219+109+7=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6D07 is #2492F8. Grayscale: #828282. Windows color (decimal): -2396921 or 486875. OLE color: 486875.
HSL color Cylindrical-coordinate representation of color #DB6D07: hue angle of 28.87º degrees, saturation: 0.94, 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 #DB6D07 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 7 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.14 |
| HSL | 28.87º | 0.94% | 0.44% | - |
| HSV(B) | 28.87º | 0.97% | 0.86% | - |
| XYZ | 34.72 | 26.01 | 3.39 | - |
| YUV | 130.26 | 58.44 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 7 | 0 | 0.50 | 0.97 | 0.14 | 28.87 | 0.94 | 0.44 |
| Hex | DB | 6D | 7 | 0 | 32 | 61 | E | 1D | 5E | 2C |
| Octal | 333 | 155 | 7 | 0 | 62 | 141 | 16 | 35 | 136 | 54 |
| Binary | 11011011 | 1101101 | 111 | 0 | 110010 | 1100001 | 1110 | 11101 | 1011110 | 101100 |
Color Harmonies of #DB6D07
Complementary color
Monochromatic Colors of #DB6D07
Black with #DB6D07
Text Example
Text Example
White with #DB6D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D07; }
p { color: rgb(219,109,7); }
H1.HeaderClassName
{
color: #DB6D07;
}
.AnyTagClassName
{
color: #DB6D07;
}
</style>
background-color css
<style>
a { background-color: #DB6D07; }
a { background-color: rgb(219,109,7); }
div.DivClassName
{
background-color: #DB6D07;
}
.BgClassName
{
background-color: #DB6D07;
}
</style>
border-color css
<style>
span { border-color: #DB6D07; }
span { border-color: rgb(219,109,7); }
td.TdClassName
{
border-color: #DB6D07;
}
.TagClassName
{
border-color: #DB6D07;
}
</style>