Shades of Tenne (Tawny) #DA5213
Tints of Tenne (Tawny) #DA5213
RGB
CMYK
RGB Variations
Color information
#DA5213 (or 0xDA5213) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 13. RGB value is (218,82,19). Sum of RGB (Red+Green+Blue) = 218+82+19=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5213 is #25ADEC. Grayscale: #737373. Windows color (decimal): -2469357 or 1266394. OLE color: 1266394.
HSL color Cylindrical-coordinate representation of color #DA5213: hue angle of 18.99º 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 #DA5213 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 19 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.15 |
| HSL | 18.99º | 0.84% | 0.46% | - |
| HSV(B) | 18.99º | 0.91% | 0.85% | - |
| XYZ | 32.05 | 20.99 | 2.98 | - |
| YUV | 115.48 | 73.56 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 19 | 0 | 0.62 | 0.91 | 0.15 | 18.99 | 0.84 | 0.46 |
| Hex | DA | 52 | 13 | 0 | 3E | 5B | F | 13 | 54 | 2E |
| Octal | 332 | 122 | 23 | 0 | 76 | 133 | 17 | 23 | 124 | 56 |
| Binary | 11011010 | 1010010 | 10011 | 0 | 111110 | 1011011 | 1111 | 10011 | 1010100 | 101110 |
Color Harmonies of #DA5213
Complementary color
Monochromatic Colors of #DA5213
Black with #DA5213
Text Example
Text Example
White with #DA5213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5213; }
p { color: rgb(218,82,19); }
H1.HeaderClassName
{
color: #DA5213;
}
.AnyTagClassName
{
color: #DA5213;
}
</style>
background-color css
<style>
a { background-color: #DA5213; }
a { background-color: rgb(218,82,19); }
div.DivClassName
{
background-color: #DA5213;
}
.BgClassName
{
background-color: #DA5213;
}
</style>
border-color css
<style>
span { border-color: #DA5213; }
span { border-color: rgb(218,82,19); }
td.TdClassName
{
border-color: #DA5213;
}
.TagClassName
{
border-color: #DA5213;
}
</style>