Shades of Tango #DB7736
Tints of Tango #DB7736
RGB
CMYK
RGB Variations
Color information
#DB7736 (or 0xDB7736) is known color: Tango. HEX triplet: DB, 77 and 36. RGB value is (219,119,54). Sum of RGB (Red+Green+Blue) = 219+119+54=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7736 is #2488C9. Grayscale: #8D8D8D. Windows color (decimal): -2394314 or 3569627. OLE color: 3569627.
HSL color Cylindrical-coordinate representation of color #DB7736: hue angle of 23.64º degrees, saturation: 0.7, 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 #DB7736 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 54 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.14 |
| HSL | 23.64º | 0.7% | 0.54% | - |
| HSV(B) | 23.64º | 0.75% | 0.86% | - |
| XYZ | 36.48 | 28.52 | 7.07 | - |
| YUV | 141.49 | 78.63 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 54 | 0 | 0.46 | 0.75 | 0.14 | 23.64 | 0.7 | 0.54 |
| Hex | DB | 77 | 36 | 0 | 2E | 4B | E | 18 | 46 | 36 |
| Octal | 333 | 167 | 66 | 0 | 56 | 113 | 16 | 30 | 106 | 66 |
| Binary | 11011011 | 1110111 | 110110 | 0 | 101110 | 1001011 | 1110 | 11000 | 1000110 | 110110 |
Color Harmonies of #DB7736
Complementary color
Monochromatic Colors of #DB7736
Black with #DB7736
Text Example
Text Example
White with #DB7736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7736; }
p { color: rgb(219,119,54); }
H1.HeaderClassName
{
color: #DB7736;
}
.AnyTagClassName
{
color: #DB7736;
}
</style>
background-color css
<style>
a { background-color: #DB7736; }
a { background-color: rgb(219,119,54); }
div.DivClassName
{
background-color: #DB7736;
}
.BgClassName
{
background-color: #DB7736;
}
</style>
border-color css
<style>
span { border-color: #DB7736; }
span { border-color: rgb(219,119,54); }
td.TdClassName
{
border-color: #DB7736;
}
.TagClassName
{
border-color: #DB7736;
}
</style>