Shades of Tenne (Tawny) #DB4E08
Tints of Tenne (Tawny) #DB4E08
RGB
CMYK
RGB Variations
Color information
#DB4E08 (or 0xDB4E08) is known color: Tenne (Tawny). HEX triplet: DB, 4E and 08. RGB value is (219,78,8). Sum of RGB (Red+Green+Blue) = 219+78+8=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4E08 is #24B1F7. Grayscale: #707070. Windows color (decimal): -2404856 or 544475. OLE color: 544475.
HSL color Cylindrical-coordinate representation of color #DB4E08: hue angle of 19.91º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB4E08 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.14 |
| HSL | 19.91º | 0.93% | 0.45% | - |
| HSV(B) | 19.91º | 0.96% | 0.86% | - |
| XYZ | 31.98 | 20.53 | 2.51 | - |
| YUV | 112.18 | 69.21 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 8 | 0 | 0.64 | 0.96 | 0.14 | 19.91 | 0.93 | 0.45 |
| Hex | DB | 4E | 8 | 0 | 40 | 60 | E | 14 | 5D | 2D |
| Octal | 333 | 116 | 10 | 0 | 100 | 140 | 16 | 24 | 135 | 55 |
| Binary | 11011011 | 1001110 | 1000 | 0 | 1000000 | 1100000 | 1110 | 10100 | 1011101 | 101101 |
Color Harmonies of #DB4E08
Complementary color
Monochromatic Colors of #DB4E08
Black with #DB4E08
Text Example
Text Example
White with #DB4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E08; }
p { color: rgb(219,78,8); }
H1.HeaderClassName
{
color: #DB4E08;
}
.AnyTagClassName
{
color: #DB4E08;
}
</style>
background-color css
<style>
a { background-color: #DB4E08; }
a { background-color: rgb(219,78,8); }
div.DivClassName
{
background-color: #DB4E08;
}
.BgClassName
{
background-color: #DB4E08;
}
</style>
border-color css
<style>
span { border-color: #DB4E08; }
span { border-color: rgb(219,78,8); }
td.TdClassName
{
border-color: #DB4E08;
}
.TagClassName
{
border-color: #DB4E08;
}
</style>