Shades of Mango Tango #DB780C
Tints of Mango Tango #DB780C
RGB
CMYK
RGB Variations
Color information
#DB780C (or 0xDB780C) is known color: Mango Tango. HEX triplet: DB, 78 and 0C. RGB value is (219,120,12). Sum of RGB (Red+Green+Blue) = 219+120+12=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB780C is #2487F3. Grayscale: #898989. Windows color (decimal): -2394100 or 817371. OLE color: 817371.
HSL color Cylindrical-coordinate representation of color #DB780C: hue angle of 31.3º 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 #DB780C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 12 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.14 |
| HSL | 31.3º | 0.9% | 0.45% | - |
| HSV(B) | 31.3º | 0.95% | 0.86% | - |
| XYZ | 36 | 28.52 | 3.96 | - |
| YUV | 137.29 | 57.3 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 12 | 0 | 0.45 | 0.95 | 0.14 | 31.3 | 0.9 | 0.45 |
| Hex | DB | 78 | C | 0 | 2D | 5F | E | 1F | 5A | 2D |
| Octal | 333 | 170 | 14 | 0 | 55 | 137 | 16 | 37 | 132 | 55 |
| Binary | 11011011 | 1111000 | 1100 | 0 | 101101 | 1011111 | 1110 | 11111 | 1011010 | 101101 |
Color Harmonies of #DB780C
Complementary color
Monochromatic Colors of #DB780C
Black with #DB780C
Text Example
Text Example
White with #DB780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB780C; }
p { color: rgb(219,120,12); }
H1.HeaderClassName
{
color: #DB780C;
}
.AnyTagClassName
{
color: #DB780C;
}
</style>
background-color css
<style>
a { background-color: #DB780C; }
a { background-color: rgb(219,120,12); }
div.DivClassName
{
background-color: #DB780C;
}
.BgClassName
{
background-color: #DB780C;
}
</style>
border-color css
<style>
span { border-color: #DB780C; }
span { border-color: rgb(219,120,12); }
td.TdClassName
{
border-color: #DB780C;
}
.TagClassName
{
border-color: #DB780C;
}
</style>