Shades of Tango #DB7033
Tints of Tango #DB7033
RGB
CMYK
RGB Variations
Color information
#DB7033 (or 0xDB7033) is known color: Tango. HEX triplet: DB, 70 and 33. RGB value is (219,112,51). Sum of RGB (Red+Green+Blue) = 219+112+51=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7033 is #248FCC. Grayscale: #898989. Windows color (decimal): -2396109 or 3371227. OLE color: 3371227.
HSL color Cylindrical-coordinate representation of color #DB7033: hue angle of 21.79º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB7033 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 51 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.14 |
| HSL | 21.79º | 0.7% | 0.53% | - |
| HSV(B) | 21.79º | 0.77% | 0.86% | - |
| XYZ | 35.61 | 26.89 | 6.45 | - |
| YUV | 137.04 | 79.45 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 51 | 0 | 0.49 | 0.77 | 0.14 | 21.79 | 0.7 | 0.53 |
| Hex | DB | 70 | 33 | 0 | 31 | 4D | E | 16 | 46 | 35 |
| Octal | 333 | 160 | 63 | 0 | 61 | 115 | 16 | 26 | 106 | 65 |
| Binary | 11011011 | 1110000 | 110011 | 0 | 110001 | 1001101 | 1110 | 10110 | 1000110 | 110101 |
Color Harmonies of #DB7033
Complementary color
Monochromatic Colors of #DB7033
Black with #DB7033
Text Example
Text Example
White with #DB7033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7033; }
p { color: rgb(219,112,51); }
H1.HeaderClassName
{
color: #DB7033;
}
.AnyTagClassName
{
color: #DB7033;
}
</style>
background-color css
<style>
a { background-color: #DB7033; }
a { background-color: rgb(219,112,51); }
div.DivClassName
{
background-color: #DB7033;
}
.BgClassName
{
background-color: #DB7033;
}
</style>
border-color css
<style>
span { border-color: #DB7033; }
span { border-color: rgb(219,112,51); }
td.TdClassName
{
border-color: #DB7033;
}
.TagClassName
{
border-color: #DB7033;
}
</style>