Shades of Tenne (Tawny) #DB4705
Tints of Tenne (Tawny) #DB4705
RGB
CMYK
RGB Variations
Color information
#DB4705 (or 0xDB4705) is known color: Tenne (Tawny). HEX triplet: DB, 47 and 05. RGB value is (219,71,5). Sum of RGB (Red+Green+Blue) = 219+71+5=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4705 is #24B8FA. Grayscale: #6C6C6C. Windows color (decimal): -2406651 or 346075. OLE color: 346075.
HSL color Cylindrical-coordinate representation of color #DB4705: hue angle of 18.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB4705 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.14 |
| HSL | 18.5º | 0.96% | 0.44% | - |
| HSV(B) | 18.5º | 0.98% | 0.86% | - |
| XYZ | 31.49 | 19.58 | 2.26 | - |
| YUV | 107.73 | 70.03 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 5 | 0 | 0.68 | 0.98 | 0.14 | 18.5 | 0.96 | 0.44 |
| Hex | DB | 47 | 5 | 0 | 44 | 62 | E | 13 | 60 | 2C |
| Octal | 333 | 107 | 5 | 0 | 104 | 142 | 16 | 23 | 140 | 54 |
| Binary | 11011011 | 1000111 | 101 | 0 | 1000100 | 1100010 | 1110 | 10011 | 1100000 | 101100 |
Color Harmonies of #DB4705
Complementary color
Monochromatic Colors of #DB4705
Black with #DB4705
Text Example
Text Example
White with #DB4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4705; }
p { color: rgb(219,71,5); }
H1.HeaderClassName
{
color: #DB4705;
}
.AnyTagClassName
{
color: #DB4705;
}
</style>
background-color css
<style>
a { background-color: #DB4705; }
a { background-color: rgb(219,71,5); }
div.DivClassName
{
background-color: #DB4705;
}
.BgClassName
{
background-color: #DB4705;
}
</style>
border-color css
<style>
span { border-color: #DB4705; }
span { border-color: rgb(219,71,5); }
td.TdClassName
{
border-color: #DB4705;
}
.TagClassName
{
border-color: #DB4705;
}
</style>