Shades of Mango Tango #DB730C
Tints of Mango Tango #DB730C
RGB
CMYK
RGB Variations
Color information
#DB730C (or 0xDB730C) is known color: Mango Tango. HEX triplet: DB, 73 and 0C. RGB value is (219,115,12). Sum of RGB (Red+Green+Blue) = 219+115+12=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB730C is #248CF3. Grayscale: #868686. Windows color (decimal): -2395380 or 816091. OLE color: 816091.
HSL color Cylindrical-coordinate representation of color #DB730C: hue angle of 29.86º 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 #DB730C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.14 |
| HSL | 29.86º | 0.9% | 0.45% | - |
| HSV(B) | 29.86º | 0.95% | 0.86% | - |
| XYZ | 35.41 | 27.35 | 3.76 | - |
| YUV | 134.35 | 58.96 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 12 | 0 | 0.47 | 0.95 | 0.14 | 29.86 | 0.9 | 0.45 |
| Hex | DB | 73 | C | 0 | 2F | 5F | E | 1E | 5A | 2D |
| Octal | 333 | 163 | 14 | 0 | 57 | 137 | 16 | 36 | 132 | 55 |
| Binary | 11011011 | 1110011 | 1100 | 0 | 101111 | 1011111 | 1110 | 11110 | 1011010 | 101101 |
Color Harmonies of #DB730C
Complementary color
Monochromatic Colors of #DB730C
Black with #DB730C
Text Example
Text Example
White with #DB730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB730C; }
p { color: rgb(219,115,12); }
H1.HeaderClassName
{
color: #DB730C;
}
.AnyTagClassName
{
color: #DB730C;
}
</style>
background-color css
<style>
a { background-color: #DB730C; }
a { background-color: rgb(219,115,12); }
div.DivClassName
{
background-color: #DB730C;
}
.BgClassName
{
background-color: #DB730C;
}
</style>
border-color css
<style>
span { border-color: #DB730C; }
span { border-color: rgb(219,115,12); }
td.TdClassName
{
border-color: #DB730C;
}
.TagClassName
{
border-color: #DB730C;
}
</style>