Shades of Tenne (Tawny) #DB5112
Tints of Tenne (Tawny) #DB5112
RGB
CMYK
RGB Variations
Color information
#DB5112 (or 0xDB5112) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 12. RGB value is (219,81,18). Sum of RGB (Red+Green+Blue) = 219+81+18=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5112 is #24AEED. Grayscale: #737373. Windows color (decimal): -2404078 or 1200603. OLE color: 1200603.
HSL color Cylindrical-coordinate representation of color #DB5112: hue angle of 18.81º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB5112 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.14 |
| HSL | 18.81º | 0.85% | 0.46% | - |
| HSV(B) | 18.81º | 0.92% | 0.86% | - |
| XYZ | 32.27 | 20.99 | 2.92 | - |
| YUV | 115.08 | 73.22 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 18 | 0 | 0.63 | 0.92 | 0.14 | 18.81 | 0.85 | 0.46 |
| Hex | DB | 51 | 12 | 0 | 3F | 5C | E | 13 | 55 | 2E |
| Octal | 333 | 121 | 22 | 0 | 77 | 134 | 16 | 23 | 125 | 56 |
| Binary | 11011011 | 1010001 | 10010 | 0 | 111111 | 1011100 | 1110 | 10011 | 1010101 | 101110 |
Color Harmonies of #DB5112
Complementary color
Monochromatic Colors of #DB5112
Black with #DB5112
Text Example
Text Example
White with #DB5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5112; }
p { color: rgb(219,81,18); }
H1.HeaderClassName
{
color: #DB5112;
}
.AnyTagClassName
{
color: #DB5112;
}
</style>
background-color css
<style>
a { background-color: #DB5112; }
a { background-color: rgb(219,81,18); }
div.DivClassName
{
background-color: #DB5112;
}
.BgClassName
{
background-color: #DB5112;
}
</style>
border-color css
<style>
span { border-color: #DB5112; }
span { border-color: rgb(219,81,18); }
td.TdClassName
{
border-color: #DB5112;
}
.TagClassName
{
border-color: #DB5112;
}
</style>