Shades of Tenne (Tawny) #DB4E04
Tints of Tenne (Tawny) #DB4E04
RGB
CMYK
RGB Variations
Color information
#DB4E04 (or 0xDB4E04) is known color: Tenne (Tawny). HEX triplet: DB, 4E and 04. RGB value is (219,78,4). Sum of RGB (Red+Green+Blue) = 219+78+4=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4E04 is #24B1FB. Grayscale: #707070. Windows color (decimal): -2404860 or 282331. OLE color: 282331.
HSL color Cylindrical-coordinate representation of color #DB4E04: hue angle of 20.65º 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 #DB4E04 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.14 |
| HSL | 20.65º | 0.96% | 0.44% | - |
| HSV(B) | 20.65º | 0.98% | 0.86% | - |
| XYZ | 31.96 | 20.52 | 2.39 | - |
| YUV | 111.72 | 67.21 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 4 | 0 | 0.64 | 0.98 | 0.14 | 20.65 | 0.96 | 0.44 |
| Hex | DB | 4E | 4 | 0 | 40 | 62 | E | 15 | 60 | 2C |
| Octal | 333 | 116 | 4 | 0 | 100 | 142 | 16 | 25 | 140 | 54 |
| Binary | 11011011 | 1001110 | 100 | 0 | 1000000 | 1100010 | 1110 | 10101 | 1100000 | 101100 |
Color Harmonies of #DB4E04
Complementary color
Monochromatic Colors of #DB4E04
Black with #DB4E04
Text Example
Text Example
White with #DB4E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E04; }
p { color: rgb(219,78,4); }
H1.HeaderClassName
{
color: #DB4E04;
}
.AnyTagClassName
{
color: #DB4E04;
}
</style>
background-color css
<style>
a { background-color: #DB4E04; }
a { background-color: rgb(219,78,4); }
div.DivClassName
{
background-color: #DB4E04;
}
.BgClassName
{
background-color: #DB4E04;
}
</style>
border-color css
<style>
span { border-color: #DB4E04; }
span { border-color: rgb(219,78,4); }
td.TdClassName
{
border-color: #DB4E04;
}
.TagClassName
{
border-color: #DB4E04;
}
</style>