Shades of Tenne (Tawny) #DB4E14
Tints of Tenne (Tawny) #DB4E14
RGB
CMYK
RGB Variations
Color information
#DB4E14 (or 0xDB4E14) is known color: Tenne (Tawny). HEX triplet: DB, 4E and 14. RGB value is (219,78,20). Sum of RGB (Red+Green+Blue) = 219+78+20=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4E14 is #24B1EB. Grayscale: #717171. Windows color (decimal): -2404844 or 1330907. OLE color: 1330907.
HSL color Cylindrical-coordinate representation of color #DB4E14: hue angle of 17.49º degrees, saturation: 0.83, 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 #DB4E14 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 20 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.14 |
| HSL | 17.49º | 0.83% | 0.47% | - |
| HSV(B) | 17.49º | 0.91% | 0.86% | - |
| XYZ | 32.06 | 20.56 | 2.94 | - |
| YUV | 113.55 | 75.21 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 20 | 0 | 0.64 | 0.91 | 0.14 | 17.49 | 0.83 | 0.47 |
| Hex | DB | 4E | 14 | 0 | 40 | 5B | E | 11 | 53 | 2F |
| Octal | 333 | 116 | 24 | 0 | 100 | 133 | 16 | 21 | 123 | 57 |
| Binary | 11011011 | 1001110 | 10100 | 0 | 1000000 | 1011011 | 1110 | 10001 | 1010011 | 101111 |
Color Harmonies of #DB4E14
Complementary color
Monochromatic Colors of #DB4E14
Black with #DB4E14
Text Example
Text Example
White with #DB4E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E14; }
p { color: rgb(219,78,20); }
H1.HeaderClassName
{
color: #DB4E14;
}
.AnyTagClassName
{
color: #DB4E14;
}
</style>
background-color css
<style>
a { background-color: #DB4E14; }
a { background-color: rgb(219,78,20); }
div.DivClassName
{
background-color: #DB4E14;
}
.BgClassName
{
background-color: #DB4E14;
}
</style>
border-color css
<style>
span { border-color: #DB4E14; }
span { border-color: rgb(219,78,20); }
td.TdClassName
{
border-color: #DB4E14;
}
.TagClassName
{
border-color: #DB4E14;
}
</style>