Shades of Mango Tango #DB750A
Tints of Mango Tango #DB750A
RGB
CMYK
RGB Variations
Color information
#DB750A (or 0xDB750A) is known color: Mango Tango. HEX triplet: DB, 75 and 0A. RGB value is (219,117,10). Sum of RGB (Red+Green+Blue) = 219+117+10=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB750A is #248AF5. Grayscale: #878787. Windows color (decimal): -2394870 or 685531. OLE color: 685531.
HSL color Cylindrical-coordinate representation of color #DB750A: hue angle of 30.72º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB750A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 10 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.14 |
| HSL | 30.72º | 0.91% | 0.45% | - |
| HSV(B) | 30.72º | 0.95% | 0.86% | - |
| XYZ | 35.63 | 27.8 | 3.78 | - |
| YUV | 135.3 | 57.29 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 10 | 0 | 0.47 | 0.95 | 0.14 | 30.72 | 0.91 | 0.45 |
| Hex | DB | 75 | A | 0 | 2F | 5F | E | 1F | 5B | 2D |
| Octal | 333 | 165 | 12 | 0 | 57 | 137 | 16 | 37 | 133 | 55 |
| Binary | 11011011 | 1110101 | 1010 | 0 | 101111 | 1011111 | 1110 | 11111 | 1011011 | 101101 |
Color Harmonies of #DB750A
Complementary color
Monochromatic Colors of #DB750A
Black with #DB750A
Text Example
Text Example
White with #DB750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB750A; }
p { color: rgb(219,117,10); }
H1.HeaderClassName
{
color: #DB750A;
}
.AnyTagClassName
{
color: #DB750A;
}
</style>
background-color css
<style>
a { background-color: #DB750A; }
a { background-color: rgb(219,117,10); }
div.DivClassName
{
background-color: #DB750A;
}
.BgClassName
{
background-color: #DB750A;
}
</style>
border-color css
<style>
span { border-color: #DB750A; }
span { border-color: rgb(219,117,10); }
td.TdClassName
{
border-color: #DB750A;
}
.TagClassName
{
border-color: #DB750A;
}
</style>