Shades of Tenne (Tawny) #DB5009
Tints of Tenne (Tawny) #DB5009
RGB
CMYK
RGB Variations
Color information
#DB5009 (or 0xDB5009) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 09. RGB value is (219,80,9). Sum of RGB (Red+Green+Blue) = 219+80+9=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5009 is #24AFF6. Grayscale: #717171. Windows color (decimal): -2404343 or 610523. OLE color: 610523.
HSL color Cylindrical-coordinate representation of color #DB5009: hue angle of 20.29º 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 #DB5009 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.14 |
| HSL | 20.29º | 0.92% | 0.45% | - |
| HSV(B) | 20.29º | 0.96% | 0.86% | - |
| XYZ | 32.13 | 20.82 | 2.58 | - |
| YUV | 113.47 | 69.05 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 9 | 0 | 0.63 | 0.96 | 0.14 | 20.29 | 0.92 | 0.45 |
| Hex | DB | 50 | 9 | 0 | 3F | 60 | E | 14 | 5C | 2D |
| Octal | 333 | 120 | 11 | 0 | 77 | 140 | 16 | 24 | 134 | 55 |
| Binary | 11011011 | 1010000 | 1001 | 0 | 111111 | 1100000 | 1110 | 10100 | 1011100 | 101101 |
Color Harmonies of #DB5009
Complementary color
Monochromatic Colors of #DB5009
Black with #DB5009
Text Example
Text Example
White with #DB5009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5009; }
p { color: rgb(219,80,9); }
H1.HeaderClassName
{
color: #DB5009;
}
.AnyTagClassName
{
color: #DB5009;
}
</style>
background-color css
<style>
a { background-color: #DB5009; }
a { background-color: rgb(219,80,9); }
div.DivClassName
{
background-color: #DB5009;
}
.BgClassName
{
background-color: #DB5009;
}
</style>
border-color css
<style>
span { border-color: #DB5009; }
span { border-color: rgb(219,80,9); }
td.TdClassName
{
border-color: #DB5009;
}
.TagClassName
{
border-color: #DB5009;
}
</style>