Shades of Tenne (Tawny) #DB510E
Tints of Tenne (Tawny) #DB510E
RGB
CMYK
RGB Variations
Color information
#DB510E (or 0xDB510E) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 0E. RGB value is (219,81,14). Sum of RGB (Red+Green+Blue) = 219+81+14=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB510E is #24AEF1. Grayscale: #737373. Windows color (decimal): -2404082 or 938459. OLE color: 938459.
HSL color Cylindrical-coordinate representation of color #DB510E: hue angle of 19.61º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB510E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 14 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.14 |
| HSL | 19.61º | 0.88% | 0.46% | - |
| HSV(B) | 19.61º | 0.94% | 0.86% | - |
| XYZ | 32.24 | 20.98 | 2.77 | - |
| YUV | 114.62 | 71.22 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 14 | 0 | 0.63 | 0.94 | 0.14 | 19.61 | 0.88 | 0.46 |
| Hex | DB | 51 | E | 0 | 3F | 5E | E | 14 | 58 | 2E |
| Octal | 333 | 121 | 16 | 0 | 77 | 136 | 16 | 24 | 130 | 56 |
| Binary | 11011011 | 1010001 | 1110 | 0 | 111111 | 1011110 | 1110 | 10100 | 1011000 | 101110 |
Color Harmonies of #DB510E
Complementary color
Monochromatic Colors of #DB510E
Black with #DB510E
Text Example
Text Example
White with #DB510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB510E; }
p { color: rgb(219,81,14); }
H1.HeaderClassName
{
color: #DB510E;
}
.AnyTagClassName
{
color: #DB510E;
}
</style>
background-color css
<style>
a { background-color: #DB510E; }
a { background-color: rgb(219,81,14); }
div.DivClassName
{
background-color: #DB510E;
}
.BgClassName
{
background-color: #DB510E;
}
</style>
border-color css
<style>
span { border-color: #DB510E; }
span { border-color: rgb(219,81,14); }
td.TdClassName
{
border-color: #DB510E;
}
.TagClassName
{
border-color: #DB510E;
}
</style>