Shades of Mango Tango #DB6A02
Tints of Mango Tango #DB6A02
RGB
CMYK
RGB Variations
Color information
#DB6A02 (or 0xDB6A02) is known color: Mango Tango. HEX triplet: DB, 6A and 02. RGB value is (219,106,2). Sum of RGB (Red+Green+Blue) = 219+106+2=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6A02 is #2495FD. Grayscale: #808080. Windows color (decimal): -2397694 or 158427. OLE color: 158427.
HSL color Cylindrical-coordinate representation of color #DB6A02: hue angle of 28.76º 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 #DB6A02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.14 |
| HSL | 28.76º | 0.98% | 0.43% | - |
| HSV(B) | 28.76º | 0.99% | 0.86% | - |
| XYZ | 34.38 | 25.37 | 3.14 | - |
| YUV | 127.93 | 56.94 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 2 | 0 | 0.52 | 0.99 | 0.14 | 28.76 | 0.98 | 0.43 |
| Hex | DB | 6A | 2 | 0 | 34 | 63 | E | 1D | 62 | 2B |
| Octal | 333 | 152 | 2 | 0 | 64 | 143 | 16 | 35 | 142 | 53 |
| Binary | 11011011 | 1101010 | 10 | 0 | 110100 | 1100011 | 1110 | 11101 | 1100010 | 101011 |
Color Harmonies of #DB6A02
Complementary color
Monochromatic Colors of #DB6A02
Black with #DB6A02
Text Example
Text Example
White with #DB6A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A02; }
p { color: rgb(219,106,2); }
H1.HeaderClassName
{
color: #DB6A02;
}
.AnyTagClassName
{
color: #DB6A02;
}
</style>
background-color css
<style>
a { background-color: #DB6A02; }
a { background-color: rgb(219,106,2); }
div.DivClassName
{
background-color: #DB6A02;
}
.BgClassName
{
background-color: #DB6A02;
}
</style>
border-color css
<style>
span { border-color: #DB6A02; }
span { border-color: rgb(219,106,2); }
td.TdClassName
{
border-color: #DB6A02;
}
.TagClassName
{
border-color: #DB6A02;
}
</style>