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