Shades of Tenne (Tawny) #DB5E0D
Tints of Tenne (Tawny) #DB5E0D
RGB
CMYK
RGB Variations
Color information
#DB5E0D (or 0xDB5E0D) is known color: Tenne (Tawny). HEX triplet: DB, 5E and 0D. RGB value is (219,94,13). Sum of RGB (Red+Green+Blue) = 219+94+13=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5E0D is #24A1F2. Grayscale: #7A7A7A. Windows color (decimal): -2400755 or 876251. OLE color: 876251.
HSL color Cylindrical-coordinate representation of color #DB5E0D: hue angle of 23.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB5E0D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.14 |
| HSL | 23.59º | 0.89% | 0.45% | - |
| HSV(B) | 23.59º | 0.94% | 0.86% | - |
| XYZ | 33.29 | 23.09 | 3.08 | - |
| YUV | 122.14 | 66.41 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 13 | 0 | 0.57 | 0.94 | 0.14 | 23.59 | 0.89 | 0.45 |
| Hex | DB | 5E | D | 0 | 39 | 5E | E | 18 | 59 | 2D |
| Octal | 333 | 136 | 15 | 0 | 71 | 136 | 16 | 30 | 131 | 55 |
| Binary | 11011011 | 1011110 | 1101 | 0 | 111001 | 1011110 | 1110 | 11000 | 1011001 | 101101 |
Color Harmonies of #DB5E0D
Complementary color
Monochromatic Colors of #DB5E0D
Black with #DB5E0D
Text Example
Text Example
White with #DB5E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E0D; }
p { color: rgb(219,94,13); }
H1.HeaderClassName
{
color: #DB5E0D;
}
.AnyTagClassName
{
color: #DB5E0D;
}
</style>
background-color css
<style>
a { background-color: #DB5E0D; }
a { background-color: rgb(219,94,13); }
div.DivClassName
{
background-color: #DB5E0D;
}
.BgClassName
{
background-color: #DB5E0D;
}
</style>
border-color css
<style>
span { border-color: #DB5E0D; }
span { border-color: rgb(219,94,13); }
td.TdClassName
{
border-color: #DB5E0D;
}
.TagClassName
{
border-color: #DB5E0D;
}
</style>