Shades of Tenne (Tawny) #DB4E10
Tints of Tenne (Tawny) #DB4E10
RGB
CMYK
RGB Variations
Color information
#DB4E10 (or 0xDB4E10) is known color: Tenne (Tawny). HEX triplet: DB, 4E and 10. RGB value is (219,78,16). Sum of RGB (Red+Green+Blue) = 219+78+16=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4E10 is #24B1EF. Grayscale: #717171. Windows color (decimal): -2404848 or 1068763. OLE color: 1068763.
HSL color Cylindrical-coordinate representation of color #DB4E10: hue angle of 18.33º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB4E10 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 16 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.14 |
| HSL | 18.33º | 0.86% | 0.46% | - |
| HSV(B) | 18.33º | 0.93% | 0.86% | - |
| XYZ | 32.03 | 20.55 | 2.77 | - |
| YUV | 113.09 | 73.21 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 16 | 0 | 0.64 | 0.93 | 0.14 | 18.33 | 0.86 | 0.46 |
| Hex | DB | 4E | 10 | 0 | 40 | 5D | E | 12 | 56 | 2E |
| Octal | 333 | 116 | 20 | 0 | 100 | 135 | 16 | 22 | 126 | 56 |
| Binary | 11011011 | 1001110 | 10000 | 0 | 1000000 | 1011101 | 1110 | 10010 | 1010110 | 101110 |
Color Harmonies of #DB4E10
Complementary color
Monochromatic Colors of #DB4E10
Black with #DB4E10
Text Example
Text Example
White with #DB4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E10; }
p { color: rgb(219,78,16); }
H1.HeaderClassName
{
color: #DB4E10;
}
.AnyTagClassName
{
color: #DB4E10;
}
</style>
background-color css
<style>
a { background-color: #DB4E10; }
a { background-color: rgb(219,78,16); }
div.DivClassName
{
background-color: #DB4E10;
}
.BgClassName
{
background-color: #DB4E10;
}
</style>
border-color css
<style>
span { border-color: #DB4E10; }
span { border-color: rgb(219,78,16); }
td.TdClassName
{
border-color: #DB4E10;
}
.TagClassName
{
border-color: #DB4E10;
}
</style>