Shades of Tenne (Tawny) #DB4A0E
Tints of Tenne (Tawny) #DB4A0E
RGB
CMYK
RGB Variations
Color information
#DB4A0E (or 0xDB4A0E) is known color: Tenne (Tawny). HEX triplet: DB, 4A and 0E. RGB value is (219,74,14). Sum of RGB (Red+Green+Blue) = 219+74+14=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A0E is #24B5F1. Grayscale: #6E6E6E. Windows color (decimal): -2405874 or 936667. OLE color: 936667.
HSL color Cylindrical-coordinate representation of color #DB4A0E: hue angle of 17.56º 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 #DB4A0E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.14 |
| HSL | 17.56º | 0.88% | 0.46% | - |
| HSV(B) | 17.56º | 0.94% | 0.86% | - |
| XYZ | 31.74 | 19.99 | 2.6 | - |
| YUV | 110.52 | 73.54 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 14 | 0 | 0.66 | 0.94 | 0.14 | 17.56 | 0.88 | 0.46 |
| Hex | DB | 4A | E | 0 | 42 | 5E | E | 12 | 58 | 2E |
| Octal | 333 | 112 | 16 | 0 | 102 | 136 | 16 | 22 | 130 | 56 |
| Binary | 11011011 | 1001010 | 1110 | 0 | 1000010 | 1011110 | 1110 | 10010 | 1011000 | 101110 |
Color Harmonies of #DB4A0E
Complementary color
Monochromatic Colors of #DB4A0E
Black with #DB4A0E
Text Example
Text Example
White with #DB4A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A0E; }
p { color: rgb(219,74,14); }
H1.HeaderClassName
{
color: #DB4A0E;
}
.AnyTagClassName
{
color: #DB4A0E;
}
</style>
background-color css
<style>
a { background-color: #DB4A0E; }
a { background-color: rgb(219,74,14); }
div.DivClassName
{
background-color: #DB4A0E;
}
.BgClassName
{
background-color: #DB4A0E;
}
</style>
border-color css
<style>
span { border-color: #DB4A0E; }
span { border-color: rgb(219,74,14); }
td.TdClassName
{
border-color: #DB4A0E;
}
.TagClassName
{
border-color: #DB4A0E;
}
</style>