Shades of Tenne (Tawny) #DA5100
Tints of Tenne (Tawny) #DA5100
RGB
CMYK
RGB Variations
Color information
#DA5100 (or 0xDA5100) is known color: Tenne (Tawny). HEX triplet: DA, 51 and 00. RGB value is (218,81,0). Sum of RGB (Red+Green+Blue) = 218+81+0=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5100 is #25AEFF. Grayscale: #717171. Windows color (decimal): -2469632 or 20954. OLE color: 20954.
HSL color Cylindrical-coordinate representation of color #DA5100: hue angle of 22.29º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA5100 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.15 |
| HSL | 22.29º | 1% | 0.43% | - |
| HSV(B) | 22.29º | 1% | 0.85% | - |
| XYZ | 31.86 | 20.79 | 2.33 | - |
| YUV | 112.73 | 64.39 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 0 | 0 | 0.63 | 1 | 0.15 | 22.29 | 1 | 0.43 |
| Hex | DA | 51 | 0 | 0 | 3F | 64 | F | 16 | 64 | 2B |
| Octal | 332 | 121 | 0 | 0 | 77 | 144 | 17 | 26 | 144 | 53 |
| Binary | 11011010 | 1010001 | 0 | 0 | 111111 | 1100100 | 1111 | 10110 | 1100100 | 101011 |
Color Harmonies of #DA5100
Complementary color
Monochromatic Colors of #DA5100
Black with #DA5100
Text Example
Text Example
White with #DA5100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5100; }
p { color: rgb(218,81,0); }
H1.HeaderClassName
{
color: #DA5100;
}
.AnyTagClassName
{
color: #DA5100;
}
</style>
background-color css
<style>
a { background-color: #DA5100; }
a { background-color: rgb(218,81,0); }
div.DivClassName
{
background-color: #DA5100;
}
.BgClassName
{
background-color: #DA5100;
}
</style>
border-color css
<style>
span { border-color: #DA5100; }
span { border-color: rgb(218,81,0); }
td.TdClassName
{
border-color: #DA5100;
}
.TagClassName
{
border-color: #DA5100;
}
</style>