Shades of Tenne (Tawny) #DA5113
Tints of Tenne (Tawny) #DA5113
RGB
CMYK
RGB Variations
Color information
#DA5113 (or 0xDA5113) is known color: Tenne (Tawny). HEX triplet: DA, 51 and 13. RGB value is (218,81,19). Sum of RGB (Red+Green+Blue) = 218+81+19=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5113 is #25AEEC. Grayscale: #737373. Windows color (decimal): -2469613 or 1266138. OLE color: 1266138.
HSL color Cylindrical-coordinate representation of color #DA5113: hue angle of 18.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA5113 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 19 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.15 |
| HSL | 18.69º | 0.84% | 0.46% | - |
| HSV(B) | 18.69º | 0.91% | 0.85% | - |
| XYZ | 31.97 | 20.84 | 2.95 | - |
| YUV | 114.9 | 73.89 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 19 | 0 | 0.63 | 0.91 | 0.15 | 18.69 | 0.84 | 0.46 |
| Hex | DA | 51 | 13 | 0 | 3F | 5B | F | 13 | 54 | 2E |
| Octal | 332 | 121 | 23 | 0 | 77 | 133 | 17 | 23 | 124 | 56 |
| Binary | 11011010 | 1010001 | 10011 | 0 | 111111 | 1011011 | 1111 | 10011 | 1010100 | 101110 |
Color Harmonies of #DA5113
Complementary color
Monochromatic Colors of #DA5113
Black with #DA5113
Text Example
Text Example
White with #DA5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5113; }
p { color: rgb(218,81,19); }
H1.HeaderClassName
{
color: #DA5113;
}
.AnyTagClassName
{
color: #DA5113;
}
</style>
background-color css
<style>
a { background-color: #DA5113; }
a { background-color: rgb(218,81,19); }
div.DivClassName
{
background-color: #DA5113;
}
.BgClassName
{
background-color: #DA5113;
}
</style>
border-color css
<style>
span { border-color: #DA5113; }
span { border-color: rgb(218,81,19); }
td.TdClassName
{
border-color: #DA5113;
}
.TagClassName
{
border-color: #DA5113;
}
</style>