Shades of Tenne (Tawny) #DB5609
Tints of Tenne (Tawny) #DB5609
RGB
CMYK
RGB Variations
Color information
#DB5609 (or 0xDB5609) is known color: Tenne (Tawny). HEX triplet: DB, 56 and 09. RGB value is (219,86,9). Sum of RGB (Red+Green+Blue) = 219+86+9=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5609 is #24A9F6. Grayscale: #757575. Windows color (decimal): -2402807 or 612059. OLE color: 612059.
HSL color Cylindrical-coordinate representation of color #DB5609: hue angle of 22º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB5609 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 9 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.14 |
| HSL | 22º | 0.92% | 0.45% | - |
| HSV(B) | 22º | 0.96% | 0.86% | - |
| XYZ | 32.59 | 21.74 | 2.74 | - |
| YUV | 116.99 | 67.06 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 9 | 0 | 0.61 | 0.96 | 0.14 | 22 | 0.92 | 0.45 |
| Hex | DB | 56 | 9 | 0 | 3D | 60 | E | 16 | 5C | 2D |
| Octal | 333 | 126 | 11 | 0 | 75 | 140 | 16 | 26 | 134 | 55 |
| Binary | 11011011 | 1010110 | 1001 | 0 | 111101 | 1100000 | 1110 | 10110 | 1011100 | 101101 |
Color Harmonies of #DB5609
Complementary color
Monochromatic Colors of #DB5609
Black with #DB5609
Text Example
Text Example
White with #DB5609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5609; }
p { color: rgb(219,86,9); }
H1.HeaderClassName
{
color: #DB5609;
}
.AnyTagClassName
{
color: #DB5609;
}
</style>
background-color css
<style>
a { background-color: #DB5609; }
a { background-color: rgb(219,86,9); }
div.DivClassName
{
background-color: #DB5609;
}
.BgClassName
{
background-color: #DB5609;
}
</style>
border-color css
<style>
span { border-color: #DB5609; }
span { border-color: rgb(219,86,9); }
td.TdClassName
{
border-color: #DB5609;
}
.TagClassName
{
border-color: #DB5609;
}
</style>