Shades of Tenne (Tawny) #DB6207
Tints of Tenne (Tawny) #DB6207
RGB
CMYK
RGB Variations
Color information
#DB6207 (or 0xDB6207) is known color: Tenne (Tawny). HEX triplet: DB, 62 and 07. RGB value is (219,98,7). Sum of RGB (Red+Green+Blue) = 219+98+7=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6207 is #249DF8. Grayscale: #7C7C7C. Windows color (decimal): -2399737 or 484059. OLE color: 484059.
HSL color Cylindrical-coordinate representation of color #DB6207: hue angle of 25.75º degrees, saturation: 0.94, 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 #DB6207 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 7 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.14 |
| HSL | 25.75º | 0.94% | 0.44% | - |
| HSV(B) | 25.75º | 0.97% | 0.86% | - |
| XYZ | 33.62 | 23.81 | 3.03 | - |
| YUV | 123.81 | 62.09 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 7 | 0 | 0.55 | 0.97 | 0.14 | 25.75 | 0.94 | 0.44 |
| Hex | DB | 62 | 7 | 0 | 37 | 61 | E | 1A | 5E | 2C |
| Octal | 333 | 142 | 7 | 0 | 67 | 141 | 16 | 32 | 136 | 54 |
| Binary | 11011011 | 1100010 | 111 | 0 | 110111 | 1100001 | 1110 | 11010 | 1011110 | 101100 |
Color Harmonies of #DB6207
Complementary color
Monochromatic Colors of #DB6207
Black with #DB6207
Text Example
Text Example
White with #DB6207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6207; }
p { color: rgb(219,98,7); }
H1.HeaderClassName
{
color: #DB6207;
}
.AnyTagClassName
{
color: #DB6207;
}
</style>
background-color css
<style>
a { background-color: #DB6207; }
a { background-color: rgb(219,98,7); }
div.DivClassName
{
background-color: #DB6207;
}
.BgClassName
{
background-color: #DB6207;
}
</style>
border-color css
<style>
span { border-color: #DB6207; }
span { border-color: rgb(219,98,7); }
td.TdClassName
{
border-color: #DB6207;
}
.TagClassName
{
border-color: #DB6207;
}
</style>