Shades of Tenne (Tawny) #DB5010
Tints of Tenne (Tawny) #DB5010
RGB
CMYK
RGB Variations
Color information
#DB5010 (or 0xDB5010) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 10. RGB value is (219,80,16). Sum of RGB (Red+Green+Blue) = 219+80+16=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5010 is #24AFEF. Grayscale: #727272. Windows color (decimal): -2404336 or 1069275. OLE color: 1069275.
HSL color Cylindrical-coordinate representation of color #DB5010: hue angle of 18.92º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB5010 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.14 |
| HSL | 18.92º | 0.86% | 0.46% | - |
| HSV(B) | 18.92º | 0.93% | 0.86% | - |
| XYZ | 32.18 | 20.83 | 2.82 | - |
| YUV | 114.27 | 72.55 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 16 | 0 | 0.63 | 0.93 | 0.14 | 18.92 | 0.86 | 0.46 |
| Hex | DB | 50 | 10 | 0 | 3F | 5D | E | 13 | 56 | 2E |
| Octal | 333 | 120 | 20 | 0 | 77 | 135 | 16 | 23 | 126 | 56 |
| Binary | 11011011 | 1010000 | 10000 | 0 | 111111 | 1011101 | 1110 | 10011 | 1010110 | 101110 |
Color Harmonies of #DB5010
Complementary color
Monochromatic Colors of #DB5010
Black with #DB5010
Text Example
Text Example
White with #DB5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5010; }
p { color: rgb(219,80,16); }
H1.HeaderClassName
{
color: #DB5010;
}
.AnyTagClassName
{
color: #DB5010;
}
</style>
background-color css
<style>
a { background-color: #DB5010; }
a { background-color: rgb(219,80,16); }
div.DivClassName
{
background-color: #DB5010;
}
.BgClassName
{
background-color: #DB5010;
}
</style>
border-color css
<style>
span { border-color: #DB5010; }
span { border-color: rgb(219,80,16); }
td.TdClassName
{
border-color: #DB5010;
}
.TagClassName
{
border-color: #DB5010;
}
</style>