Shades of Tenne (Tawny) #DB4E06
Tints of Tenne (Tawny) #DB4E06
RGB
CMYK
RGB Variations
Color information
#DB4E06 (or 0xDB4E06) is known color: Tenne (Tawny). HEX triplet: DB, 4E and 06. RGB value is (219,78,6). Sum of RGB (Red+Green+Blue) = 219+78+6=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4E06 is #24B1F9. Grayscale: #707070. Windows color (decimal): -2404858 or 413403. OLE color: 413403.
HSL color Cylindrical-coordinate representation of color #DB4E06: hue angle of 20.28º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB4E06 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.14 |
| HSL | 20.28º | 0.95% | 0.44% | - |
| HSV(B) | 20.28º | 0.97% | 0.86% | - |
| XYZ | 31.97 | 20.52 | 2.45 | - |
| YUV | 111.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 6 | 0 | 0.64 | 0.97 | 0.14 | 20.28 | 0.95 | 0.44 |
| Hex | DB | 4E | 6 | 0 | 40 | 61 | E | 14 | 5F | 2C |
| Octal | 333 | 116 | 6 | 0 | 100 | 141 | 16 | 24 | 137 | 54 |
| Binary | 11011011 | 1001110 | 110 | 0 | 1000000 | 1100001 | 1110 | 10100 | 1011111 | 101100 |
Color Harmonies of #DB4E06
Complementary color
Monochromatic Colors of #DB4E06
Black with #DB4E06
Text Example
Text Example
White with #DB4E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E06; }
p { color: rgb(219,78,6); }
H1.HeaderClassName
{
color: #DB4E06;
}
.AnyTagClassName
{
color: #DB4E06;
}
</style>
background-color css
<style>
a { background-color: #DB4E06; }
a { background-color: rgb(219,78,6); }
div.DivClassName
{
background-color: #DB4E06;
}
.BgClassName
{
background-color: #DB4E06;
}
</style>
border-color css
<style>
span { border-color: #DB4E06; }
span { border-color: rgb(219,78,6); }
td.TdClassName
{
border-color: #DB4E06;
}
.TagClassName
{
border-color: #DB4E06;
}
</style>