Shades of Tenne (Tawny) #DB5206
Tints of Tenne (Tawny) #DB5206
RGB
CMYK
RGB Variations
Color information
#DB5206 (or 0xDB5206) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 06. RGB value is (219,82,6). Sum of RGB (Red+Green+Blue) = 219+82+6=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5206 is #24ADF9. Grayscale: #727272. Windows color (decimal): -2403834 or 414427. OLE color: 414427.
HSL color Cylindrical-coordinate representation of color #DB5206: hue angle of 21.41º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB5206 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.14 |
| HSL | 21.41º | 0.95% | 0.44% | - |
| HSV(B) | 21.41º | 0.97% | 0.86% | - |
| XYZ | 32.26 | 21.11 | 2.55 | - |
| YUV | 114.3 | 66.89 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 6 | 0 | 0.63 | 0.97 | 0.14 | 21.41 | 0.95 | 0.44 |
| Hex | DB | 52 | 6 | 0 | 3F | 61 | E | 15 | 5F | 2C |
| Octal | 333 | 122 | 6 | 0 | 77 | 141 | 16 | 25 | 137 | 54 |
| Binary | 11011011 | 1010010 | 110 | 0 | 111111 | 1100001 | 1110 | 10101 | 1011111 | 101100 |
Color Harmonies of #DB5206
Complementary color
Monochromatic Colors of #DB5206
Black with #DB5206
Text Example
Text Example
White with #DB5206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5206; }
p { color: rgb(219,82,6); }
H1.HeaderClassName
{
color: #DB5206;
}
.AnyTagClassName
{
color: #DB5206;
}
</style>
background-color css
<style>
a { background-color: #DB5206; }
a { background-color: rgb(219,82,6); }
div.DivClassName
{
background-color: #DB5206;
}
.BgClassName
{
background-color: #DB5206;
}
</style>
border-color css
<style>
span { border-color: #DB5206; }
span { border-color: rgb(219,82,6); }
td.TdClassName
{
border-color: #DB5206;
}
.TagClassName
{
border-color: #DB5206;
}
</style>