Shades of Tenne (Tawny) #DB5509
Tints of Tenne (Tawny) #DB5509
RGB
CMYK
RGB Variations
Color information
#DB5509 (or 0xDB5509) is known color: Tenne (Tawny). HEX triplet: DB, 55 and 09. RGB value is (219,85,9). Sum of RGB (Red+Green+Blue) = 219+85+9=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5509 is #24AAF6. Grayscale: #747474. Windows color (decimal): -2403063 or 611803. OLE color: 611803.
HSL color Cylindrical-coordinate representation of color #DB5509: hue angle of 21.71º 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 #DB5509 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 9 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.14 |
| HSL | 21.71º | 0.92% | 0.45% | - |
| HSV(B) | 21.71º | 0.96% | 0.86% | - |
| XYZ | 32.51 | 21.58 | 2.71 | - |
| YUV | 116.4 | 67.39 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 9 | 0 | 0.61 | 0.96 | 0.14 | 21.71 | 0.92 | 0.45 |
| Hex | DB | 55 | 9 | 0 | 3D | 60 | E | 16 | 5C | 2D |
| Octal | 333 | 125 | 11 | 0 | 75 | 140 | 16 | 26 | 134 | 55 |
| Binary | 11011011 | 1010101 | 1001 | 0 | 111101 | 1100000 | 1110 | 10110 | 1011100 | 101101 |
Color Harmonies of #DB5509
Complementary color
Monochromatic Colors of #DB5509
Black with #DB5509
Text Example
Text Example
White with #DB5509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5509; }
p { color: rgb(219,85,9); }
H1.HeaderClassName
{
color: #DB5509;
}
.AnyTagClassName
{
color: #DB5509;
}
</style>
background-color css
<style>
a { background-color: #DB5509; }
a { background-color: rgb(219,85,9); }
div.DivClassName
{
background-color: #DB5509;
}
.BgClassName
{
background-color: #DB5509;
}
</style>
border-color css
<style>
span { border-color: #DB5509; }
span { border-color: rgb(219,85,9); }
td.TdClassName
{
border-color: #DB5509;
}
.TagClassName
{
border-color: #DB5509;
}
</style>