Shades of Tenne (Tawny) #DB4E05
Tints of Tenne (Tawny) #DB4E05
RGB
CMYK
RGB Variations
Color information
#DB4E05 (or 0xDB4E05) is known color: Tenne (Tawny). HEX triplet: DB, 4E and 05. RGB value is (219,78,5). Sum of RGB (Red+Green+Blue) = 219+78+5=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4E05 is #24B1FA. Grayscale: #707070. Windows color (decimal): -2404859 or 347867. OLE color: 347867.
HSL color Cylindrical-coordinate representation of color #DB4E05: hue angle of 20.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB4E05 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.14 |
| HSL | 20.47º | 0.96% | 0.44% | - |
| HSV(B) | 20.47º | 0.98% | 0.86% | - |
| XYZ | 31.97 | 20.52 | 2.42 | - |
| YUV | 111.84 | 67.71 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 5 | 0 | 0.64 | 0.98 | 0.14 | 20.47 | 0.96 | 0.44 |
| Hex | DB | 4E | 5 | 0 | 40 | 62 | E | 14 | 60 | 2C |
| Octal | 333 | 116 | 5 | 0 | 100 | 142 | 16 | 24 | 140 | 54 |
| Binary | 11011011 | 1001110 | 101 | 0 | 1000000 | 1100010 | 1110 | 10100 | 1100000 | 101100 |
Color Harmonies of #DB4E05
Complementary color
Monochromatic Colors of #DB4E05
Black with #DB4E05
Text Example
Text Example
White with #DB4E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E05; }
p { color: rgb(219,78,5); }
H1.HeaderClassName
{
color: #DB4E05;
}
.AnyTagClassName
{
color: #DB4E05;
}
</style>
background-color css
<style>
a { background-color: #DB4E05; }
a { background-color: rgb(219,78,5); }
div.DivClassName
{
background-color: #DB4E05;
}
.BgClassName
{
background-color: #DB4E05;
}
</style>
border-color css
<style>
span { border-color: #DB4E05; }
span { border-color: rgb(219,78,5); }
td.TdClassName
{
border-color: #DB4E05;
}
.TagClassName
{
border-color: #DB4E05;
}
</style>