Shades of Tenne (Tawny) #DB5006
Tints of Tenne (Tawny) #DB5006
RGB
CMYK
RGB Variations
Color information
#DB5006 (or 0xDB5006) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 06. RGB value is (219,80,6). Sum of RGB (Red+Green+Blue) = 219+80+6=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5006 is #24AFF9. Grayscale: #717171. Windows color (decimal): -2404346 or 413915. OLE color: 413915.
HSL color Cylindrical-coordinate representation of color #DB5006: hue angle of 20.85º 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 #DB5006 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.14 |
| HSL | 20.85º | 0.95% | 0.44% | - |
| HSV(B) | 20.85º | 0.97% | 0.86% | - |
| XYZ | 32.11 | 20.81 | 2.5 | - |
| YUV | 113.13 | 67.55 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 6 | 0 | 0.63 | 0.97 | 0.14 | 20.85 | 0.95 | 0.44 |
| Hex | DB | 50 | 6 | 0 | 3F | 61 | E | 15 | 5F | 2C |
| Octal | 333 | 120 | 6 | 0 | 77 | 141 | 16 | 25 | 137 | 54 |
| Binary | 11011011 | 1010000 | 110 | 0 | 111111 | 1100001 | 1110 | 10101 | 1011111 | 101100 |
Color Harmonies of #DB5006
Complementary color
Monochromatic Colors of #DB5006
Black with #DB5006
Text Example
Text Example
White with #DB5006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5006; }
p { color: rgb(219,80,6); }
H1.HeaderClassName
{
color: #DB5006;
}
.AnyTagClassName
{
color: #DB5006;
}
</style>
background-color css
<style>
a { background-color: #DB5006; }
a { background-color: rgb(219,80,6); }
div.DivClassName
{
background-color: #DB5006;
}
.BgClassName
{
background-color: #DB5006;
}
</style>
border-color css
<style>
span { border-color: #DB5006; }
span { border-color: rgb(219,80,6); }
td.TdClassName
{
border-color: #DB5006;
}
.TagClassName
{
border-color: #DB5006;
}
</style>