Shades of Tenne (Tawny) #DB4F04
Tints of Tenne (Tawny) #DB4F04
RGB
CMYK
RGB Variations
Color information
#DB4F04 (or 0xDB4F04) is known color: Tenne (Tawny). HEX triplet: DB, 4F and 04. RGB value is (219,79,4). Sum of RGB (Red+Green+Blue) = 219+79+4=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F04 is #24B0FB. Grayscale: #707070. Windows color (decimal): -2404604 or 282587. OLE color: 282587.
HSL color Cylindrical-coordinate representation of color #DB4F04: hue angle of 20.93º 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 #DB4F04 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.14 |
| HSL | 20.93º | 0.96% | 0.44% | - |
| HSV(B) | 20.93º | 0.98% | 0.86% | - |
| XYZ | 32.03 | 20.66 | 2.41 | - |
| YUV | 112.31 | 66.88 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 4 | 0 | 0.64 | 0.98 | 0.14 | 20.93 | 0.96 | 0.44 |
| Hex | DB | 4F | 4 | 0 | 40 | 62 | E | 15 | 60 | 2C |
| Octal | 333 | 117 | 4 | 0 | 100 | 142 | 16 | 25 | 140 | 54 |
| Binary | 11011011 | 1001111 | 100 | 0 | 1000000 | 1100010 | 1110 | 10101 | 1100000 | 101100 |
Color Harmonies of #DB4F04
Complementary color
Monochromatic Colors of #DB4F04
Black with #DB4F04
Text Example
Text Example
White with #DB4F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F04; }
p { color: rgb(219,79,4); }
H1.HeaderClassName
{
color: #DB4F04;
}
.AnyTagClassName
{
color: #DB4F04;
}
</style>
background-color css
<style>
a { background-color: #DB4F04; }
a { background-color: rgb(219,79,4); }
div.DivClassName
{
background-color: #DB4F04;
}
.BgClassName
{
background-color: #DB4F04;
}
</style>
border-color css
<style>
span { border-color: #DB4F04; }
span { border-color: rgb(219,79,4); }
td.TdClassName
{
border-color: #DB4F04;
}
.TagClassName
{
border-color: #DB4F04;
}
</style>