Shades of Mango Tango #DB7400
Tints of Mango Tango #DB7400
RGB
CMYK
RGB Variations
Color information
#DB7400 (or 0xDB7400) is known color: Mango Tango. HEX triplet: DB, 74 and 00. RGB value is (219,116,0). Sum of RGB (Red+Green+Blue) = 219+116+0=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7400 is #248BFF. Grayscale: #868686. Windows color (decimal): -2395136 or 29915. OLE color: 29915.
HSL color Cylindrical-coordinate representation of color #DB7400: hue angle of 31.78º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB7400 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.14 |
| HSL | 31.78º | 1% | 0.43% | - |
| HSV(B) | 31.78º | 1% | 0.86% | - |
| XYZ | 35.46 | 27.55 | 3.45 | - |
| YUV | 133.57 | 52.62 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 0 | 0 | 0.47 | 1 | 0.14 | 31.78 | 1 | 0.43 |
| Hex | DB | 74 | 0 | 0 | 2F | 64 | E | 20 | 64 | 2B |
| Octal | 333 | 164 | 0 | 0 | 57 | 144 | 16 | 40 | 144 | 53 |
| Binary | 11011011 | 1110100 | 0 | 0 | 101111 | 1100100 | 1110 | 100000 | 1100100 | 101011 |
Color Harmonies of #DB7400
Complementary color
Monochromatic Colors of #DB7400
Black with #DB7400
Text Example
Text Example
White with #DB7400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7400; }
p { color: rgb(219,116,0); }
H1.HeaderClassName
{
color: #DB7400;
}
.AnyTagClassName
{
color: #DB7400;
}
</style>
background-color css
<style>
a { background-color: #DB7400; }
a { background-color: rgb(219,116,0); }
div.DivClassName
{
background-color: #DB7400;
}
.BgClassName
{
background-color: #DB7400;
}
</style>
border-color css
<style>
span { border-color: #DB7400; }
span { border-color: rgb(219,116,0); }
td.TdClassName
{
border-color: #DB7400;
}
.TagClassName
{
border-color: #DB7400;
}
</style>