Shades of Tenne (Tawny) #DA510C
Tints of Tenne (Tawny) #DA510C
RGB
CMYK
RGB Variations
Color information
#DA510C (or 0xDA510C) is known color: Tenne (Tawny). HEX triplet: DA, 51 and 0C. RGB value is (218,81,12). Sum of RGB (Red+Green+Blue) = 218+81+12=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA510C is #25AEF3. Grayscale: #727272. Windows color (decimal): -2469620 or 807386. OLE color: 807386.
HSL color Cylindrical-coordinate representation of color #DA510C: hue angle of 20.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA510C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.15 |
| HSL | 20.1º | 0.9% | 0.45% | - |
| HSV(B) | 20.1º | 0.94% | 0.85% | - |
| XYZ | 31.92 | 20.82 | 2.68 | - |
| YUV | 114.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 12 | 0 | 0.63 | 0.94 | 0.15 | 20.1 | 0.9 | 0.45 |
| Hex | DA | 51 | C | 0 | 3F | 5E | F | 14 | 5A | 2D |
| Octal | 332 | 121 | 14 | 0 | 77 | 136 | 17 | 24 | 132 | 55 |
| Binary | 11011010 | 1010001 | 1100 | 0 | 111111 | 1011110 | 1111 | 10100 | 1011010 | 101101 |
Color Harmonies of #DA510C
Complementary color
Monochromatic Colors of #DA510C
Black with #DA510C
Text Example
Text Example
White with #DA510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA510C; }
p { color: rgb(218,81,12); }
H1.HeaderClassName
{
color: #DA510C;
}
.AnyTagClassName
{
color: #DA510C;
}
</style>
background-color css
<style>
a { background-color: #DA510C; }
a { background-color: rgb(218,81,12); }
div.DivClassName
{
background-color: #DA510C;
}
.BgClassName
{
background-color: #DA510C;
}
</style>
border-color css
<style>
span { border-color: #DA510C; }
span { border-color: rgb(218,81,12); }
td.TdClassName
{
border-color: #DA510C;
}
.TagClassName
{
border-color: #DA510C;
}
</style>