Shades of Tenne (Tawny) #DB5213
Tints of Tenne (Tawny) #DB5213
RGB
CMYK
RGB Variations
Color information
#DB5213 (or 0xDB5213) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 13. RGB value is (219,82,19). Sum of RGB (Red+Green+Blue) = 219+82+19=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5213 is #24ADEC. Grayscale: #747474. Windows color (decimal): -2403821 or 1266395. OLE color: 1266395.
HSL color Cylindrical-coordinate representation of color #DB5213: hue angle of 18.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB5213 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 19 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.14 |
| HSL | 18.9º | 0.84% | 0.47% | - |
| HSV(B) | 18.9º | 0.91% | 0.86% | - |
| XYZ | 32.35 | 21.14 | 2.99 | - |
| YUV | 115.78 | 73.39 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 19 | 0 | 0.63 | 0.91 | 0.14 | 18.9 | 0.84 | 0.47 |
| Hex | DB | 52 | 13 | 0 | 3F | 5B | E | 13 | 54 | 2F |
| Octal | 333 | 122 | 23 | 0 | 77 | 133 | 16 | 23 | 124 | 57 |
| Binary | 11011011 | 1010010 | 10011 | 0 | 111111 | 1011011 | 1110 | 10011 | 1010100 | 101111 |
Color Harmonies of #DB5213
Complementary color
Monochromatic Colors of #DB5213
Black with #DB5213
Text Example
Text Example
White with #DB5213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5213; }
p { color: rgb(219,82,19); }
H1.HeaderClassName
{
color: #DB5213;
}
.AnyTagClassName
{
color: #DB5213;
}
</style>
background-color css
<style>
a { background-color: #DB5213; }
a { background-color: rgb(219,82,19); }
div.DivClassName
{
background-color: #DB5213;
}
.BgClassName
{
background-color: #DB5213;
}
</style>
border-color css
<style>
span { border-color: #DB5213; }
span { border-color: rgb(219,82,19); }
td.TdClassName
{
border-color: #DB5213;
}
.TagClassName
{
border-color: #DB5213;
}
</style>