Shades of Tenne (Tawny) #DA560F
Tints of Tenne (Tawny) #DA560F
RGB
CMYK
RGB Variations
Color information
#DA560F (or 0xDA560F) is known color: Tenne (Tawny). HEX triplet: DA, 56 and 0F. RGB value is (218,86,15). Sum of RGB (Red+Green+Blue) = 218+86+15=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA560F is #25A9F0. Grayscale: #757575. Windows color (decimal): -2468337 or 1005274. OLE color: 1005274.
HSL color Cylindrical-coordinate representation of color #DA560F: hue angle of 20.99º 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 #DA560F is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 15 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.15 |
| HSL | 20.99º | 0.87% | 0.46% | - |
| HSV(B) | 20.99º | 0.93% | 0.85% | - |
| XYZ | 32.33 | 21.6 | 2.92 | - |
| YUV | 117.37 | 70.23 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 15 | 0 | 0.61 | 0.93 | 0.15 | 20.99 | 0.87 | 0.46 |
| Hex | DA | 56 | F | 0 | 3D | 5D | F | 15 | 57 | 2E |
| Octal | 332 | 126 | 17 | 0 | 75 | 135 | 17 | 25 | 127 | 56 |
| Binary | 11011010 | 1010110 | 1111 | 0 | 111101 | 1011101 | 1111 | 10101 | 1010111 | 101110 |
Color Harmonies of #DA560F
Complementary color
Monochromatic Colors of #DA560F
Black with #DA560F
Text Example
Text Example
White with #DA560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA560F; }
p { color: rgb(218,86,15); }
H1.HeaderClassName
{
color: #DA560F;
}
.AnyTagClassName
{
color: #DA560F;
}
</style>
background-color css
<style>
a { background-color: #DA560F; }
a { background-color: rgb(218,86,15); }
div.DivClassName
{
background-color: #DA560F;
}
.BgClassName
{
background-color: #DA560F;
}
</style>
border-color css
<style>
span { border-color: #DA560F; }
span { border-color: rgb(218,86,15); }
td.TdClassName
{
border-color: #DA560F;
}
.TagClassName
{
border-color: #DA560F;
}
</style>