Shades of Mango Tango #DB740C
Tints of Mango Tango #DB740C
RGB
CMYK
RGB Variations
Color information
#DB740C (or 0xDB740C) is known color: Mango Tango. HEX triplet: DB, 74 and 0C. RGB value is (219,116,12). Sum of RGB (Red+Green+Blue) = 219+116+12=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB740C is #248BF3. Grayscale: #878787. Windows color (decimal): -2395124 or 816347. OLE color: 816347.
HSL color Cylindrical-coordinate representation of color #DB740C: hue angle of 30.14º 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 #DB740C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.14 |
| HSL | 30.14º | 0.9% | 0.45% | - |
| HSV(B) | 30.14º | 0.95% | 0.86% | - |
| XYZ | 35.53 | 27.58 | 3.8 | - |
| YUV | 134.94 | 58.62 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 12 | 0 | 0.47 | 0.95 | 0.14 | 30.14 | 0.9 | 0.45 |
| Hex | DB | 74 | C | 0 | 2F | 5F | E | 1E | 5A | 2D |
| Octal | 333 | 164 | 14 | 0 | 57 | 137 | 16 | 36 | 132 | 55 |
| Binary | 11011011 | 1110100 | 1100 | 0 | 101111 | 1011111 | 1110 | 11110 | 1011010 | 101101 |
Color Harmonies of #DB740C
Complementary color
Monochromatic Colors of #DB740C
Black with #DB740C
Text Example
Text Example
White with #DB740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB740C; }
p { color: rgb(219,116,12); }
H1.HeaderClassName
{
color: #DB740C;
}
.AnyTagClassName
{
color: #DB740C;
}
</style>
background-color css
<style>
a { background-color: #DB740C; }
a { background-color: rgb(219,116,12); }
div.DivClassName
{
background-color: #DB740C;
}
.BgClassName
{
background-color: #DB740C;
}
</style>
border-color css
<style>
span { border-color: #DB740C; }
span { border-color: rgb(219,116,12); }
td.TdClassName
{
border-color: #DB740C;
}
.TagClassName
{
border-color: #DB740C;
}
</style>