Shades of Mango Tango #DB6D02
Tints of Mango Tango #DB6D02
RGB
CMYK
RGB Variations
Color information
#DB6D02 (or 0xDB6D02) is known color: Mango Tango. HEX triplet: DB, 6D and 02. RGB value is (219,109,2). Sum of RGB (Red+Green+Blue) = 219+109+2=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6D02 is #2492FD. Grayscale: #828282. Windows color (decimal): -2396926 or 159195. OLE color: 159195.
HSL color Cylindrical-coordinate representation of color #DB6D02: hue angle of 29.59º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB6D02 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.14 |
| HSL | 29.59º | 0.98% | 0.43% | - |
| HSV(B) | 29.59º | 0.99% | 0.86% | - |
| XYZ | 34.69 | 26 | 3.25 | - |
| YUV | 129.69 | 55.94 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 2 | 0 | 0.50 | 0.99 | 0.14 | 29.59 | 0.98 | 0.43 |
| Hex | DB | 6D | 2 | 0 | 32 | 63 | E | 1E | 62 | 2B |
| Octal | 333 | 155 | 2 | 0 | 62 | 143 | 16 | 36 | 142 | 53 |
| Binary | 11011011 | 1101101 | 10 | 0 | 110010 | 1100011 | 1110 | 11110 | 1100010 | 101011 |
Color Harmonies of #DB6D02
Complementary color
Monochromatic Colors of #DB6D02
Black with #DB6D02
Text Example
Text Example
White with #DB6D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D02; }
p { color: rgb(219,109,2); }
H1.HeaderClassName
{
color: #DB6D02;
}
.AnyTagClassName
{
color: #DB6D02;
}
</style>
background-color css
<style>
a { background-color: #DB6D02; }
a { background-color: rgb(219,109,2); }
div.DivClassName
{
background-color: #DB6D02;
}
.BgClassName
{
background-color: #DB6D02;
}
</style>
border-color css
<style>
span { border-color: #DB6D02; }
span { border-color: rgb(219,109,2); }
td.TdClassName
{
border-color: #DB6D02;
}
.TagClassName
{
border-color: #DB6D02;
}
</style>