Shades of Tenne (Tawny) #DB5001
Tints of Tenne (Tawny) #DB5001
RGB
CMYK
RGB Variations
Color information
#DB5001 (or 0xDB5001) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 01. RGB value is (219,80,1). Sum of RGB (Red+Green+Blue) = 219+80+1=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5001 is #24AFFE. Grayscale: #717171. Windows color (decimal): -2404351 or 86235. OLE color: 86235.
HSL color Cylindrical-coordinate representation of color #DB5001: hue angle of 21.74º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB5001 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.14 |
| HSL | 21.74º | 0.99% | 0.43% | - |
| HSV(B) | 21.74º | 1% | 0.86% | - |
| XYZ | 32.09 | 20.8 | 2.35 | - |
| YUV | 112.56 | 65.05 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 1 | 0 | 0.63 | 1.00 | 0.14 | 21.74 | 0.99 | 0.43 |
| Hex | DB | 50 | 1 | 0 | 3F | 64 | E | 16 | 63 | 2B |
| Octal | 333 | 120 | 1 | 0 | 77 | 144 | 16 | 26 | 143 | 53 |
| Binary | 11011011 | 1010000 | 1 | 0 | 111111 | 1100100 | 1110 | 10110 | 1100011 | 101011 |
Color Harmonies of #DB5001
Complementary color
Monochromatic Colors of #DB5001
Black with #DB5001
Text Example
Text Example
White with #DB5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5001; }
p { color: rgb(219,80,1); }
H1.HeaderClassName
{
color: #DB5001;
}
.AnyTagClassName
{
color: #DB5001;
}
</style>
background-color css
<style>
a { background-color: #DB5001; }
a { background-color: rgb(219,80,1); }
div.DivClassName
{
background-color: #DB5001;
}
.BgClassName
{
background-color: #DB5001;
}
</style>
border-color css
<style>
span { border-color: #DB5001; }
span { border-color: rgb(219,80,1); }
td.TdClassName
{
border-color: #DB5001;
}
.TagClassName
{
border-color: #DB5001;
}
</style>