Shades of Mango Tango #DB7D0C
Tints of Mango Tango #DB7D0C
RGB
CMYK
RGB Variations
Color information
#DB7D0C (or 0xDB7D0C) is known color: Mango Tango. HEX triplet: DB, 7D and 0C. RGB value is (219,125,12). Sum of RGB (Red+Green+Blue) = 219+125+12=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7D0C is #2482F3. Grayscale: #8C8C8C. Windows color (decimal): -2392820 or 818651. OLE color: 818651.
HSL color Cylindrical-coordinate representation of color #DB7D0C: hue angle of 32.75º 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 #DB7D0C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.14 |
| HSL | 32.75º | 0.9% | 0.45% | - |
| HSV(B) | 32.75º | 0.95% | 0.86% | - |
| XYZ | 36.61 | 29.75 | 4.16 | - |
| YUV | 140.22 | 55.64 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 12 | 0 | 0.43 | 0.95 | 0.14 | 32.75 | 0.9 | 0.45 |
| Hex | DB | 7D | C | 0 | 2B | 5F | E | 21 | 5A | 2D |
| Octal | 333 | 175 | 14 | 0 | 53 | 137 | 16 | 41 | 132 | 55 |
| Binary | 11011011 | 1111101 | 1100 | 0 | 101011 | 1011111 | 1110 | 100001 | 1011010 | 101101 |
Color Harmonies of #DB7D0C
Complementary color
Monochromatic Colors of #DB7D0C
Black with #DB7D0C
Text Example
Text Example
White with #DB7D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D0C; }
p { color: rgb(219,125,12); }
H1.HeaderClassName
{
color: #DB7D0C;
}
.AnyTagClassName
{
color: #DB7D0C;
}
</style>
background-color css
<style>
a { background-color: #DB7D0C; }
a { background-color: rgb(219,125,12); }
div.DivClassName
{
background-color: #DB7D0C;
}
.BgClassName
{
background-color: #DB7D0C;
}
</style>
border-color css
<style>
span { border-color: #DB7D0C; }
span { border-color: rgb(219,125,12); }
td.TdClassName
{
border-color: #DB7D0C;
}
.TagClassName
{
border-color: #DB7D0C;
}
</style>