Shades of Tenne (Tawny) #DB4E16
Tints of Tenne (Tawny) #DB4E16
RGB
CMYK
RGB Variations
Color information
#DB4E16 (or 0xDB4E16) is known color: Tenne (Tawny). HEX triplet: DB, 4E and 16. RGB value is (219,78,22). Sum of RGB (Red+Green+Blue) = 219+78+22=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4E16 is #24B1E9. Grayscale: #727272. Windows color (decimal): -2404842 or 1461979. OLE color: 1461979.
HSL color Cylindrical-coordinate representation of color #DB4E16: hue angle of 17.06º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB4E16 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 22 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.14 |
| HSL | 17.06º | 0.82% | 0.47% | - |
| HSV(B) | 17.06º | 0.9% | 0.86% | - |
| XYZ | 32.08 | 20.57 | 3.04 | - |
| YUV | 113.78 | 76.21 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 22 | 0 | 0.64 | 0.90 | 0.14 | 17.06 | 0.82 | 0.47 |
| Hex | DB | 4E | 16 | 0 | 40 | 5A | E | 11 | 52 | 2F |
| Octal | 333 | 116 | 26 | 0 | 100 | 132 | 16 | 21 | 122 | 57 |
| Binary | 11011011 | 1001110 | 10110 | 0 | 1000000 | 1011010 | 1110 | 10001 | 1010010 | 101111 |
Color Harmonies of #DB4E16
Complementary color
Monochromatic Colors of #DB4E16
Black with #DB4E16
Text Example
Text Example
White with #DB4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E16; }
p { color: rgb(219,78,22); }
H1.HeaderClassName
{
color: #DB4E16;
}
.AnyTagClassName
{
color: #DB4E16;
}
</style>
background-color css
<style>
a { background-color: #DB4E16; }
a { background-color: rgb(219,78,22); }
div.DivClassName
{
background-color: #DB4E16;
}
.BgClassName
{
background-color: #DB4E16;
}
</style>
border-color css
<style>
span { border-color: #DB4E16; }
span { border-color: rgb(219,78,22); }
td.TdClassName
{
border-color: #DB4E16;
}
.TagClassName
{
border-color: #DB4E16;
}
</style>