Shades of Tenne (Tawny) #DB6204
Tints of Tenne (Tawny) #DB6204
RGB
CMYK
RGB Variations
Color information
#DB6204 (or 0xDB6204) is known color: Tenne (Tawny). HEX triplet: DB, 62 and 04. RGB value is (219,98,4). Sum of RGB (Red+Green+Blue) = 219+98+4=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6204 is #249DFB. Grayscale: #7B7B7B. Windows color (decimal): -2399740 or 287451. OLE color: 287451.
HSL color Cylindrical-coordinate representation of color #DB6204: hue angle of 26.23º 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 #DB6204 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.14 |
| HSL | 26.23º | 0.96% | 0.44% | - |
| HSV(B) | 26.23º | 0.98% | 0.86% | - |
| XYZ | 33.6 | 23.8 | 2.94 | - |
| YUV | 123.46 | 60.59 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 4 | 0 | 0.55 | 0.98 | 0.14 | 26.23 | 0.96 | 0.44 |
| Hex | DB | 62 | 4 | 0 | 37 | 62 | E | 1A | 60 | 2C |
| Octal | 333 | 142 | 4 | 0 | 67 | 142 | 16 | 32 | 140 | 54 |
| Binary | 11011011 | 1100010 | 100 | 0 | 110111 | 1100010 | 1110 | 11010 | 1100000 | 101100 |
Color Harmonies of #DB6204
Complementary color
Monochromatic Colors of #DB6204
Black with #DB6204
Text Example
Text Example
White with #DB6204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6204; }
p { color: rgb(219,98,4); }
H1.HeaderClassName
{
color: #DB6204;
}
.AnyTagClassName
{
color: #DB6204;
}
</style>
background-color css
<style>
a { background-color: #DB6204; }
a { background-color: rgb(219,98,4); }
div.DivClassName
{
background-color: #DB6204;
}
.BgClassName
{
background-color: #DB6204;
}
</style>
border-color css
<style>
span { border-color: #DB6204; }
span { border-color: rgb(219,98,4); }
td.TdClassName
{
border-color: #DB6204;
}
.TagClassName
{
border-color: #DB6204;
}
</style>