Shades of Mango Tango #DB6B0C
Tints of Mango Tango #DB6B0C
RGB
CMYK
RGB Variations
Color information
#DB6B0C (or 0xDB6B0C) is known color: Mango Tango. HEX triplet: DB, 6B and 0C. RGB value is (219,107,12). Sum of RGB (Red+Green+Blue) = 219+107+12=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6B0C is #2494F3. Grayscale: #828282. Windows color (decimal): -2397428 or 814043. OLE color: 814043.
HSL color Cylindrical-coordinate representation of color #DB6B0C: hue angle of 27.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB6B0C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 12 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.14 |
| HSL | 27.54º | 0.9% | 0.45% | - |
| HSV(B) | 27.54º | 0.95% | 0.86% | - |
| XYZ | 34.54 | 25.6 | 3.47 | - |
| YUV | 129.66 | 61.61 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 12 | 0 | 0.51 | 0.95 | 0.14 | 27.54 | 0.9 | 0.45 |
| Hex | DB | 6B | C | 0 | 33 | 5F | E | 1C | 5A | 2D |
| Octal | 333 | 153 | 14 | 0 | 63 | 137 | 16 | 34 | 132 | 55 |
| Binary | 11011011 | 1101011 | 1100 | 0 | 110011 | 1011111 | 1110 | 11100 | 1011010 | 101101 |
Color Harmonies of #DB6B0C
Complementary color
Monochromatic Colors of #DB6B0C
Black with #DB6B0C
Text Example
Text Example
White with #DB6B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B0C; }
p { color: rgb(219,107,12); }
H1.HeaderClassName
{
color: #DB6B0C;
}
.AnyTagClassName
{
color: #DB6B0C;
}
</style>
background-color css
<style>
a { background-color: #DB6B0C; }
a { background-color: rgb(219,107,12); }
div.DivClassName
{
background-color: #DB6B0C;
}
.BgClassName
{
background-color: #DB6B0C;
}
</style>
border-color css
<style>
span { border-color: #DB6B0C; }
span { border-color: rgb(219,107,12); }
td.TdClassName
{
border-color: #DB6B0C;
}
.TagClassName
{
border-color: #DB6B0C;
}
</style>