Shades of Tenne (Tawny) #DB5107
Tints of Tenne (Tawny) #DB5107
RGB
CMYK
RGB Variations
Color information
#DB5107 (or 0xDB5107) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 07. RGB value is (219,81,7). Sum of RGB (Red+Green+Blue) = 219+81+7=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5107 is #24AEF8. Grayscale: #727272. Windows color (decimal): -2404089 or 479707. OLE color: 479707.
HSL color Cylindrical-coordinate representation of color #DB5107: hue angle of 20.94º 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 #DB5107 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 7 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.14 |
| HSL | 20.94º | 0.94% | 0.44% | - |
| HSV(B) | 20.94º | 0.97% | 0.86% | - |
| XYZ | 32.19 | 20.96 | 2.55 | - |
| YUV | 113.83 | 67.72 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 7 | 0 | 0.63 | 0.97 | 0.14 | 20.94 | 0.94 | 0.44 |
| Hex | DB | 51 | 7 | 0 | 3F | 61 | E | 15 | 5E | 2C |
| Octal | 333 | 121 | 7 | 0 | 77 | 141 | 16 | 25 | 136 | 54 |
| Binary | 11011011 | 1010001 | 111 | 0 | 111111 | 1100001 | 1110 | 10101 | 1011110 | 101100 |
Color Harmonies of #DB5107
Complementary color
Monochromatic Colors of #DB5107
Black with #DB5107
Text Example
Text Example
White with #DB5107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5107; }
p { color: rgb(219,81,7); }
H1.HeaderClassName
{
color: #DB5107;
}
.AnyTagClassName
{
color: #DB5107;
}
</style>
background-color css
<style>
a { background-color: #DB5107; }
a { background-color: rgb(219,81,7); }
div.DivClassName
{
background-color: #DB5107;
}
.BgClassName
{
background-color: #DB5107;
}
</style>
border-color css
<style>
span { border-color: #DB5107; }
span { border-color: rgb(219,81,7); }
td.TdClassName
{
border-color: #DB5107;
}
.TagClassName
{
border-color: #DB5107;
}
</style>