Shades of Mango Tango #DB7C0F
Tints of Mango Tango #DB7C0F
RGB
CMYK
RGB Variations
Color information
#DB7C0F (or 0xDB7C0F) is known color: Mango Tango. HEX triplet: DB, 7C and 0F. RGB value is (219,124,15). Sum of RGB (Red+Green+Blue) = 219+124+15=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7C0F is #2483F0. Grayscale: #8C8C8C. Windows color (decimal): -2393073 or 1015003. OLE color: 1015003.
HSL color Cylindrical-coordinate representation of color #DB7C0F: hue angle of 32.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB7C0F is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 15 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.14 |
| HSL | 32.06º | 0.87% | 0.46% | - |
| HSV(B) | 32.06º | 0.93% | 0.86% | - |
| XYZ | 36.51 | 29.51 | 4.22 | - |
| YUV | 139.98 | 57.47 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 15 | 0 | 0.43 | 0.93 | 0.14 | 32.06 | 0.87 | 0.46 |
| Hex | DB | 7C | F | 0 | 2B | 5D | E | 20 | 57 | 2E |
| Octal | 333 | 174 | 17 | 0 | 53 | 135 | 16 | 40 | 127 | 56 |
| Binary | 11011011 | 1111100 | 1111 | 0 | 101011 | 1011101 | 1110 | 100000 | 1010111 | 101110 |
Color Harmonies of #DB7C0F
Complementary color
Monochromatic Colors of #DB7C0F
Black with #DB7C0F
Text Example
Text Example
White with #DB7C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C0F; }
p { color: rgb(219,124,15); }
H1.HeaderClassName
{
color: #DB7C0F;
}
.AnyTagClassName
{
color: #DB7C0F;
}
</style>
background-color css
<style>
a { background-color: #DB7C0F; }
a { background-color: rgb(219,124,15); }
div.DivClassName
{
background-color: #DB7C0F;
}
.BgClassName
{
background-color: #DB7C0F;
}
</style>
border-color css
<style>
span { border-color: #DB7C0F; }
span { border-color: rgb(219,124,15); }
td.TdClassName
{
border-color: #DB7C0F;
}
.TagClassName
{
border-color: #DB7C0F;
}
</style>