Shades of Mango Tango #DB6807
Tints of Mango Tango #DB6807
RGB
CMYK
RGB Variations
Color information
#DB6807 (or 0xDB6807) is known color: Mango Tango. HEX triplet: DB, 68 and 07. RGB value is (219,104,7). Sum of RGB (Red+Green+Blue) = 219+104+7=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6807 is #2497F8. Grayscale: #7F7F7F. Windows color (decimal): -2398201 or 485595. OLE color: 485595.
HSL color Cylindrical-coordinate representation of color #DB6807: hue angle of 27.45º 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 #DB6807 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.14 |
| HSL | 27.45º | 0.94% | 0.44% | - |
| HSV(B) | 27.45º | 0.97% | 0.86% | - |
| XYZ | 34.2 | 24.98 | 3.22 | - |
| YUV | 127.33 | 60.1 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 7 | 0 | 0.53 | 0.97 | 0.14 | 27.45 | 0.94 | 0.44 |
| Hex | DB | 68 | 7 | 0 | 35 | 61 | E | 1B | 5E | 2C |
| Octal | 333 | 150 | 7 | 0 | 65 | 141 | 16 | 33 | 136 | 54 |
| Binary | 11011011 | 1101000 | 111 | 0 | 110101 | 1100001 | 1110 | 11011 | 1011110 | 101100 |
Color Harmonies of #DB6807
Complementary color
Monochromatic Colors of #DB6807
Black with #DB6807
Text Example
Text Example
White with #DB6807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6807; }
p { color: rgb(219,104,7); }
H1.HeaderClassName
{
color: #DB6807;
}
.AnyTagClassName
{
color: #DB6807;
}
</style>
background-color css
<style>
a { background-color: #DB6807; }
a { background-color: rgb(219,104,7); }
div.DivClassName
{
background-color: #DB6807;
}
.BgClassName
{
background-color: #DB6807;
}
</style>
border-color css
<style>
span { border-color: #DB6807; }
span { border-color: rgb(219,104,7); }
td.TdClassName
{
border-color: #DB6807;
}
.TagClassName
{
border-color: #DB6807;
}
</style>