Shades of Tango #DB7133
Tints of Tango #DB7133
RGB
CMYK
RGB Variations
Color information
#DB7133 (or 0xDB7133) is known color: Tango. HEX triplet: DB, 71 and 33. RGB value is (219,113,51). Sum of RGB (Red+Green+Blue) = 219+113+51=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7133 is #248ECC. Grayscale: #898989. Windows color (decimal): -2395853 or 3371483. OLE color: 3371483.
HSL color Cylindrical-coordinate representation of color #DB7133: hue angle of 22.14º 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 #DB7133 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 51 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.14 |
| HSL | 22.14º | 0.7% | 0.53% | - |
| HSV(B) | 22.14º | 0.77% | 0.86% | - |
| XYZ | 35.72 | 27.11 | 6.48 | - |
| YUV | 137.63 | 79.12 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 51 | 0 | 0.48 | 0.77 | 0.14 | 22.14 | 0.7 | 0.53 |
| Hex | DB | 71 | 33 | 0 | 30 | 4D | E | 16 | 46 | 35 |
| Octal | 333 | 161 | 63 | 0 | 60 | 115 | 16 | 26 | 106 | 65 |
| Binary | 11011011 | 1110001 | 110011 | 0 | 110000 | 1001101 | 1110 | 10110 | 1000110 | 110101 |
Color Harmonies of #DB7133
Complementary color
Monochromatic Colors of #DB7133
Black with #DB7133
Text Example
Text Example
White with #DB7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7133; }
p { color: rgb(219,113,51); }
H1.HeaderClassName
{
color: #DB7133;
}
.AnyTagClassName
{
color: #DB7133;
}
</style>
background-color css
<style>
a { background-color: #DB7133; }
a { background-color: rgb(219,113,51); }
div.DivClassName
{
background-color: #DB7133;
}
.BgClassName
{
background-color: #DB7133;
}
</style>
border-color css
<style>
span { border-color: #DB7133; }
span { border-color: rgb(219,113,51); }
td.TdClassName
{
border-color: #DB7133;
}
.TagClassName
{
border-color: #DB7133;
}
</style>