Shades of Mango Tango #DB700C
Tints of Mango Tango #DB700C
RGB
CMYK
RGB Variations
Color information
#DB700C (or 0xDB700C) is known color: Mango Tango. HEX triplet: DB, 70 and 0C. RGB value is (219,112,12). Sum of RGB (Red+Green+Blue) = 219+112+12=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB700C is #248FF3. Grayscale: #858585. Windows color (decimal): -2396148 or 815323. OLE color: 815323.
HSL color Cylindrical-coordinate representation of color #DB700C: hue angle of 28.99º degrees, saturation: 0.9, 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 #DB700C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.14 |
| HSL | 28.99º | 0.9% | 0.45% | - |
| HSV(B) | 28.99º | 0.95% | 0.86% | - |
| XYZ | 35.07 | 26.67 | 3.65 | - |
| YUV | 132.59 | 59.95 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 12 | 0 | 0.49 | 0.95 | 0.14 | 28.99 | 0.9 | 0.45 |
| Hex | DB | 70 | C | 0 | 31 | 5F | E | 1D | 5A | 2D |
| Octal | 333 | 160 | 14 | 0 | 61 | 137 | 16 | 35 | 132 | 55 |
| Binary | 11011011 | 1110000 | 1100 | 0 | 110001 | 1011111 | 1110 | 11101 | 1011010 | 101101 |
Color Harmonies of #DB700C
Complementary color
Monochromatic Colors of #DB700C
Black with #DB700C
Text Example
Text Example
White with #DB700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB700C; }
p { color: rgb(219,112,12); }
H1.HeaderClassName
{
color: #DB700C;
}
.AnyTagClassName
{
color: #DB700C;
}
</style>
background-color css
<style>
a { background-color: #DB700C; }
a { background-color: rgb(219,112,12); }
div.DivClassName
{
background-color: #DB700C;
}
.BgClassName
{
background-color: #DB700C;
}
</style>
border-color css
<style>
span { border-color: #DB700C; }
span { border-color: rgb(219,112,12); }
td.TdClassName
{
border-color: #DB700C;
}
.TagClassName
{
border-color: #DB700C;
}
</style>