Shades of Tenne (Tawny) #DB5A0E
Tints of Tenne (Tawny) #DB5A0E
RGB
CMYK
RGB Variations
Color information
#DB5A0E (or 0xDB5A0E) is known color: Tenne (Tawny). HEX triplet: DB, 5A and 0E. RGB value is (219,90,14). Sum of RGB (Red+Green+Blue) = 219+90+14=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A0E is #24A5F1. Grayscale: #787878. Windows color (decimal): -2401778 or 940763. OLE color: 940763.
HSL color Cylindrical-coordinate representation of color #DB5A0E: hue angle of 22.24º 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 #DB5A0E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 14 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.14 |
| HSL | 22.24º | 0.88% | 0.46% | - |
| HSV(B) | 22.24º | 0.94% | 0.86% | - |
| XYZ | 32.95 | 22.4 | 3 | - |
| YUV | 119.91 | 68.24 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 14 | 0 | 0.59 | 0.94 | 0.14 | 22.24 | 0.88 | 0.46 |
| Hex | DB | 5A | E | 0 | 3B | 5E | E | 16 | 58 | 2E |
| Octal | 333 | 132 | 16 | 0 | 73 | 136 | 16 | 26 | 130 | 56 |
| Binary | 11011011 | 1011010 | 1110 | 0 | 111011 | 1011110 | 1110 | 10110 | 1011000 | 101110 |
Color Harmonies of #DB5A0E
Complementary color
Monochromatic Colors of #DB5A0E
Black with #DB5A0E
Text Example
Text Example
White with #DB5A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A0E; }
p { color: rgb(219,90,14); }
H1.HeaderClassName
{
color: #DB5A0E;
}
.AnyTagClassName
{
color: #DB5A0E;
}
</style>
background-color css
<style>
a { background-color: #DB5A0E; }
a { background-color: rgb(219,90,14); }
div.DivClassName
{
background-color: #DB5A0E;
}
.BgClassName
{
background-color: #DB5A0E;
}
</style>
border-color css
<style>
span { border-color: #DB5A0E; }
span { border-color: rgb(219,90,14); }
td.TdClassName
{
border-color: #DB5A0E;
}
.TagClassName
{
border-color: #DB5A0E;
}
</style>