Shades of Tenne (Tawny) #DB4905
Tints of Tenne (Tawny) #DB4905
RGB
CMYK
RGB Variations
Color information
#DB4905 (or 0xDB4905) is known color: Tenne (Tawny). HEX triplet: DB, 49 and 05. RGB value is (219,73,5). Sum of RGB (Red+Green+Blue) = 219+73+5=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4905 is #24B6FA. Grayscale: #6D6D6D. Windows color (decimal): -2406139 or 346587. OLE color: 346587.
HSL color Cylindrical-coordinate representation of color #DB4905: hue angle of 19.07º 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 #DB4905 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.14 |
| HSL | 19.07º | 0.96% | 0.44% | - |
| HSV(B) | 19.07º | 0.98% | 0.86% | - |
| XYZ | 31.62 | 19.84 | 2.31 | - |
| YUV | 108.9 | 69.37 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 5 | 0 | 0.67 | 0.98 | 0.14 | 19.07 | 0.96 | 0.44 |
| Hex | DB | 49 | 5 | 0 | 43 | 62 | E | 13 | 60 | 2C |
| Octal | 333 | 111 | 5 | 0 | 103 | 142 | 16 | 23 | 140 | 54 |
| Binary | 11011011 | 1001001 | 101 | 0 | 1000011 | 1100010 | 1110 | 10011 | 1100000 | 101100 |
Color Harmonies of #DB4905
Complementary color
Monochromatic Colors of #DB4905
Black with #DB4905
Text Example
Text Example
White with #DB4905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4905; }
p { color: rgb(219,73,5); }
H1.HeaderClassName
{
color: #DB4905;
}
.AnyTagClassName
{
color: #DB4905;
}
</style>
background-color css
<style>
a { background-color: #DB4905; }
a { background-color: rgb(219,73,5); }
div.DivClassName
{
background-color: #DB4905;
}
.BgClassName
{
background-color: #DB4905;
}
</style>
border-color css
<style>
span { border-color: #DB4905; }
span { border-color: rgb(219,73,5); }
td.TdClassName
{
border-color: #DB4905;
}
.TagClassName
{
border-color: #DB4905;
}
</style>