Shades of Mango Tango #DB7C0D
Tints of Mango Tango #DB7C0D
RGB
CMYK
RGB Variations
Color information
#DB7C0D (or 0xDB7C0D) is known color: Mango Tango. HEX triplet: DB, 7C and 0D. RGB value is (219,124,13). Sum of RGB (Red+Green+Blue) = 219+124+13=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7C0D is #2483F2. Grayscale: #8C8C8C. Windows color (decimal): -2393075 or 883931. OLE color: 883931.
HSL color Cylindrical-coordinate representation of color #DB7C0D: hue angle of 32.33º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB7C0D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.14 |
| HSL | 32.33º | 0.89% | 0.45% | - |
| HSV(B) | 32.33º | 0.94% | 0.86% | - |
| XYZ | 36.49 | 29.5 | 4.15 | - |
| YUV | 139.75 | 56.47 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 13 | 0 | 0.43 | 0.94 | 0.14 | 32.33 | 0.89 | 0.45 |
| Hex | DB | 7C | D | 0 | 2B | 5E | E | 20 | 59 | 2D |
| Octal | 333 | 174 | 15 | 0 | 53 | 136 | 16 | 40 | 131 | 55 |
| Binary | 11011011 | 1111100 | 1101 | 0 | 101011 | 1011110 | 1110 | 100000 | 1011001 | 101101 |
Color Harmonies of #DB7C0D
Complementary color
Monochromatic Colors of #DB7C0D
Black with #DB7C0D
Text Example
Text Example
White with #DB7C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C0D; }
p { color: rgb(219,124,13); }
H1.HeaderClassName
{
color: #DB7C0D;
}
.AnyTagClassName
{
color: #DB7C0D;
}
</style>
background-color css
<style>
a { background-color: #DB7C0D; }
a { background-color: rgb(219,124,13); }
div.DivClassName
{
background-color: #DB7C0D;
}
.BgClassName
{
background-color: #DB7C0D;
}
</style>
border-color css
<style>
span { border-color: #DB7C0D; }
span { border-color: rgb(219,124,13); }
td.TdClassName
{
border-color: #DB7C0D;
}
.TagClassName
{
border-color: #DB7C0D;
}
</style>