Shades of Tenne (Tawny) #DB5208
Tints of Tenne (Tawny) #DB5208
RGB
CMYK
RGB Variations
Color information
#DB5208 (or 0xDB5208) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 08. RGB value is (219,82,8). Sum of RGB (Red+Green+Blue) = 219+82+8=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5208 is #24ADF7. Grayscale: #727272. Windows color (decimal): -2403832 or 545499. OLE color: 545499.
HSL color Cylindrical-coordinate representation of color #DB5208: hue angle of 21.04º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB5208 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 8 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.14 |
| HSL | 21.04º | 0.93% | 0.45% | - |
| HSV(B) | 21.04º | 0.96% | 0.86% | - |
| XYZ | 32.27 | 21.11 | 2.6 | - |
| YUV | 114.53 | 67.89 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 8 | 0 | 0.63 | 0.96 | 0.14 | 21.04 | 0.93 | 0.45 |
| Hex | DB | 52 | 8 | 0 | 3F | 60 | E | 15 | 5D | 2D |
| Octal | 333 | 122 | 10 | 0 | 77 | 140 | 16 | 25 | 135 | 55 |
| Binary | 11011011 | 1010010 | 1000 | 0 | 111111 | 1100000 | 1110 | 10101 | 1011101 | 101101 |
Color Harmonies of #DB5208
Complementary color
Monochromatic Colors of #DB5208
Black with #DB5208
Text Example
Text Example
White with #DB5208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5208; }
p { color: rgb(219,82,8); }
H1.HeaderClassName
{
color: #DB5208;
}
.AnyTagClassName
{
color: #DB5208;
}
</style>
background-color css
<style>
a { background-color: #DB5208; }
a { background-color: rgb(219,82,8); }
div.DivClassName
{
background-color: #DB5208;
}
.BgClassName
{
background-color: #DB5208;
}
</style>
border-color css
<style>
span { border-color: #DB5208; }
span { border-color: rgb(219,82,8); }
td.TdClassName
{
border-color: #DB5208;
}
.TagClassName
{
border-color: #DB5208;
}
</style>