Shades of Tenne (Tawny) #DB5905
Tints of Tenne (Tawny) #DB5905
RGB
CMYK
RGB Variations
Color information
#DB5905 (or 0xDB5905) is known color: Tenne (Tawny). HEX triplet: DB, 59 and 05. RGB value is (219,89,5). Sum of RGB (Red+Green+Blue) = 219+89+5=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5905 is #24A6FA. Grayscale: #767676. Windows color (decimal): -2402043 or 350683. OLE color: 350683.
HSL color Cylindrical-coordinate representation of color #DB5905: hue angle of 23.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB5905 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.14 |
| HSL | 23.55º | 0.96% | 0.44% | - |
| HSV(B) | 23.55º | 0.98% | 0.86% | - |
| XYZ | 32.81 | 22.22 | 2.7 | - |
| YUV | 118.29 | 64.07 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 5 | 0 | 0.59 | 0.98 | 0.14 | 23.55 | 0.96 | 0.44 |
| Hex | DB | 59 | 5 | 0 | 3B | 62 | E | 18 | 60 | 2C |
| Octal | 333 | 131 | 5 | 0 | 73 | 142 | 16 | 30 | 140 | 54 |
| Binary | 11011011 | 1011001 | 101 | 0 | 111011 | 1100010 | 1110 | 11000 | 1100000 | 101100 |
Color Harmonies of #DB5905
Complementary color
Monochromatic Colors of #DB5905
Black with #DB5905
Text Example
Text Example
White with #DB5905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5905; }
p { color: rgb(219,89,5); }
H1.HeaderClassName
{
color: #DB5905;
}
.AnyTagClassName
{
color: #DB5905;
}
</style>
background-color css
<style>
a { background-color: #DB5905; }
a { background-color: rgb(219,89,5); }
div.DivClassName
{
background-color: #DB5905;
}
.BgClassName
{
background-color: #DB5905;
}
</style>
border-color css
<style>
span { border-color: #DB5905; }
span { border-color: rgb(219,89,5); }
td.TdClassName
{
border-color: #DB5905;
}
.TagClassName
{
border-color: #DB5905;
}
</style>