Shades of Mango Tango #DB7908
Tints of Mango Tango #DB7908
RGB
CMYK
RGB Variations
Color information
#DB7908 (or 0xDB7908) is known color: Mango Tango. HEX triplet: DB, 79 and 08. RGB value is (219,121,8). Sum of RGB (Red+Green+Blue) = 219+121+8=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7908 is #2486F7. Grayscale: #898989. Windows color (decimal): -2393848 or 555483. OLE color: 555483.
HSL color Cylindrical-coordinate representation of color #DB7908: hue angle of 32.13º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB7908 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 8 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.14 |
| HSL | 32.13º | 0.93% | 0.45% | - |
| HSV(B) | 32.13º | 0.96% | 0.86% | - |
| XYZ | 36.09 | 28.75 | 3.88 | - |
| YUV | 137.42 | 54.97 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 8 | 0 | 0.45 | 0.96 | 0.14 | 32.13 | 0.93 | 0.45 |
| Hex | DB | 79 | 8 | 0 | 2D | 60 | E | 20 | 5D | 2D |
| Octal | 333 | 171 | 10 | 0 | 55 | 140 | 16 | 40 | 135 | 55 |
| Binary | 11011011 | 1111001 | 1000 | 0 | 101101 | 1100000 | 1110 | 100000 | 1011101 | 101101 |
Color Harmonies of #DB7908
Complementary color
Monochromatic Colors of #DB7908
Black with #DB7908
Text Example
Text Example
White with #DB7908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7908; }
p { color: rgb(219,121,8); }
H1.HeaderClassName
{
color: #DB7908;
}
.AnyTagClassName
{
color: #DB7908;
}
</style>
background-color css
<style>
a { background-color: #DB7908; }
a { background-color: rgb(219,121,8); }
div.DivClassName
{
background-color: #DB7908;
}
.BgClassName
{
background-color: #DB7908;
}
</style>
border-color css
<style>
span { border-color: #DB7908; }
span { border-color: rgb(219,121,8); }
td.TdClassName
{
border-color: #DB7908;
}
.TagClassName
{
border-color: #DB7908;
}
</style>