Shades of Tango #DB7737
Tints of Tango #DB7737
RGB
CMYK
RGB Variations
Color information
#DB7737 (or 0xDB7737) is known color: Tango. HEX triplet: DB, 77 and 37. RGB value is (219,119,55). Sum of RGB (Red+Green+Blue) = 219+119+55=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7737 is #2488C8. Grayscale: #8D8D8D. Windows color (decimal): -2394313 or 3635163. OLE color: 3635163.
HSL color Cylindrical-coordinate representation of color #DB7737: hue angle of 23.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB7737 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 55 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.14 |
| HSL | 23.41º | 0.69% | 0.54% | - |
| HSV(B) | 23.41º | 0.75% | 0.86% | - |
| XYZ | 36.5 | 28.53 | 7.2 | - |
| YUV | 141.6 | 79.13 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 55 | 0 | 0.46 | 0.75 | 0.14 | 23.41 | 0.69 | 0.54 |
| Hex | DB | 77 | 37 | 0 | 2E | 4B | E | 17 | 45 | 36 |
| Octal | 333 | 167 | 67 | 0 | 56 | 113 | 16 | 27 | 105 | 66 |
| Binary | 11011011 | 1110111 | 110111 | 0 | 101110 | 1001011 | 1110 | 10111 | 1000101 | 110110 |
Color Harmonies of #DB7737
Complementary color
Monochromatic Colors of #DB7737
Black with #DB7737
Text Example
Text Example
White with #DB7737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7737; }
p { color: rgb(219,119,55); }
H1.HeaderClassName
{
color: #DB7737;
}
.AnyTagClassName
{
color: #DB7737;
}
</style>
background-color css
<style>
a { background-color: #DB7737; }
a { background-color: rgb(219,119,55); }
div.DivClassName
{
background-color: #DB7737;
}
.BgClassName
{
background-color: #DB7737;
}
</style>
border-color css
<style>
span { border-color: #DB7737; }
span { border-color: rgb(219,119,55); }
td.TdClassName
{
border-color: #DB7737;
}
.TagClassName
{
border-color: #DB7737;
}
</style>