Shades of Mango Tango #DB6800
Tints of Mango Tango #DB6800
RGB
CMYK
RGB Variations
Color information
#DB6800 (or 0xDB6800) is known color: Mango Tango. HEX triplet: DB, 68 and 00. RGB value is (219,104,0). Sum of RGB (Red+Green+Blue) = 219+104+0=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6800 is #2497FF. Grayscale: #7F7F7F. Windows color (decimal): -2398208 or 26843. OLE color: 26843.
HSL color Cylindrical-coordinate representation of color #DB6800: hue angle of 28.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB6800 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.14 |
| HSL | 28.49º | 1% | 0.43% | - |
| HSV(B) | 28.49º | 1% | 0.86% | - |
| XYZ | 34.16 | 24.96 | 3.02 | - |
| YUV | 126.53 | 56.6 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 0 | 0 | 0.53 | 1 | 0.14 | 28.49 | 1 | 0.43 |
| Hex | DB | 68 | 0 | 0 | 35 | 64 | E | 1C | 64 | 2B |
| Octal | 333 | 150 | 0 | 0 | 65 | 144 | 16 | 34 | 144 | 53 |
| Binary | 11011011 | 1101000 | 0 | 0 | 110101 | 1100100 | 1110 | 11100 | 1100100 | 101011 |
Color Harmonies of #DB6800
Complementary color
Monochromatic Colors of #DB6800
Black with #DB6800
Text Example
Text Example
White with #DB6800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6800; }
p { color: rgb(219,104,0); }
H1.HeaderClassName
{
color: #DB6800;
}
.AnyTagClassName
{
color: #DB6800;
}
</style>
background-color css
<style>
a { background-color: #DB6800; }
a { background-color: rgb(219,104,0); }
div.DivClassName
{
background-color: #DB6800;
}
.BgClassName
{
background-color: #DB6800;
}
</style>
border-color css
<style>
span { border-color: #DB6800; }
span { border-color: rgb(219,104,0); }
td.TdClassName
{
border-color: #DB6800;
}
.TagClassName
{
border-color: #DB6800;
}
</style>