Shades of Mango Tango #DB6B03
Tints of Mango Tango #DB6B03
RGB
CMYK
RGB Variations
Color information
#DB6B03 (or 0xDB6B03) is known color: Mango Tango. HEX triplet: DB, 6B and 03. RGB value is (219,107,3). Sum of RGB (Red+Green+Blue) = 219+107+3=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6B03 is #2494FC. Grayscale: #818181. Windows color (decimal): -2397437 or 224219. OLE color: 224219.
HSL color Cylindrical-coordinate representation of color #DB6B03: hue angle of 28.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB6B03 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 3 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.14 |
| HSL | 28.89º | 0.97% | 0.44% | - |
| HSV(B) | 28.89º | 0.99% | 0.86% | - |
| XYZ | 34.49 | 25.58 | 3.21 | - |
| YUV | 128.63 | 57.11 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 3 | 0 | 0.51 | 0.99 | 0.14 | 28.89 | 0.97 | 0.44 |
| Hex | DB | 6B | 3 | 0 | 33 | 63 | E | 1D | 61 | 2C |
| Octal | 333 | 153 | 3 | 0 | 63 | 143 | 16 | 35 | 141 | 54 |
| Binary | 11011011 | 1101011 | 11 | 0 | 110011 | 1100011 | 1110 | 11101 | 1100001 | 101100 |
Color Harmonies of #DB6B03
Complementary color
Monochromatic Colors of #DB6B03
Black with #DB6B03
Text Example
Text Example
White with #DB6B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B03; }
p { color: rgb(219,107,3); }
H1.HeaderClassName
{
color: #DB6B03;
}
.AnyTagClassName
{
color: #DB6B03;
}
</style>
background-color css
<style>
a { background-color: #DB6B03; }
a { background-color: rgb(219,107,3); }
div.DivClassName
{
background-color: #DB6B03;
}
.BgClassName
{
background-color: #DB6B03;
}
</style>
border-color css
<style>
span { border-color: #DB6B03; }
span { border-color: rgb(219,107,3); }
td.TdClassName
{
border-color: #DB6B03;
}
.TagClassName
{
border-color: #DB6B03;
}
</style>