Shades of Tenne (Tawny) #DB5115
Tints of Tenne (Tawny) #DB5115
RGB
CMYK
RGB Variations
Color information
#DB5115 (or 0xDB5115) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 15. RGB value is (219,81,21). Sum of RGB (Red+Green+Blue) = 219+81+21=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5115 is #24AEEA. Grayscale: #737373. Windows color (decimal): -2404075 or 1397211. OLE color: 1397211.
HSL color Cylindrical-coordinate representation of color #DB5115: hue angle of 18.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB5115 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 21 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.14 |
| HSL | 18.18º | 0.83% | 0.47% | - |
| HSV(B) | 18.18º | 0.9% | 0.86% | - |
| XYZ | 32.29 | 21 | 3.06 | - |
| YUV | 115.42 | 74.72 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 21 | 0 | 0.63 | 0.90 | 0.14 | 18.18 | 0.83 | 0.47 |
| Hex | DB | 51 | 15 | 0 | 3F | 5A | E | 12 | 52 | 2F |
| Octal | 333 | 121 | 25 | 0 | 77 | 132 | 16 | 22 | 122 | 57 |
| Binary | 11011011 | 1010001 | 10101 | 0 | 111111 | 1011010 | 1110 | 10010 | 1010010 | 101111 |
Color Harmonies of #DB5115
Complementary color
Monochromatic Colors of #DB5115
Black with #DB5115
Text Example
Text Example
White with #DB5115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5115; }
p { color: rgb(219,81,21); }
H1.HeaderClassName
{
color: #DB5115;
}
.AnyTagClassName
{
color: #DB5115;
}
</style>
background-color css
<style>
a { background-color: #DB5115; }
a { background-color: rgb(219,81,21); }
div.DivClassName
{
background-color: #DB5115;
}
.BgClassName
{
background-color: #DB5115;
}
</style>
border-color css
<style>
span { border-color: #DB5115; }
span { border-color: rgb(219,81,21); }
td.TdClassName
{
border-color: #DB5115;
}
.TagClassName
{
border-color: #DB5115;
}
</style>