Shades of Tango #DB7336
Tints of Tango #DB7336
RGB
CMYK
RGB Variations
Color information
#DB7336 (or 0xDB7336) is known color: Tango. HEX triplet: DB, 73 and 36. RGB value is (219,115,54). Sum of RGB (Red+Green+Blue) = 219+115+54=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7336 is #248CC9. Grayscale: #8B8B8B. Windows color (decimal): -2395338 or 3568603. OLE color: 3568603.
HSL color Cylindrical-coordinate representation of color #DB7336: hue angle of 22.18º 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 #DB7336 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 54 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.14 |
| HSL | 22.18º | 0.7% | 0.54% | - |
| HSV(B) | 22.18º | 0.75% | 0.86% | - |
| XYZ | 36.01 | 27.59 | 6.92 | - |
| YUV | 139.14 | 79.96 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 54 | 0 | 0.47 | 0.75 | 0.14 | 22.18 | 0.7 | 0.54 |
| Hex | DB | 73 | 36 | 0 | 2F | 4B | E | 16 | 46 | 36 |
| Octal | 333 | 163 | 66 | 0 | 57 | 113 | 16 | 26 | 106 | 66 |
| Binary | 11011011 | 1110011 | 110110 | 0 | 101111 | 1001011 | 1110 | 10110 | 1000110 | 110110 |
Color Harmonies of #DB7336
Complementary color
Monochromatic Colors of #DB7336
Black with #DB7336
Text Example
Text Example
White with #DB7336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7336; }
p { color: rgb(219,115,54); }
H1.HeaderClassName
{
color: #DB7336;
}
.AnyTagClassName
{
color: #DB7336;
}
</style>
background-color css
<style>
a { background-color: #DB7336; }
a { background-color: rgb(219,115,54); }
div.DivClassName
{
background-color: #DB7336;
}
.BgClassName
{
background-color: #DB7336;
}
</style>
border-color css
<style>
span { border-color: #DB7336; }
span { border-color: rgb(219,115,54); }
td.TdClassName
{
border-color: #DB7336;
}
.TagClassName
{
border-color: #DB7336;
}
</style>