Shades of Mango Tango #DB7501
Tints of Mango Tango #DB7501
RGB
CMYK
RGB Variations
Color information
#DB7501 (or 0xDB7501) is known color: Mango Tango. HEX triplet: DB, 75 and 01. RGB value is (219,117,1). Sum of RGB (Red+Green+Blue) = 219+117+1=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7501 is #248AFE. Grayscale: #868686. Windows color (decimal): -2394879 or 95707. OLE color: 95707.
HSL color Cylindrical-coordinate representation of color #DB7501: hue angle of 31.93º 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 #DB7501 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.14 |
| HSL | 31.93º | 0.99% | 0.43% | - |
| HSV(B) | 31.93º | 1% | 0.86% | - |
| XYZ | 35.58 | 27.78 | 3.52 | - |
| YUV | 134.27 | 52.79 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 1 | 0 | 0.47 | 1.00 | 0.14 | 31.93 | 0.99 | 0.43 |
| Hex | DB | 75 | 1 | 0 | 2F | 64 | E | 20 | 63 | 2B |
| Octal | 333 | 165 | 1 | 0 | 57 | 144 | 16 | 40 | 143 | 53 |
| Binary | 11011011 | 1110101 | 1 | 0 | 101111 | 1100100 | 1110 | 100000 | 1100011 | 101011 |
Color Harmonies of #DB7501
Complementary color
Monochromatic Colors of #DB7501
Black with #DB7501
Text Example
Text Example
White with #DB7501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7501; }
p { color: rgb(219,117,1); }
H1.HeaderClassName
{
color: #DB7501;
}
.AnyTagClassName
{
color: #DB7501;
}
</style>
background-color css
<style>
a { background-color: #DB7501; }
a { background-color: rgb(219,117,1); }
div.DivClassName
{
background-color: #DB7501;
}
.BgClassName
{
background-color: #DB7501;
}
</style>
border-color css
<style>
span { border-color: #DB7501; }
span { border-color: rgb(219,117,1); }
td.TdClassName
{
border-color: #DB7501;
}
.TagClassName
{
border-color: #DB7501;
}
</style>