Shades of Tenne (Tawny) #DB5D06
Tints of Tenne (Tawny) #DB5D06
RGB
CMYK
RGB Variations
Color information
#DB5D06 (or 0xDB5D06) is known color: Tenne (Tawny). HEX triplet: DB, 5D and 06. RGB value is (219,93,6). Sum of RGB (Red+Green+Blue) = 219+93+6=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5D06 is #24A2F9. Grayscale: #797979. Windows color (decimal): -2401018 or 417243. OLE color: 417243.
HSL color Cylindrical-coordinate representation of color #DB5D06: hue angle of 24.51º 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 #DB5D06 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 6 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.14 |
| HSL | 24.51º | 0.95% | 0.44% | - |
| HSV(B) | 24.51º | 0.97% | 0.86% | - |
| XYZ | 33.16 | 22.9 | 2.85 | - |
| YUV | 120.76 | 63.24 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 6 | 0 | 0.58 | 0.97 | 0.14 | 24.51 | 0.95 | 0.44 |
| Hex | DB | 5D | 6 | 0 | 3A | 61 | E | 19 | 5F | 2C |
| Octal | 333 | 135 | 6 | 0 | 72 | 141 | 16 | 31 | 137 | 54 |
| Binary | 11011011 | 1011101 | 110 | 0 | 111010 | 1100001 | 1110 | 11001 | 1011111 | 101100 |
Color Harmonies of #DB5D06
Complementary color
Monochromatic Colors of #DB5D06
Black with #DB5D06
Text Example
Text Example
White with #DB5D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D06; }
p { color: rgb(219,93,6); }
H1.HeaderClassName
{
color: #DB5D06;
}
.AnyTagClassName
{
color: #DB5D06;
}
</style>
background-color css
<style>
a { background-color: #DB5D06; }
a { background-color: rgb(219,93,6); }
div.DivClassName
{
background-color: #DB5D06;
}
.BgClassName
{
background-color: #DB5D06;
}
</style>
border-color css
<style>
span { border-color: #DB5D06; }
span { border-color: rgb(219,93,6); }
td.TdClassName
{
border-color: #DB5D06;
}
.TagClassName
{
border-color: #DB5D06;
}
</style>