Shades of Tenne (Tawny) #DB5805
Tints of Tenne (Tawny) #DB5805
RGB
CMYK
RGB Variations
Color information
#DB5805 (or 0xDB5805) is known color: Tenne (Tawny). HEX triplet: DB, 58 and 05. RGB value is (219,88,5). Sum of RGB (Red+Green+Blue) = 219+88+5=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5805 is #24A7FA. Grayscale: #767676. Windows color (decimal): -2402299 or 350427. OLE color: 350427.
HSL color Cylindrical-coordinate representation of color #DB5805: hue angle of 23.27º 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 #DB5805 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.14 |
| HSL | 23.27º | 0.96% | 0.44% | - |
| HSV(B) | 23.27º | 0.98% | 0.86% | - |
| XYZ | 32.73 | 22.05 | 2.67 | - |
| YUV | 117.71 | 64.4 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 5 | 0 | 0.60 | 0.98 | 0.14 | 23.27 | 0.96 | 0.44 |
| Hex | DB | 58 | 5 | 0 | 3C | 62 | E | 17 | 60 | 2C |
| Octal | 333 | 130 | 5 | 0 | 74 | 142 | 16 | 27 | 140 | 54 |
| Binary | 11011011 | 1011000 | 101 | 0 | 111100 | 1100010 | 1110 | 10111 | 1100000 | 101100 |
Color Harmonies of #DB5805
Complementary color
Monochromatic Colors of #DB5805
Black with #DB5805
Text Example
Text Example
White with #DB5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5805; }
p { color: rgb(219,88,5); }
H1.HeaderClassName
{
color: #DB5805;
}
.AnyTagClassName
{
color: #DB5805;
}
</style>
background-color css
<style>
a { background-color: #DB5805; }
a { background-color: rgb(219,88,5); }
div.DivClassName
{
background-color: #DB5805;
}
.BgClassName
{
background-color: #DB5805;
}
</style>
border-color css
<style>
span { border-color: #DB5805; }
span { border-color: rgb(219,88,5); }
td.TdClassName
{
border-color: #DB5805;
}
.TagClassName
{
border-color: #DB5805;
}
</style>