Shades of Tenne (Tawny) #DB4D0E
Tints of Tenne (Tawny) #DB4D0E
RGB
CMYK
RGB Variations
Color information
#DB4D0E (or 0xDB4D0E) is known color: Tenne (Tawny). HEX triplet: DB, 4D and 0E. RGB value is (219,77,14). Sum of RGB (Red+Green+Blue) = 219+77+14=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4D0E is #24B2F1. Grayscale: #707070. Windows color (decimal): -2405106 or 937435. OLE color: 937435.
HSL color Cylindrical-coordinate representation of color #DB4D0E: hue angle of 18.44º 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 #DB4D0E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 14 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.14 |
| HSL | 18.44º | 0.88% | 0.46% | - |
| HSV(B) | 18.44º | 0.94% | 0.86% | - |
| XYZ | 31.95 | 20.4 | 2.67 | - |
| YUV | 112.28 | 72.54 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 14 | 0 | 0.65 | 0.94 | 0.14 | 18.44 | 0.88 | 0.46 |
| Hex | DB | 4D | E | 0 | 41 | 5E | E | 12 | 58 | 2E |
| Octal | 333 | 115 | 16 | 0 | 101 | 136 | 16 | 22 | 130 | 56 |
| Binary | 11011011 | 1001101 | 1110 | 0 | 1000001 | 1011110 | 1110 | 10010 | 1011000 | 101110 |
Color Harmonies of #DB4D0E
Complementary color
Monochromatic Colors of #DB4D0E
Black with #DB4D0E
Text Example
Text Example
White with #DB4D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D0E; }
p { color: rgb(219,77,14); }
H1.HeaderClassName
{
color: #DB4D0E;
}
.AnyTagClassName
{
color: #DB4D0E;
}
</style>
background-color css
<style>
a { background-color: #DB4D0E; }
a { background-color: rgb(219,77,14); }
div.DivClassName
{
background-color: #DB4D0E;
}
.BgClassName
{
background-color: #DB4D0E;
}
</style>
border-color css
<style>
span { border-color: #DB4D0E; }
span { border-color: rgb(219,77,14); }
td.TdClassName
{
border-color: #DB4D0E;
}
.TagClassName
{
border-color: #DB4D0E;
}
</style>