Shades of Tenne (Tawny) #DB510D
Tints of Tenne (Tawny) #DB510D
RGB
CMYK
RGB Variations
Color information
#DB510D (or 0xDB510D) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 0D. RGB value is (219,81,13). Sum of RGB (Red+Green+Blue) = 219+81+13=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB510D is #24AEF2. Grayscale: #727272. Windows color (decimal): -2404083 or 872923. OLE color: 872923.
HSL color Cylindrical-coordinate representation of color #DB510D: hue angle of 19.81º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB510D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.14 |
| HSL | 19.81º | 0.89% | 0.45% | - |
| HSV(B) | 19.81º | 0.94% | 0.86% | - |
| XYZ | 32.23 | 20.97 | 2.73 | - |
| YUV | 114.51 | 70.72 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 13 | 0 | 0.63 | 0.94 | 0.14 | 19.81 | 0.89 | 0.45 |
| Hex | DB | 51 | D | 0 | 3F | 5E | E | 14 | 59 | 2D |
| Octal | 333 | 121 | 15 | 0 | 77 | 136 | 16 | 24 | 131 | 55 |
| Binary | 11011011 | 1010001 | 1101 | 0 | 111111 | 1011110 | 1110 | 10100 | 1011001 | 101101 |
Color Harmonies of #DB510D
Complementary color
Monochromatic Colors of #DB510D
Black with #DB510D
Text Example
Text Example
White with #DB510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB510D; }
p { color: rgb(219,81,13); }
H1.HeaderClassName
{
color: #DB510D;
}
.AnyTagClassName
{
color: #DB510D;
}
</style>
background-color css
<style>
a { background-color: #DB510D; }
a { background-color: rgb(219,81,13); }
div.DivClassName
{
background-color: #DB510D;
}
.BgClassName
{
background-color: #DB510D;
}
</style>
border-color css
<style>
span { border-color: #DB510D; }
span { border-color: rgb(219,81,13); }
td.TdClassName
{
border-color: #DB510D;
}
.TagClassName
{
border-color: #DB510D;
}
</style>