Shades of Mango Tango #DB6A05
Tints of Mango Tango #DB6A05
RGB
CMYK
RGB Variations
Color information
#DB6A05 (or 0xDB6A05) is known color: Mango Tango. HEX triplet: DB, 6A and 05. RGB value is (219,106,5). Sum of RGB (Red+Green+Blue) = 219+106+5=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6A05 is #2495FA. Grayscale: #808080. Windows color (decimal): -2397691 or 355035. OLE color: 355035.
HSL color Cylindrical-coordinate representation of color #DB6A05: hue angle of 28.32º 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 #DB6A05 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.14 |
| HSL | 28.32º | 0.96% | 0.44% | - |
| HSV(B) | 28.32º | 0.98% | 0.86% | - |
| XYZ | 34.39 | 25.38 | 3.23 | - |
| YUV | 128.27 | 58.44 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 5 | 0 | 0.52 | 0.98 | 0.14 | 28.32 | 0.96 | 0.44 |
| Hex | DB | 6A | 5 | 0 | 34 | 62 | E | 1C | 60 | 2C |
| Octal | 333 | 152 | 5 | 0 | 64 | 142 | 16 | 34 | 140 | 54 |
| Binary | 11011011 | 1101010 | 101 | 0 | 110100 | 1100010 | 1110 | 11100 | 1100000 | 101100 |
Color Harmonies of #DB6A05
Complementary color
Monochromatic Colors of #DB6A05
Black with #DB6A05
Text Example
Text Example
White with #DB6A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A05; }
p { color: rgb(219,106,5); }
H1.HeaderClassName
{
color: #DB6A05;
}
.AnyTagClassName
{
color: #DB6A05;
}
</style>
background-color css
<style>
a { background-color: #DB6A05; }
a { background-color: rgb(219,106,5); }
div.DivClassName
{
background-color: #DB6A05;
}
.BgClassName
{
background-color: #DB6A05;
}
</style>
border-color css
<style>
span { border-color: #DB6A05; }
span { border-color: rgb(219,106,5); }
td.TdClassName
{
border-color: #DB6A05;
}
.TagClassName
{
border-color: #DB6A05;
}
</style>