Shades of Mango Tango #DB7C01
Tints of Mango Tango #DB7C01
RGB
CMYK
RGB Variations
Color information
#DB7C01 (or 0xDB7C01) is known color: Mango Tango. HEX triplet: DB, 7C and 01. RGB value is (219,124,1). Sum of RGB (Red+Green+Blue) = 219+124+1=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7C01 is #2483FE. Grayscale: #8A8A8A. Windows color (decimal): -2393087 or 97499. OLE color: 97499.
HSL color Cylindrical-coordinate representation of color #DB7C01: hue angle of 33.85º 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 #DB7C01 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.14 |
| HSL | 33.85º | 0.99% | 0.43% | - |
| HSV(B) | 33.85º | 1% | 0.86% | - |
| XYZ | 36.43 | 29.48 | 3.8 | - |
| YUV | 138.38 | 50.47 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 1 | 0 | 0.43 | 1.00 | 0.14 | 33.85 | 0.99 | 0.43 |
| Hex | DB | 7C | 1 | 0 | 2B | 64 | E | 22 | 63 | 2B |
| Octal | 333 | 174 | 1 | 0 | 53 | 144 | 16 | 42 | 143 | 53 |
| Binary | 11011011 | 1111100 | 1 | 0 | 101011 | 1100100 | 1110 | 100010 | 1100011 | 101011 |
Color Harmonies of #DB7C01
Complementary color
Monochromatic Colors of #DB7C01
Black with #DB7C01
Text Example
Text Example
White with #DB7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C01; }
p { color: rgb(219,124,1); }
H1.HeaderClassName
{
color: #DB7C01;
}
.AnyTagClassName
{
color: #DB7C01;
}
</style>
background-color css
<style>
a { background-color: #DB7C01; }
a { background-color: rgb(219,124,1); }
div.DivClassName
{
background-color: #DB7C01;
}
.BgClassName
{
background-color: #DB7C01;
}
</style>
border-color css
<style>
span { border-color: #DB7C01; }
span { border-color: rgb(219,124,1); }
td.TdClassName
{
border-color: #DB7C01;
}
.TagClassName
{
border-color: #DB7C01;
}
</style>