Shades of Tenne (Tawny) #DB5511
Tints of Tenne (Tawny) #DB5511
RGB
CMYK
RGB Variations
Color information
#DB5511 (or 0xDB5511) is known color: Tenne (Tawny). HEX triplet: DB, 55 and 11. RGB value is (219,85,17). Sum of RGB (Red+Green+Blue) = 219+85+17=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5511 is #24AAEE. Grayscale: #757575. Windows color (decimal): -2403055 or 1136091. OLE color: 1136091.
HSL color Cylindrical-coordinate representation of color #DB5511: hue angle of 20.2º 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 #DB5511 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 17 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.14 |
| HSL | 20.2º | 0.86% | 0.46% | - |
| HSV(B) | 20.2º | 0.92% | 0.86% | - |
| XYZ | 32.56 | 21.6 | 2.98 | - |
| YUV | 117.31 | 71.39 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 17 | 0 | 0.61 | 0.92 | 0.14 | 20.2 | 0.86 | 0.46 |
| Hex | DB | 55 | 11 | 0 | 3D | 5C | E | 14 | 56 | 2E |
| Octal | 333 | 125 | 21 | 0 | 75 | 134 | 16 | 24 | 126 | 56 |
| Binary | 11011011 | 1010101 | 10001 | 0 | 111101 | 1011100 | 1110 | 10100 | 1010110 | 101110 |
Color Harmonies of #DB5511
Complementary color
Monochromatic Colors of #DB5511
Black with #DB5511
Text Example
Text Example
White with #DB5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5511; }
p { color: rgb(219,85,17); }
H1.HeaderClassName
{
color: #DB5511;
}
.AnyTagClassName
{
color: #DB5511;
}
</style>
background-color css
<style>
a { background-color: #DB5511; }
a { background-color: rgb(219,85,17); }
div.DivClassName
{
background-color: #DB5511;
}
.BgClassName
{
background-color: #DB5511;
}
</style>
border-color css
<style>
span { border-color: #DB5511; }
span { border-color: rgb(219,85,17); }
td.TdClassName
{
border-color: #DB5511;
}
.TagClassName
{
border-color: #DB5511;
}
</style>