Shades of Tenne (Tawny) #DA5212
Tints of Tenne (Tawny) #DA5212
RGB
CMYK
RGB Variations
Color information
#DA5212 (or 0xDA5212) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 12. RGB value is (218,82,18). Sum of RGB (Red+Green+Blue) = 218+82+18=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5212 is #25ADED. Grayscale: #737373. Windows color (decimal): -2469358 or 1200858. OLE color: 1200858.
HSL color Cylindrical-coordinate representation of color #DA5212: hue angle of 19.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA5212 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 18 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.15 |
| HSL | 19.2º | 0.85% | 0.46% | - |
| HSV(B) | 19.2º | 0.92% | 0.85% | - |
| XYZ | 32.04 | 20.98 | 2.93 | - |
| YUV | 115.37 | 73.06 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 18 | 0 | 0.62 | 0.92 | 0.15 | 19.2 | 0.85 | 0.46 |
| Hex | DA | 52 | 12 | 0 | 3E | 5C | F | 13 | 55 | 2E |
| Octal | 332 | 122 | 22 | 0 | 76 | 134 | 17 | 23 | 125 | 56 |
| Binary | 11011010 | 1010010 | 10010 | 0 | 111110 | 1011100 | 1111 | 10011 | 1010101 | 101110 |
Color Harmonies of #DA5212
Complementary color
Monochromatic Colors of #DA5212
Black with #DA5212
Text Example
Text Example
White with #DA5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5212; }
p { color: rgb(218,82,18); }
H1.HeaderClassName
{
color: #DA5212;
}
.AnyTagClassName
{
color: #DA5212;
}
</style>
background-color css
<style>
a { background-color: #DA5212; }
a { background-color: rgb(218,82,18); }
div.DivClassName
{
background-color: #DA5212;
}
.BgClassName
{
background-color: #DA5212;
}
</style>
border-color css
<style>
span { border-color: #DA5212; }
span { border-color: rgb(218,82,18); }
td.TdClassName
{
border-color: #DA5212;
}
.TagClassName
{
border-color: #DA5212;
}
</style>