Shades of Tenne (Tawny) #DB5205
Tints of Tenne (Tawny) #DB5205
RGB
CMYK
RGB Variations
Color information
#DB5205 (or 0xDB5205) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 05. RGB value is (219,82,5). Sum of RGB (Red+Green+Blue) = 219+82+5=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5205 is #24ADFA. Grayscale: #727272. Windows color (decimal): -2403835 or 348891. OLE color: 348891.
HSL color Cylindrical-coordinate representation of color #DB5205: hue angle of 21.59º 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 #DB5205 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.14 |
| HSL | 21.59º | 0.96% | 0.44% | - |
| HSV(B) | 21.59º | 0.98% | 0.86% | - |
| XYZ | 32.26 | 21.11 | 2.52 | - |
| YUV | 114.19 | 66.39 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 5 | 0 | 0.63 | 0.98 | 0.14 | 21.59 | 0.96 | 0.44 |
| Hex | DB | 52 | 5 | 0 | 3F | 62 | E | 16 | 60 | 2C |
| Octal | 333 | 122 | 5 | 0 | 77 | 142 | 16 | 26 | 140 | 54 |
| Binary | 11011011 | 1010010 | 101 | 0 | 111111 | 1100010 | 1110 | 10110 | 1100000 | 101100 |
Color Harmonies of #DB5205
Complementary color
Monochromatic Colors of #DB5205
Black with #DB5205
Text Example
Text Example
White with #DB5205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5205; }
p { color: rgb(219,82,5); }
H1.HeaderClassName
{
color: #DB5205;
}
.AnyTagClassName
{
color: #DB5205;
}
</style>
background-color css
<style>
a { background-color: #DB5205; }
a { background-color: rgb(219,82,5); }
div.DivClassName
{
background-color: #DB5205;
}
.BgClassName
{
background-color: #DB5205;
}
</style>
border-color css
<style>
span { border-color: #DB5205; }
span { border-color: rgb(219,82,5); }
td.TdClassName
{
border-color: #DB5205;
}
.TagClassName
{
border-color: #DB5205;
}
</style>