Shades of Tenne (Tawny) #DB4706
Tints of Tenne (Tawny) #DB4706
RGB
CMYK
RGB Variations
Color information
#DB4706 (or 0xDB4706) is known color: Tenne (Tawny). HEX triplet: DB, 47 and 06. RGB value is (219,71,6). Sum of RGB (Red+Green+Blue) = 219+71+6=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4706 is #24B8F9. Grayscale: #6C6C6C. Windows color (decimal): -2406650 or 411611. OLE color: 411611.
HSL color Cylindrical-coordinate representation of color #DB4706: hue angle of 18.31º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB4706 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.14 |
| HSL | 18.31º | 0.95% | 0.44% | - |
| HSV(B) | 18.31º | 0.97% | 0.86% | - |
| XYZ | 31.5 | 19.58 | 2.29 | - |
| YUV | 107.84 | 70.53 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 6 | 0 | 0.68 | 0.97 | 0.14 | 18.31 | 0.95 | 0.44 |
| Hex | DB | 47 | 6 | 0 | 44 | 61 | E | 12 | 5F | 2C |
| Octal | 333 | 107 | 6 | 0 | 104 | 141 | 16 | 22 | 137 | 54 |
| Binary | 11011011 | 1000111 | 110 | 0 | 1000100 | 1100001 | 1110 | 10010 | 1011111 | 101100 |
Color Harmonies of #DB4706
Complementary color
Monochromatic Colors of #DB4706
Black with #DB4706
Text Example
Text Example
White with #DB4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4706; }
p { color: rgb(219,71,6); }
H1.HeaderClassName
{
color: #DB4706;
}
.AnyTagClassName
{
color: #DB4706;
}
</style>
background-color css
<style>
a { background-color: #DB4706; }
a { background-color: rgb(219,71,6); }
div.DivClassName
{
background-color: #DB4706;
}
.BgClassName
{
background-color: #DB4706;
}
</style>
border-color css
<style>
span { border-color: #DB4706; }
span { border-color: rgb(219,71,6); }
td.TdClassName
{
border-color: #DB4706;
}
.TagClassName
{
border-color: #DB4706;
}
</style>