Shades of Tenne (Tawny) #DB6205
Tints of Tenne (Tawny) #DB6205
RGB
CMYK
RGB Variations
Color information
#DB6205 (or 0xDB6205) is known color: Tenne (Tawny). HEX triplet: DB, 62 and 05. RGB value is (219,98,5). Sum of RGB (Red+Green+Blue) = 219+98+5=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6205 is #249DFA. Grayscale: #7C7C7C. Windows color (decimal): -2399739 or 352987. OLE color: 352987.
HSL color Cylindrical-coordinate representation of color #DB6205: hue angle of 26.07º 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 #DB6205 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 5 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.14 |
| HSL | 26.07º | 0.96% | 0.44% | - |
| HSV(B) | 26.07º | 0.98% | 0.86% | - |
| XYZ | 33.61 | 23.81 | 2.97 | - |
| YUV | 123.58 | 61.09 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 5 | 0 | 0.55 | 0.98 | 0.14 | 26.07 | 0.96 | 0.44 |
| Hex | DB | 62 | 5 | 0 | 37 | 62 | E | 1A | 60 | 2C |
| Octal | 333 | 142 | 5 | 0 | 67 | 142 | 16 | 32 | 140 | 54 |
| Binary | 11011011 | 1100010 | 101 | 0 | 110111 | 1100010 | 1110 | 11010 | 1100000 | 101100 |
Color Harmonies of #DB6205
Complementary color
Monochromatic Colors of #DB6205
Black with #DB6205
Text Example
Text Example
White with #DB6205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6205; }
p { color: rgb(219,98,5); }
H1.HeaderClassName
{
color: #DB6205;
}
.AnyTagClassName
{
color: #DB6205;
}
</style>
background-color css
<style>
a { background-color: #DB6205; }
a { background-color: rgb(219,98,5); }
div.DivClassName
{
background-color: #DB6205;
}
.BgClassName
{
background-color: #DB6205;
}
</style>
border-color css
<style>
span { border-color: #DB6205; }
span { border-color: rgb(219,98,5); }
td.TdClassName
{
border-color: #DB6205;
}
.TagClassName
{
border-color: #DB6205;
}
</style>