Shades of Tenne (Tawny) #DB5210
Tints of Tenne (Tawny) #DB5210
RGB
CMYK
RGB Variations
Color information
#DB5210 (or 0xDB5210) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 10. RGB value is (219,82,16). Sum of RGB (Red+Green+Blue) = 219+82+16=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5210 is #24ADEF. Grayscale: #737373. Windows color (decimal): -2403824 or 1069787. OLE color: 1069787.
HSL color Cylindrical-coordinate representation of color #DB5210: hue angle of 19.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB5210 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.14 |
| HSL | 19.51º | 0.86% | 0.46% | - |
| HSV(B) | 19.51º | 0.93% | 0.86% | - |
| XYZ | 32.32 | 21.13 | 2.87 | - |
| YUV | 115.44 | 71.89 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 16 | 0 | 0.63 | 0.93 | 0.14 | 19.51 | 0.86 | 0.46 |
| Hex | DB | 52 | 10 | 0 | 3F | 5D | E | 14 | 56 | 2E |
| Octal | 333 | 122 | 20 | 0 | 77 | 135 | 16 | 24 | 126 | 56 |
| Binary | 11011011 | 1010010 | 10000 | 0 | 111111 | 1011101 | 1110 | 10100 | 1010110 | 101110 |
Color Harmonies of #DB5210
Complementary color
Monochromatic Colors of #DB5210
Black with #DB5210
Text Example
Text Example
White with #DB5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5210; }
p { color: rgb(219,82,16); }
H1.HeaderClassName
{
color: #DB5210;
}
.AnyTagClassName
{
color: #DB5210;
}
</style>
background-color css
<style>
a { background-color: #DB5210; }
a { background-color: rgb(219,82,16); }
div.DivClassName
{
background-color: #DB5210;
}
.BgClassName
{
background-color: #DB5210;
}
</style>
border-color css
<style>
span { border-color: #DB5210; }
span { border-color: rgb(219,82,16); }
td.TdClassName
{
border-color: #DB5210;
}
.TagClassName
{
border-color: #DB5210;
}
</style>