Shades of Tenne (Tawny) #DB5313
Tints of Tenne (Tawny) #DB5313
RGB
CMYK
RGB Variations
Color information
#DB5313 (or 0xDB5313) is known color: Tenne (Tawny). HEX triplet: DB, 53 and 13. RGB value is (219,83,19). Sum of RGB (Red+Green+Blue) = 219+83+19=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5313 is #24ACEC. Grayscale: #747474. Windows color (decimal): -2403565 or 1266651. OLE color: 1266651.
HSL color Cylindrical-coordinate representation of color #DB5313: hue angle of 19.2º 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 #DB5313 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 19 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.14 |
| HSL | 19.2º | 0.84% | 0.47% | - |
| HSV(B) | 19.2º | 0.91% | 0.86% | - |
| XYZ | 32.42 | 21.29 | 3.02 | - |
| YUV | 116.37 | 73.06 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 19 | 0 | 0.62 | 0.91 | 0.14 | 19.2 | 0.84 | 0.47 |
| Hex | DB | 53 | 13 | 0 | 3E | 5B | E | 13 | 54 | 2F |
| Octal | 333 | 123 | 23 | 0 | 76 | 133 | 16 | 23 | 124 | 57 |
| Binary | 11011011 | 1010011 | 10011 | 0 | 111110 | 1011011 | 1110 | 10011 | 1010100 | 101111 |
Color Harmonies of #DB5313
Complementary color
Monochromatic Colors of #DB5313
Black with #DB5313
Text Example
Text Example
White with #DB5313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5313; }
p { color: rgb(219,83,19); }
H1.HeaderClassName
{
color: #DB5313;
}
.AnyTagClassName
{
color: #DB5313;
}
</style>
background-color css
<style>
a { background-color: #DB5313; }
a { background-color: rgb(219,83,19); }
div.DivClassName
{
background-color: #DB5313;
}
.BgClassName
{
background-color: #DB5313;
}
</style>
border-color css
<style>
span { border-color: #DB5313; }
span { border-color: rgb(219,83,19); }
td.TdClassName
{
border-color: #DB5313;
}
.TagClassName
{
border-color: #DB5313;
}
</style>