Shades of Tenne (Tawny) #DB4807
Tints of Tenne (Tawny) #DB4807
RGB
CMYK
RGB Variations
Color information
#DB4807 (or 0xDB4807) is known color: Tenne (Tawny). HEX triplet: DB, 48 and 07. RGB value is (219,72,7). Sum of RGB (Red+Green+Blue) = 219+72+7=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4807 is #24B7F8. Grayscale: #6C6C6C. Windows color (decimal): -2406393 or 477403. OLE color: 477403.
HSL color Cylindrical-coordinate representation of color #DB4807: hue angle of 18.4º 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 #DB4807 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 7 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.14 |
| HSL | 18.4º | 0.94% | 0.44% | - |
| HSV(B) | 18.4º | 0.97% | 0.86% | - |
| XYZ | 31.57 | 19.71 | 2.34 | - |
| YUV | 108.54 | 70.7 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 7 | 0 | 0.67 | 0.97 | 0.14 | 18.4 | 0.94 | 0.44 |
| Hex | DB | 48 | 7 | 0 | 43 | 61 | E | 12 | 5E | 2C |
| Octal | 333 | 110 | 7 | 0 | 103 | 141 | 16 | 22 | 136 | 54 |
| Binary | 11011011 | 1001000 | 111 | 0 | 1000011 | 1100001 | 1110 | 10010 | 1011110 | 101100 |
Color Harmonies of #DB4807
Complementary color
Monochromatic Colors of #DB4807
Black with #DB4807
Text Example
Text Example
White with #DB4807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4807; }
p { color: rgb(219,72,7); }
H1.HeaderClassName
{
color: #DB4807;
}
.AnyTagClassName
{
color: #DB4807;
}
</style>
background-color css
<style>
a { background-color: #DB4807; }
a { background-color: rgb(219,72,7); }
div.DivClassName
{
background-color: #DB4807;
}
.BgClassName
{
background-color: #DB4807;
}
</style>
border-color css
<style>
span { border-color: #DB4807; }
span { border-color: rgb(219,72,7); }
td.TdClassName
{
border-color: #DB4807;
}
.TagClassName
{
border-color: #DB4807;
}
</style>