Shades of Tenne (Tawny) #DB4F15
Tints of Tenne (Tawny) #DB4F15
RGB
CMYK
RGB Variations
Color information
#DB4F15 (or 0xDB4F15) is known color: Tenne (Tawny). HEX triplet: DB, 4F and 15. RGB value is (219,79,21). Sum of RGB (Red+Green+Blue) = 219+79+21=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F15 is #24B0EA. Grayscale: #727272. Windows color (decimal): -2404587 or 1396699. OLE color: 1396699.
HSL color Cylindrical-coordinate representation of color #DB4F15: hue angle of 17.58º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB4F15 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 21 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.14 |
| HSL | 17.58º | 0.83% | 0.47% | - |
| HSV(B) | 17.58º | 0.9% | 0.86% | - |
| XYZ | 32.14 | 20.71 | 3.01 | - |
| YUV | 114.25 | 75.38 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 21 | 0 | 0.64 | 0.90 | 0.14 | 17.58 | 0.83 | 0.47 |
| Hex | DB | 4F | 15 | 0 | 40 | 5A | E | 12 | 52 | 2F |
| Octal | 333 | 117 | 25 | 0 | 100 | 132 | 16 | 22 | 122 | 57 |
| Binary | 11011011 | 1001111 | 10101 | 0 | 1000000 | 1011010 | 1110 | 10010 | 1010010 | 101111 |
Color Harmonies of #DB4F15
Complementary color
Monochromatic Colors of #DB4F15
Black with #DB4F15
Text Example
Text Example
White with #DB4F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F15; }
p { color: rgb(219,79,21); }
H1.HeaderClassName
{
color: #DB4F15;
}
.AnyTagClassName
{
color: #DB4F15;
}
</style>
background-color css
<style>
a { background-color: #DB4F15; }
a { background-color: rgb(219,79,21); }
div.DivClassName
{
background-color: #DB4F15;
}
.BgClassName
{
background-color: #DB4F15;
}
</style>
border-color css
<style>
span { border-color: #DB4F15; }
span { border-color: rgb(219,79,21); }
td.TdClassName
{
border-color: #DB4F15;
}
.TagClassName
{
border-color: #DB4F15;
}
</style>