Shades of Tenne (Tawny) #DB4204
Tints of Tenne (Tawny) #DB4204
RGB
CMYK
RGB Variations
Color information
#DB4204 (or 0xDB4204) is known color: Tenne (Tawny). HEX triplet: DB, 42 and 04. RGB value is (219,66,4). Sum of RGB (Red+Green+Blue) = 219+66+4=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4204 is #24BDFB. Grayscale: #696969. Windows color (decimal): -2407932 or 279259. OLE color: 279259.
HSL color Cylindrical-coordinate representation of color #DB4204: hue angle of 17.3º 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 #DB4204 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.14 |
| HSL | 17.3º | 0.96% | 0.44% | - |
| HSV(B) | 17.3º | 0.98% | 0.86% | - |
| XYZ | 31.18 | 18.97 | 2.13 | - |
| YUV | 104.68 | 71.19 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 4 | 0 | 0.70 | 0.98 | 0.14 | 17.3 | 0.96 | 0.44 |
| Hex | DB | 42 | 4 | 0 | 46 | 62 | E | 11 | 60 | 2C |
| Octal | 333 | 102 | 4 | 0 | 106 | 142 | 16 | 21 | 140 | 54 |
| Binary | 11011011 | 1000010 | 100 | 0 | 1000110 | 1100010 | 1110 | 10001 | 1100000 | 101100 |
Color Harmonies of #DB4204
Complementary color
Monochromatic Colors of #DB4204
Black with #DB4204
Text Example
Text Example
White with #DB4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4204; }
p { color: rgb(219,66,4); }
H1.HeaderClassName
{
color: #DB4204;
}
.AnyTagClassName
{
color: #DB4204;
}
</style>
background-color css
<style>
a { background-color: #DB4204; }
a { background-color: rgb(219,66,4); }
div.DivClassName
{
background-color: #DB4204;
}
.BgClassName
{
background-color: #DB4204;
}
</style>
border-color css
<style>
span { border-color: #DB4204; }
span { border-color: rgb(219,66,4); }
td.TdClassName
{
border-color: #DB4204;
}
.TagClassName
{
border-color: #DB4204;
}
</style>