Shades of Tango #DB7134
Tints of Tango #DB7134
RGB
CMYK
RGB Variations
Color information
#DB7134 (or 0xDB7134) is known color: Tango. HEX triplet: DB, 71 and 34. RGB value is (219,113,52). Sum of RGB (Red+Green+Blue) = 219+113+52=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7134 is #248ECB. Grayscale: #8A8A8A. Windows color (decimal): -2395852 or 3437019. OLE color: 3437019.
HSL color Cylindrical-coordinate representation of color #DB7134: hue angle of 21.92º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB7134 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 52 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.14 |
| HSL | 21.92º | 0.7% | 0.53% | - |
| HSV(B) | 21.92º | 0.76% | 0.86% | - |
| XYZ | 35.74 | 27.12 | 6.6 | - |
| YUV | 137.74 | 79.62 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 52 | 0 | 0.48 | 0.76 | 0.14 | 21.92 | 0.7 | 0.53 |
| Hex | DB | 71 | 34 | 0 | 30 | 4C | E | 16 | 46 | 35 |
| Octal | 333 | 161 | 64 | 0 | 60 | 114 | 16 | 26 | 106 | 65 |
| Binary | 11011011 | 1110001 | 110100 | 0 | 110000 | 1001100 | 1110 | 10110 | 1000110 | 110101 |
Color Harmonies of #DB7134
Complementary color
Monochromatic Colors of #DB7134
Black with #DB7134
Text Example
Text Example
White with #DB7134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7134; }
p { color: rgb(219,113,52); }
H1.HeaderClassName
{
color: #DB7134;
}
.AnyTagClassName
{
color: #DB7134;
}
</style>
background-color css
<style>
a { background-color: #DB7134; }
a { background-color: rgb(219,113,52); }
div.DivClassName
{
background-color: #DB7134;
}
.BgClassName
{
background-color: #DB7134;
}
</style>
border-color css
<style>
span { border-color: #DB7134; }
span { border-color: rgb(219,113,52); }
td.TdClassName
{
border-color: #DB7134;
}
.TagClassName
{
border-color: #DB7134;
}
</style>