Shades of Mango Tango #DB7C02
Tints of Mango Tango #DB7C02
RGB
CMYK
RGB Variations
Color information
#DB7C02 (or 0xDB7C02) is known color: Mango Tango. HEX triplet: DB, 7C and 02. RGB value is (219,124,2). Sum of RGB (Red+Green+Blue) = 219+124+2=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7C02 is #2483FD. Grayscale: #8B8B8B. Windows color (decimal): -2393086 or 163035. OLE color: 163035.
HSL color Cylindrical-coordinate representation of color #DB7C02: hue angle of 33.73º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB7C02 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.14 |
| HSL | 33.73º | 0.98% | 0.43% | - |
| HSV(B) | 33.73º | 0.99% | 0.86% | - |
| XYZ | 36.43 | 29.48 | 3.83 | - |
| YUV | 138.5 | 50.97 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 2 | 0 | 0.43 | 0.99 | 0.14 | 33.73 | 0.98 | 0.43 |
| Hex | DB | 7C | 2 | 0 | 2B | 63 | E | 22 | 62 | 2B |
| Octal | 333 | 174 | 2 | 0 | 53 | 143 | 16 | 42 | 142 | 53 |
| Binary | 11011011 | 1111100 | 10 | 0 | 101011 | 1100011 | 1110 | 100010 | 1100010 | 101011 |
Color Harmonies of #DB7C02
Complementary color
Monochromatic Colors of #DB7C02
Black with #DB7C02
Text Example
Text Example
White with #DB7C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C02; }
p { color: rgb(219,124,2); }
H1.HeaderClassName
{
color: #DB7C02;
}
.AnyTagClassName
{
color: #DB7C02;
}
</style>
background-color css
<style>
a { background-color: #DB7C02; }
a { background-color: rgb(219,124,2); }
div.DivClassName
{
background-color: #DB7C02;
}
.BgClassName
{
background-color: #DB7C02;
}
</style>
border-color css
<style>
span { border-color: #DB7C02; }
span { border-color: rgb(219,124,2); }
td.TdClassName
{
border-color: #DB7C02;
}
.TagClassName
{
border-color: #DB7C02;
}
</style>