Shades of Tenne (Tawny) #DB5811
Tints of Tenne (Tawny) #DB5811
RGB
CMYK
RGB Variations
Color information
#DB5811 (or 0xDB5811) is known color: Tenne (Tawny). HEX triplet: DB, 58 and 11. RGB value is (219,88,17). Sum of RGB (Red+Green+Blue) = 219+88+17=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5811 is #24A7EE. Grayscale: #777777. Windows color (decimal): -2402287 or 1136859. OLE color: 1136859.
HSL color Cylindrical-coordinate representation of color #DB5811: hue angle of 21.09º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB5811 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 17 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.14 |
| HSL | 21.09º | 0.86% | 0.46% | - |
| HSV(B) | 21.09º | 0.92% | 0.86% | - |
| XYZ | 32.8 | 22.08 | 3.06 | - |
| YUV | 119.08 | 70.4 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 17 | 0 | 0.60 | 0.92 | 0.14 | 21.09 | 0.86 | 0.46 |
| Hex | DB | 58 | 11 | 0 | 3C | 5C | E | 15 | 56 | 2E |
| Octal | 333 | 130 | 21 | 0 | 74 | 134 | 16 | 25 | 126 | 56 |
| Binary | 11011011 | 1011000 | 10001 | 0 | 111100 | 1011100 | 1110 | 10101 | 1010110 | 101110 |
Color Harmonies of #DB5811
Complementary color
Monochromatic Colors of #DB5811
Black with #DB5811
Text Example
Text Example
White with #DB5811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5811; }
p { color: rgb(219,88,17); }
H1.HeaderClassName
{
color: #DB5811;
}
.AnyTagClassName
{
color: #DB5811;
}
</style>
background-color css
<style>
a { background-color: #DB5811; }
a { background-color: rgb(219,88,17); }
div.DivClassName
{
background-color: #DB5811;
}
.BgClassName
{
background-color: #DB5811;
}
</style>
border-color css
<style>
span { border-color: #DB5811; }
span { border-color: rgb(219,88,17); }
td.TdClassName
{
border-color: #DB5811;
}
.TagClassName
{
border-color: #DB5811;
}
</style>