Shades of Tenne (Tawny) #DB6206
Tints of Tenne (Tawny) #DB6206
RGB
CMYK
RGB Variations
Color information
#DB6206 (or 0xDB6206) is known color: Tenne (Tawny). HEX triplet: DB, 62 and 06. RGB value is (219,98,6). Sum of RGB (Red+Green+Blue) = 219+98+6=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6206 is #249DF9. Grayscale: #7C7C7C. Windows color (decimal): -2399738 or 418523. OLE color: 418523.
HSL color Cylindrical-coordinate representation of color #DB6206: hue angle of 25.92º 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 #DB6206 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 6 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.14 |
| HSL | 25.92º | 0.95% | 0.44% | - |
| HSV(B) | 25.92º | 0.97% | 0.86% | - |
| XYZ | 33.61 | 23.81 | 3 | - |
| YUV | 123.69 | 61.59 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 6 | 0 | 0.55 | 0.97 | 0.14 | 25.92 | 0.95 | 0.44 |
| Hex | DB | 62 | 6 | 0 | 37 | 61 | E | 1A | 5F | 2C |
| Octal | 333 | 142 | 6 | 0 | 67 | 141 | 16 | 32 | 137 | 54 |
| Binary | 11011011 | 1100010 | 110 | 0 | 110111 | 1100001 | 1110 | 11010 | 1011111 | 101100 |
Color Harmonies of #DB6206
Complementary color
Monochromatic Colors of #DB6206
Black with #DB6206
Text Example
Text Example
White with #DB6206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6206; }
p { color: rgb(219,98,6); }
H1.HeaderClassName
{
color: #DB6206;
}
.AnyTagClassName
{
color: #DB6206;
}
</style>
background-color css
<style>
a { background-color: #DB6206; }
a { background-color: rgb(219,98,6); }
div.DivClassName
{
background-color: #DB6206;
}
.BgClassName
{
background-color: #DB6206;
}
</style>
border-color css
<style>
span { border-color: #DB6206; }
span { border-color: rgb(219,98,6); }
td.TdClassName
{
border-color: #DB6206;
}
.TagClassName
{
border-color: #DB6206;
}
</style>