Shades of Tenne (Tawny) #DB5310
Tints of Tenne (Tawny) #DB5310
RGB
CMYK
RGB Variations
Color information
#DB5310 (or 0xDB5310) is known color: Tenne (Tawny). HEX triplet: DB, 53 and 10. RGB value is (219,83,16). Sum of RGB (Red+Green+Blue) = 219+83+16=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5310 is #24ACEF. Grayscale: #747474. Windows color (decimal): -2403568 or 1070043. OLE color: 1070043.
HSL color Cylindrical-coordinate representation of color #DB5310: hue angle of 19.8º 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 #DB5310 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 16 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.14 |
| HSL | 19.8º | 0.86% | 0.46% | - |
| HSV(B) | 19.8º | 0.93% | 0.86% | - |
| XYZ | 32.4 | 21.28 | 2.89 | - |
| YUV | 116.03 | 71.56 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 16 | 0 | 0.62 | 0.93 | 0.14 | 19.8 | 0.86 | 0.46 |
| Hex | DB | 53 | 10 | 0 | 3E | 5D | E | 14 | 56 | 2E |
| Octal | 333 | 123 | 20 | 0 | 76 | 135 | 16 | 24 | 126 | 56 |
| Binary | 11011011 | 1010011 | 10000 | 0 | 111110 | 1011101 | 1110 | 10100 | 1010110 | 101110 |
Color Harmonies of #DB5310
Complementary color
Monochromatic Colors of #DB5310
Black with #DB5310
Text Example
Text Example
White with #DB5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5310; }
p { color: rgb(219,83,16); }
H1.HeaderClassName
{
color: #DB5310;
}
.AnyTagClassName
{
color: #DB5310;
}
</style>
background-color css
<style>
a { background-color: #DB5310; }
a { background-color: rgb(219,83,16); }
div.DivClassName
{
background-color: #DB5310;
}
.BgClassName
{
background-color: #DB5310;
}
</style>
border-color css
<style>
span { border-color: #DB5310; }
span { border-color: rgb(219,83,16); }
td.TdClassName
{
border-color: #DB5310;
}
.TagClassName
{
border-color: #DB5310;
}
</style>