Shades of Tenne (Tawny) #DB5711
Tints of Tenne (Tawny) #DB5711
RGB
CMYK
RGB Variations
Color information
#DB5711 (or 0xDB5711) is known color: Tenne (Tawny). HEX triplet: DB, 57 and 11. RGB value is (219,87,17). Sum of RGB (Red+Green+Blue) = 219+87+17=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5711 is #24A8EE. Grayscale: #767676. Windows color (decimal): -2402543 or 1136603. OLE color: 1136603.
HSL color Cylindrical-coordinate representation of color #DB5711: hue angle of 20.79º 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 #DB5711 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 17 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.14 |
| HSL | 20.79º | 0.86% | 0.46% | - |
| HSV(B) | 20.79º | 0.92% | 0.86% | - |
| XYZ | 32.72 | 21.92 | 3.04 | - |
| YUV | 118.49 | 70.73 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 17 | 0 | 0.60 | 0.92 | 0.14 | 20.79 | 0.86 | 0.46 |
| Hex | DB | 57 | 11 | 0 | 3C | 5C | E | 15 | 56 | 2E |
| Octal | 333 | 127 | 21 | 0 | 74 | 134 | 16 | 25 | 126 | 56 |
| Binary | 11011011 | 1010111 | 10001 | 0 | 111100 | 1011100 | 1110 | 10101 | 1010110 | 101110 |
Color Harmonies of #DB5711
Complementary color
Monochromatic Colors of #DB5711
Black with #DB5711
Text Example
Text Example
White with #DB5711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5711; }
p { color: rgb(219,87,17); }
H1.HeaderClassName
{
color: #DB5711;
}
.AnyTagClassName
{
color: #DB5711;
}
</style>
background-color css
<style>
a { background-color: #DB5711; }
a { background-color: rgb(219,87,17); }
div.DivClassName
{
background-color: #DB5711;
}
.BgClassName
{
background-color: #DB5711;
}
</style>
border-color css
<style>
span { border-color: #DB5711; }
span { border-color: rgb(219,87,17); }
td.TdClassName
{
border-color: #DB5711;
}
.TagClassName
{
border-color: #DB5711;
}
</style>