Shades of Tenne (Tawny) #DB4A04
Tints of Tenne (Tawny) #DB4A04
RGB
CMYK
RGB Variations
Color information
#DB4A04 (or 0xDB4A04) is known color: Tenne (Tawny). HEX triplet: DB, 4A and 04. RGB value is (219,74,4). Sum of RGB (Red+Green+Blue) = 219+74+4=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A04 is #24B5FB. Grayscale: #6D6D6D. Windows color (decimal): -2405884 or 281307. OLE color: 281307.
HSL color Cylindrical-coordinate representation of color #DB4A04: hue angle of 19.53º 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 #DB4A04 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.14 |
| HSL | 19.53º | 0.96% | 0.44% | - |
| HSV(B) | 19.53º | 0.98% | 0.86% | - |
| XYZ | 31.68 | 19.97 | 2.3 | - |
| YUV | 109.38 | 68.54 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 4 | 0 | 0.66 | 0.98 | 0.14 | 19.53 | 0.96 | 0.44 |
| Hex | DB | 4A | 4 | 0 | 42 | 62 | E | 14 | 60 | 2C |
| Octal | 333 | 112 | 4 | 0 | 102 | 142 | 16 | 24 | 140 | 54 |
| Binary | 11011011 | 1001010 | 100 | 0 | 1000010 | 1100010 | 1110 | 10100 | 1100000 | 101100 |
Color Harmonies of #DB4A04
Complementary color
Monochromatic Colors of #DB4A04
Black with #DB4A04
Text Example
Text Example
White with #DB4A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A04; }
p { color: rgb(219,74,4); }
H1.HeaderClassName
{
color: #DB4A04;
}
.AnyTagClassName
{
color: #DB4A04;
}
</style>
background-color css
<style>
a { background-color: #DB4A04; }
a { background-color: rgb(219,74,4); }
div.DivClassName
{
background-color: #DB4A04;
}
.BgClassName
{
background-color: #DB4A04;
}
</style>
border-color css
<style>
span { border-color: #DB4A04; }
span { border-color: rgb(219,74,4); }
td.TdClassName
{
border-color: #DB4A04;
}
.TagClassName
{
border-color: #DB4A04;
}
</style>