Shades of Mango Tango #DB7D01
Tints of Mango Tango #DB7D01
RGB
CMYK
RGB Variations
Color information
#DB7D01 (or 0xDB7D01) is known color: Mango Tango. HEX triplet: DB, 7D and 01. RGB value is (219,125,1). Sum of RGB (Red+Green+Blue) = 219+125+1=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7D01 is #2482FE. Grayscale: #8B8B8B. Windows color (decimal): -2392831 or 97755. OLE color: 97755.
HSL color Cylindrical-coordinate representation of color #DB7D01: hue angle of 34.13º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB7D01 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.14 |
| HSL | 34.13º | 0.99% | 0.43% | - |
| HSV(B) | 34.13º | 1% | 0.86% | - |
| XYZ | 36.55 | 29.73 | 3.84 | - |
| YUV | 138.97 | 50.14 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 1 | 0 | 0.43 | 1.00 | 0.14 | 34.13 | 0.99 | 0.43 |
| Hex | DB | 7D | 1 | 0 | 2B | 64 | E | 22 | 63 | 2B |
| Octal | 333 | 175 | 1 | 0 | 53 | 144 | 16 | 42 | 143 | 53 |
| Binary | 11011011 | 1111101 | 1 | 0 | 101011 | 1100100 | 1110 | 100010 | 1100011 | 101011 |
Color Harmonies of #DB7D01
Complementary color
Monochromatic Colors of #DB7D01
Black with #DB7D01
Text Example
Text Example
White with #DB7D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D01; }
p { color: rgb(219,125,1); }
H1.HeaderClassName
{
color: #DB7D01;
}
.AnyTagClassName
{
color: #DB7D01;
}
</style>
background-color css
<style>
a { background-color: #DB7D01; }
a { background-color: rgb(219,125,1); }
div.DivClassName
{
background-color: #DB7D01;
}
.BgClassName
{
background-color: #DB7D01;
}
</style>
border-color css
<style>
span { border-color: #DB7D01; }
span { border-color: rgb(219,125,1); }
td.TdClassName
{
border-color: #DB7D01;
}
.TagClassName
{
border-color: #DB7D01;
}
</style>