Shades of Mango Tango #DB6502
Tints of Mango Tango #DB6502
RGB
CMYK
RGB Variations
Color information
#DB6502 (or 0xDB6502) is known color: Mango Tango. HEX triplet: DB, 65 and 02. RGB value is (219,101,2). Sum of RGB (Red+Green+Blue) = 219+101+2=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6502 is #249AFD. Grayscale: #7D7D7D. Windows color (decimal): -2398974 or 157147. OLE color: 157147.
HSL color Cylindrical-coordinate representation of color #DB6502: hue angle of 27.37º 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 #DB6502 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.14 |
| HSL | 27.37º | 0.98% | 0.43% | - |
| HSV(B) | 27.37º | 0.99% | 0.86% | - |
| XYZ | 33.88 | 24.37 | 2.98 | - |
| YUV | 125 | 58.59 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 2 | 0 | 0.54 | 0.99 | 0.14 | 27.37 | 0.98 | 0.43 |
| Hex | DB | 65 | 2 | 0 | 36 | 63 | E | 1B | 62 | 2B |
| Octal | 333 | 145 | 2 | 0 | 66 | 143 | 16 | 33 | 142 | 53 |
| Binary | 11011011 | 1100101 | 10 | 0 | 110110 | 1100011 | 1110 | 11011 | 1100010 | 101011 |
Color Harmonies of #DB6502
Complementary color
Monochromatic Colors of #DB6502
Black with #DB6502
Text Example
Text Example
White with #DB6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6502; }
p { color: rgb(219,101,2); }
H1.HeaderClassName
{
color: #DB6502;
}
.AnyTagClassName
{
color: #DB6502;
}
</style>
background-color css
<style>
a { background-color: #DB6502; }
a { background-color: rgb(219,101,2); }
div.DivClassName
{
background-color: #DB6502;
}
.BgClassName
{
background-color: #DB6502;
}
</style>
border-color css
<style>
span { border-color: #DB6502; }
span { border-color: rgb(219,101,2); }
td.TdClassName
{
border-color: #DB6502;
}
.TagClassName
{
border-color: #DB6502;
}
</style>