Shades of Tenne (Tawny) #DA510F
Tints of Tenne (Tawny) #DA510F
RGB
CMYK
RGB Variations
Color information
#DA510F (or 0xDA510F) is known color: Tenne (Tawny). HEX triplet: DA, 51 and 0F. RGB value is (218,81,15). Sum of RGB (Red+Green+Blue) = 218+81+15=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA510F is #25AEF0. Grayscale: #727272. Windows color (decimal): -2469617 or 1003994. OLE color: 1003994.
HSL color Cylindrical-coordinate representation of color #DA510F: hue angle of 19.51º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA510F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.15 |
| HSL | 19.51º | 0.87% | 0.46% | - |
| HSV(B) | 19.51º | 0.93% | 0.85% | - |
| XYZ | 31.94 | 20.82 | 2.79 | - |
| YUV | 114.44 | 71.89 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 15 | 0 | 0.63 | 0.93 | 0.15 | 19.51 | 0.87 | 0.46 |
| Hex | DA | 51 | F | 0 | 3F | 5D | F | 14 | 57 | 2E |
| Octal | 332 | 121 | 17 | 0 | 77 | 135 | 17 | 24 | 127 | 56 |
| Binary | 11011010 | 1010001 | 1111 | 0 | 111111 | 1011101 | 1111 | 10100 | 1010111 | 101110 |
Color Harmonies of #DA510F
Complementary color
Monochromatic Colors of #DA510F
Black with #DA510F
Text Example
Text Example
White with #DA510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA510F; }
p { color: rgb(218,81,15); }
H1.HeaderClassName
{
color: #DA510F;
}
.AnyTagClassName
{
color: #DA510F;
}
</style>
background-color css
<style>
a { background-color: #DA510F; }
a { background-color: rgb(218,81,15); }
div.DivClassName
{
background-color: #DA510F;
}
.BgClassName
{
background-color: #DA510F;
}
</style>
border-color css
<style>
span { border-color: #DA510F; }
span { border-color: rgb(218,81,15); }
td.TdClassName
{
border-color: #DA510F;
}
.TagClassName
{
border-color: #DA510F;
}
</style>