Shades of Mango Tango #DB7B07
Tints of Mango Tango #DB7B07
RGB
CMYK
RGB Variations
Color information
#DB7B07 (or 0xDB7B07) is known color: Mango Tango. HEX triplet: DB, 7B and 07. RGB value is (219,123,7). Sum of RGB (Red+Green+Blue) = 219+123+7=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7B07 is #2484F8. Grayscale: #8B8B8B. Windows color (decimal): -2393337 or 490459. OLE color: 490459.
HSL color Cylindrical-coordinate representation of color #DB7B07: hue angle of 32.83º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB7B07 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 7 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.14 |
| HSL | 32.83º | 0.94% | 0.44% | - |
| HSV(B) | 32.83º | 0.97% | 0.86% | - |
| XYZ | 36.33 | 29.24 | 3.93 | - |
| YUV | 138.48 | 53.8 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 7 | 0 | 0.44 | 0.97 | 0.14 | 32.83 | 0.94 | 0.44 |
| Hex | DB | 7B | 7 | 0 | 2C | 61 | E | 21 | 5E | 2C |
| Octal | 333 | 173 | 7 | 0 | 54 | 141 | 16 | 41 | 136 | 54 |
| Binary | 11011011 | 1111011 | 111 | 0 | 101100 | 1100001 | 1110 | 100001 | 1011110 | 101100 |
Color Harmonies of #DB7B07
Complementary color
Monochromatic Colors of #DB7B07
Black with #DB7B07
Text Example
Text Example
White with #DB7B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B07; }
p { color: rgb(219,123,7); }
H1.HeaderClassName
{
color: #DB7B07;
}
.AnyTagClassName
{
color: #DB7B07;
}
</style>
background-color css
<style>
a { background-color: #DB7B07; }
a { background-color: rgb(219,123,7); }
div.DivClassName
{
background-color: #DB7B07;
}
.BgClassName
{
background-color: #DB7B07;
}
</style>
border-color css
<style>
span { border-color: #DB7B07; }
span { border-color: rgb(219,123,7); }
td.TdClassName
{
border-color: #DB7B07;
}
.TagClassName
{
border-color: #DB7B07;
}
</style>