Shades of Tenne (Tawny) #DB4E11
Tints of Tenne (Tawny) #DB4E11
RGB
CMYK
RGB Variations
Color information
#DB4E11 (or 0xDB4E11) is known color: Tenne (Tawny). HEX triplet: DB, 4E and 11. RGB value is (219,78,17). Sum of RGB (Red+Green+Blue) = 219+78+17=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4E11 is #24B1EE. Grayscale: #717171. Windows color (decimal): -2404847 or 1134299. OLE color: 1134299.
HSL color Cylindrical-coordinate representation of color #DB4E11: hue angle of 18.12º degrees, saturation: 0.86, 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 #DB4E11 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 17 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.14 |
| HSL | 18.12º | 0.86% | 0.46% | - |
| HSV(B) | 18.12º | 0.92% | 0.86% | - |
| XYZ | 32.04 | 20.55 | 2.81 | - |
| YUV | 113.21 | 73.71 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 17 | 0 | 0.64 | 0.92 | 0.14 | 18.12 | 0.86 | 0.46 |
| Hex | DB | 4E | 11 | 0 | 40 | 5C | E | 12 | 56 | 2E |
| Octal | 333 | 116 | 21 | 0 | 100 | 134 | 16 | 22 | 126 | 56 |
| Binary | 11011011 | 1001110 | 10001 | 0 | 1000000 | 1011100 | 1110 | 10010 | 1010110 | 101110 |
Color Harmonies of #DB4E11
Complementary color
Monochromatic Colors of #DB4E11
Black with #DB4E11
Text Example
Text Example
White with #DB4E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E11; }
p { color: rgb(219,78,17); }
H1.HeaderClassName
{
color: #DB4E11;
}
.AnyTagClassName
{
color: #DB4E11;
}
</style>
background-color css
<style>
a { background-color: #DB4E11; }
a { background-color: rgb(219,78,17); }
div.DivClassName
{
background-color: #DB4E11;
}
.BgClassName
{
background-color: #DB4E11;
}
</style>
border-color css
<style>
span { border-color: #DB4E11; }
span { border-color: rgb(219,78,17); }
td.TdClassName
{
border-color: #DB4E11;
}
.TagClassName
{
border-color: #DB4E11;
}
</style>