Shades of Tenne (Tawny) #DB4F0E
Tints of Tenne (Tawny) #DB4F0E
RGB
CMYK
RGB Variations
Color information
#DB4F0E (or 0xDB4F0E) is known color: Tenne (Tawny). HEX triplet: DB, 4F and 0E. RGB value is (219,79,14). Sum of RGB (Red+Green+Blue) = 219+79+14=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F0E is #24B0F1. Grayscale: #717171. Windows color (decimal): -2404594 or 937947. OLE color: 937947.
HSL color Cylindrical-coordinate representation of color #DB4F0E: hue angle of 19.02º 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 #DB4F0E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.14 |
| HSL | 19.02º | 0.88% | 0.46% | - |
| HSV(B) | 19.02º | 0.94% | 0.86% | - |
| XYZ | 32.09 | 20.68 | 2.72 | - |
| YUV | 113.45 | 71.88 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 14 | 0 | 0.64 | 0.94 | 0.14 | 19.02 | 0.88 | 0.46 |
| Hex | DB | 4F | E | 0 | 40 | 5E | E | 13 | 58 | 2E |
| Octal | 333 | 117 | 16 | 0 | 100 | 136 | 16 | 23 | 130 | 56 |
| Binary | 11011011 | 1001111 | 1110 | 0 | 1000000 | 1011110 | 1110 | 10011 | 1011000 | 101110 |
Color Harmonies of #DB4F0E
Complementary color
Monochromatic Colors of #DB4F0E
Black with #DB4F0E
Text Example
Text Example
White with #DB4F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F0E; }
p { color: rgb(219,79,14); }
H1.HeaderClassName
{
color: #DB4F0E;
}
.AnyTagClassName
{
color: #DB4F0E;
}
</style>
background-color css
<style>
a { background-color: #DB4F0E; }
a { background-color: rgb(219,79,14); }
div.DivClassName
{
background-color: #DB4F0E;
}
.BgClassName
{
background-color: #DB4F0E;
}
</style>
border-color css
<style>
span { border-color: #DB4F0E; }
span { border-color: rgb(219,79,14); }
td.TdClassName
{
border-color: #DB4F0E;
}
.TagClassName
{
border-color: #DB4F0E;
}
</style>