Shades of Mango Tango #DB6C02
Tints of Mango Tango #DB6C02
RGB
CMYK
RGB Variations
Color information
#DB6C02 (or 0xDB6C02) is known color: Mango Tango. HEX triplet: DB, 6C and 02. RGB value is (219,108,2). Sum of RGB (Red+Green+Blue) = 219+108+2=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6C02 is #2493FD. Grayscale: #818181. Windows color (decimal): -2397182 or 158939. OLE color: 158939.
HSL color Cylindrical-coordinate representation of color #DB6C02: hue angle of 29.31º 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 #DB6C02 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.14 |
| HSL | 29.31º | 0.98% | 0.43% | - |
| HSV(B) | 29.31º | 0.99% | 0.86% | - |
| XYZ | 34.59 | 25.79 | 3.21 | - |
| YUV | 129.11 | 56.27 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 2 | 0 | 0.51 | 0.99 | 0.14 | 29.31 | 0.98 | 0.43 |
| Hex | DB | 6C | 2 | 0 | 33 | 63 | E | 1D | 62 | 2B |
| Octal | 333 | 154 | 2 | 0 | 63 | 143 | 16 | 35 | 142 | 53 |
| Binary | 11011011 | 1101100 | 10 | 0 | 110011 | 1100011 | 1110 | 11101 | 1100010 | 101011 |
Color Harmonies of #DB6C02
Complementary color
Monochromatic Colors of #DB6C02
Black with #DB6C02
Text Example
Text Example
White with #DB6C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C02; }
p { color: rgb(219,108,2); }
H1.HeaderClassName
{
color: #DB6C02;
}
.AnyTagClassName
{
color: #DB6C02;
}
</style>
background-color css
<style>
a { background-color: #DB6C02; }
a { background-color: rgb(219,108,2); }
div.DivClassName
{
background-color: #DB6C02;
}
.BgClassName
{
background-color: #DB6C02;
}
</style>
border-color css
<style>
span { border-color: #DB6C02; }
span { border-color: rgb(219,108,2); }
td.TdClassName
{
border-color: #DB6C02;
}
.TagClassName
{
border-color: #DB6C02;
}
</style>