Shades of Tenne (Tawny) #DB4C13
Tints of Tenne (Tawny) #DB4C13
RGB
CMYK
RGB Variations
Color information
#DB4C13 (or 0xDB4C13) is known color: Tenne (Tawny). HEX triplet: DB, 4C and 13. RGB value is (219,76,19). Sum of RGB (Red+Green+Blue) = 219+76+19=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4C13 is #24B3EC. Grayscale: #707070. Windows color (decimal): -2405357 or 1264859. OLE color: 1264859.
HSL color Cylindrical-coordinate representation of color #DB4C13: hue angle of 17.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB4C13 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 19 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.14 |
| HSL | 17.1º | 0.84% | 0.47% | - |
| HSV(B) | 17.1º | 0.91% | 0.86% | - |
| XYZ | 31.92 | 20.28 | 2.85 | - |
| YUV | 112.26 | 75.38 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 19 | 0 | 0.65 | 0.91 | 0.14 | 17.1 | 0.84 | 0.47 |
| Hex | DB | 4C | 13 | 0 | 41 | 5B | E | 11 | 54 | 2F |
| Octal | 333 | 114 | 23 | 0 | 101 | 133 | 16 | 21 | 124 | 57 |
| Binary | 11011011 | 1001100 | 10011 | 0 | 1000001 | 1011011 | 1110 | 10001 | 1010100 | 101111 |
Color Harmonies of #DB4C13
Complementary color
Monochromatic Colors of #DB4C13
Black with #DB4C13
Text Example
Text Example
White with #DB4C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C13; }
p { color: rgb(219,76,19); }
H1.HeaderClassName
{
color: #DB4C13;
}
.AnyTagClassName
{
color: #DB4C13;
}
</style>
background-color css
<style>
a { background-color: #DB4C13; }
a { background-color: rgb(219,76,19); }
div.DivClassName
{
background-color: #DB4C13;
}
.BgClassName
{
background-color: #DB4C13;
}
</style>
border-color css
<style>
span { border-color: #DB4C13; }
span { border-color: rgb(219,76,19); }
td.TdClassName
{
border-color: #DB4C13;
}
.TagClassName
{
border-color: #DB4C13;
}
</style>