Shades of Tenne (Tawny) #DA5F0D
Tints of Tenne (Tawny) #DA5F0D
RGB
CMYK
RGB Variations
Color information
#DA5F0D (or 0xDA5F0D) is known color: Tenne (Tawny). HEX triplet: DA, 5F and 0D. RGB value is (218,95,13). Sum of RGB (Red+Green+Blue) = 218+95+13=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5F0D is #25A0F2. Grayscale: #7A7A7A. Windows color (decimal): -2466035 or 876506. OLE color: 876506.
HSL color Cylindrical-coordinate representation of color #DA5F0D: hue angle of 24º degrees, saturation: 0.89, 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 #DA5F0D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 95 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.15 |
| HSL | 24º | 0.89% | 0.45% | - |
| HSV(B) | 24º | 0.94% | 0.85% | - |
| XYZ | 33.08 | 23.12 | 3.1 | - |
| YUV | 122.43 | 66.25 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 13 | 0 | 0.56 | 0.94 | 0.15 | 24 | 0.89 | 0.45 |
| Hex | DA | 5F | D | 0 | 38 | 5E | F | 18 | 59 | 2D |
| Octal | 332 | 137 | 15 | 0 | 70 | 136 | 17 | 30 | 131 | 55 |
| Binary | 11011010 | 1011111 | 1101 | 0 | 111000 | 1011110 | 1111 | 11000 | 1011001 | 101101 |
Color Harmonies of #DA5F0D
Complementary color
Monochromatic Colors of #DA5F0D
Black with #DA5F0D
Text Example
Text Example
White with #DA5F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5F0D; }
p { color: rgb(218,95,13); }
H1.HeaderClassName
{
color: #DA5F0D;
}
.AnyTagClassName
{
color: #DA5F0D;
}
</style>
background-color css
<style>
a { background-color: #DA5F0D; }
a { background-color: rgb(218,95,13); }
div.DivClassName
{
background-color: #DA5F0D;
}
.BgClassName
{
background-color: #DA5F0D;
}
</style>
border-color css
<style>
span { border-color: #DA5F0D; }
span { border-color: rgb(218,95,13); }
td.TdClassName
{
border-color: #DA5F0D;
}
.TagClassName
{
border-color: #DA5F0D;
}
</style>