Shades of Tenne (Tawny) #DB5D07
Tints of Tenne (Tawny) #DB5D07
RGB
CMYK
RGB Variations
Color information
#DB5D07 (or 0xDB5D07) is known color: Tenne (Tawny). HEX triplet: DB, 5D and 07. RGB value is (219,93,7). Sum of RGB (Red+Green+Blue) = 219+93+7=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5D07 is #24A2F8. Grayscale: #797979. Windows color (decimal): -2401017 or 482779. OLE color: 482779.
HSL color Cylindrical-coordinate representation of color #DB5D07: hue angle of 24.34º 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 #DB5D07 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 7 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.14 |
| HSL | 24.34º | 0.94% | 0.44% | - |
| HSV(B) | 24.34º | 0.97% | 0.86% | - |
| XYZ | 33.17 | 22.9 | 2.87 | - |
| YUV | 120.87 | 63.74 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 7 | 0 | 0.58 | 0.97 | 0.14 | 24.34 | 0.94 | 0.44 |
| Hex | DB | 5D | 7 | 0 | 3A | 61 | E | 18 | 5E | 2C |
| Octal | 333 | 135 | 7 | 0 | 72 | 141 | 16 | 30 | 136 | 54 |
| Binary | 11011011 | 1011101 | 111 | 0 | 111010 | 1100001 | 1110 | 11000 | 1011110 | 101100 |
Color Harmonies of #DB5D07
Complementary color
Monochromatic Colors of #DB5D07
Black with #DB5D07
Text Example
Text Example
White with #DB5D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D07; }
p { color: rgb(219,93,7); }
H1.HeaderClassName
{
color: #DB5D07;
}
.AnyTagClassName
{
color: #DB5D07;
}
</style>
background-color css
<style>
a { background-color: #DB5D07; }
a { background-color: rgb(219,93,7); }
div.DivClassName
{
background-color: #DB5D07;
}
.BgClassName
{
background-color: #DB5D07;
}
</style>
border-color css
<style>
span { border-color: #DB5D07; }
span { border-color: rgb(219,93,7); }
td.TdClassName
{
border-color: #DB5D07;
}
.TagClassName
{
border-color: #DB5D07;
}
</style>