Shades of Tenne (Tawny) #DB4709
Tints of Tenne (Tawny) #DB4709
RGB
CMYK
RGB Variations
Color information
#DB4709 (or 0xDB4709) is known color: Tenne (Tawny). HEX triplet: DB, 47 and 09. RGB value is (219,71,9). Sum of RGB (Red+Green+Blue) = 219+71+9=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4709 is #24B8F6. Grayscale: #6C6C6C. Windows color (decimal): -2406647 or 608219. OLE color: 608219.
HSL color Cylindrical-coordinate representation of color #DB4709: hue angle of 17.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 #DB4709 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 9 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.14 |
| HSL | 17.71º | 0.92% | 0.45% | - |
| HSV(B) | 17.71º | 0.96% | 0.86% | - |
| XYZ | 31.52 | 19.59 | 2.38 | - |
| YUV | 108.18 | 72.03 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 9 | 0 | 0.68 | 0.96 | 0.14 | 17.71 | 0.92 | 0.45 |
| Hex | DB | 47 | 9 | 0 | 44 | 60 | E | 12 | 5C | 2D |
| Octal | 333 | 107 | 11 | 0 | 104 | 140 | 16 | 22 | 134 | 55 |
| Binary | 11011011 | 1000111 | 1001 | 0 | 1000100 | 1100000 | 1110 | 10010 | 1011100 | 101101 |
Color Harmonies of #DB4709
Complementary color
Monochromatic Colors of #DB4709
Black with #DB4709
Text Example
Text Example
White with #DB4709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4709; }
p { color: rgb(219,71,9); }
H1.HeaderClassName
{
color: #DB4709;
}
.AnyTagClassName
{
color: #DB4709;
}
</style>
background-color css
<style>
a { background-color: #DB4709; }
a { background-color: rgb(219,71,9); }
div.DivClassName
{
background-color: #DB4709;
}
.BgClassName
{
background-color: #DB4709;
}
</style>
border-color css
<style>
span { border-color: #DB4709; }
span { border-color: rgb(219,71,9); }
td.TdClassName
{
border-color: #DB4709;
}
.TagClassName
{
border-color: #DB4709;
}
</style>