Shades of Tenne (Tawny) #DB4E07
Tints of Tenne (Tawny) #DB4E07
RGB
CMYK
RGB Variations
Color information
#DB4E07 (or 0xDB4E07) is known color: Tenne (Tawny). HEX triplet: DB, 4E and 07. RGB value is (219,78,7). Sum of RGB (Red+Green+Blue) = 219+78+7=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4E07 is #24B1F8. Grayscale: #707070. Windows color (decimal): -2404857 or 478939. OLE color: 478939.
HSL color Cylindrical-coordinate representation of color #DB4E07: hue angle of 20.09º degrees, saturation: 0.94, 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 #DB4E07 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 7 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.14 |
| HSL | 20.09º | 0.94% | 0.44% | - |
| HSV(B) | 20.09º | 0.97% | 0.86% | - |
| XYZ | 31.98 | 20.52 | 2.48 | - |
| YUV | 112.07 | 68.71 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 7 | 0 | 0.64 | 0.97 | 0.14 | 20.09 | 0.94 | 0.44 |
| Hex | DB | 4E | 7 | 0 | 40 | 61 | E | 14 | 5E | 2C |
| Octal | 333 | 116 | 7 | 0 | 100 | 141 | 16 | 24 | 136 | 54 |
| Binary | 11011011 | 1001110 | 111 | 0 | 1000000 | 1100001 | 1110 | 10100 | 1011110 | 101100 |
Color Harmonies of #DB4E07
Complementary color
Monochromatic Colors of #DB4E07
Black with #DB4E07
Text Example
Text Example
White with #DB4E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E07; }
p { color: rgb(219,78,7); }
H1.HeaderClassName
{
color: #DB4E07;
}
.AnyTagClassName
{
color: #DB4E07;
}
</style>
background-color css
<style>
a { background-color: #DB4E07; }
a { background-color: rgb(219,78,7); }
div.DivClassName
{
background-color: #DB4E07;
}
.BgClassName
{
background-color: #DB4E07;
}
</style>
border-color css
<style>
span { border-color: #DB4E07; }
span { border-color: rgb(219,78,7); }
td.TdClassName
{
border-color: #DB4E07;
}
.TagClassName
{
border-color: #DB4E07;
}
</style>