Shades of Tenne (Tawny) #DB4E12
Tints of Tenne (Tawny) #DB4E12
RGB
CMYK
RGB Variations
Color information
#DB4E12 (or 0xDB4E12) is known color: Tenne (Tawny). HEX triplet: DB, 4E and 12. RGB value is (219,78,18). Sum of RGB (Red+Green+Blue) = 219+78+18=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4E12 is #24B1ED. Grayscale: #717171. Windows color (decimal): -2404846 or 1199835. OLE color: 1199835.
HSL color Cylindrical-coordinate representation of color #DB4E12: hue angle of 17.91º degrees, saturation: 0.85, 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 #DB4E12 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 18 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.14 |
| HSL | 17.91º | 0.85% | 0.46% | - |
| HSV(B) | 17.91º | 0.92% | 0.86% | - |
| XYZ | 32.05 | 20.55 | 2.85 | - |
| YUV | 113.32 | 74.21 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 18 | 0 | 0.64 | 0.92 | 0.14 | 17.91 | 0.85 | 0.46 |
| Hex | DB | 4E | 12 | 0 | 40 | 5C | E | 12 | 55 | 2E |
| Octal | 333 | 116 | 22 | 0 | 100 | 134 | 16 | 22 | 125 | 56 |
| Binary | 11011011 | 1001110 | 10010 | 0 | 1000000 | 1011100 | 1110 | 10010 | 1010101 | 101110 |
Color Harmonies of #DB4E12
Complementary color
Monochromatic Colors of #DB4E12
Black with #DB4E12
Text Example
Text Example
White with #DB4E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E12; }
p { color: rgb(219,78,18); }
H1.HeaderClassName
{
color: #DB4E12;
}
.AnyTagClassName
{
color: #DB4E12;
}
</style>
background-color css
<style>
a { background-color: #DB4E12; }
a { background-color: rgb(219,78,18); }
div.DivClassName
{
background-color: #DB4E12;
}
.BgClassName
{
background-color: #DB4E12;
}
</style>
border-color css
<style>
span { border-color: #DB4E12; }
span { border-color: rgb(219,78,18); }
td.TdClassName
{
border-color: #DB4E12;
}
.TagClassName
{
border-color: #DB4E12;
}
</style>