Shades of Tenne (Tawny) #DA5F0A
Tints of Tenne (Tawny) #DA5F0A
RGB
CMYK
RGB Variations
Color information
#DA5F0A (or 0xDA5F0A) is known color: Tenne (Tawny). HEX triplet: DA, 5F and 0A. RGB value is (218,95,10). Sum of RGB (Red+Green+Blue) = 218+95+10=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5F0A is #25A0F5. Grayscale: #7A7A7A. Windows color (decimal): -2466038 or 679898. OLE color: 679898.
HSL color Cylindrical-coordinate representation of color #DA5F0A: hue angle of 24.52º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA5F0A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 95 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.15 |
| HSL | 24.52º | 0.91% | 0.45% | - |
| HSV(B) | 24.52º | 0.95% | 0.85% | - |
| XYZ | 33.06 | 23.11 | 3.01 | - |
| YUV | 122.09 | 64.75 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 10 | 0 | 0.56 | 0.95 | 0.15 | 24.52 | 0.91 | 0.45 |
| Hex | DA | 5F | A | 0 | 38 | 5F | F | 19 | 5B | 2D |
| Octal | 332 | 137 | 12 | 0 | 70 | 137 | 17 | 31 | 133 | 55 |
| Binary | 11011010 | 1011111 | 1010 | 0 | 111000 | 1011111 | 1111 | 11001 | 1011011 | 101101 |
Color Harmonies of #DA5F0A
Complementary color
Monochromatic Colors of #DA5F0A
Black with #DA5F0A
Text Example
Text Example
White with #DA5F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5F0A; }
p { color: rgb(218,95,10); }
H1.HeaderClassName
{
color: #DA5F0A;
}
.AnyTagClassName
{
color: #DA5F0A;
}
</style>
background-color css
<style>
a { background-color: #DA5F0A; }
a { background-color: rgb(218,95,10); }
div.DivClassName
{
background-color: #DA5F0A;
}
.BgClassName
{
background-color: #DA5F0A;
}
</style>
border-color css
<style>
span { border-color: #DA5F0A; }
span { border-color: rgb(218,95,10); }
td.TdClassName
{
border-color: #DA5F0A;
}
.TagClassName
{
border-color: #DA5F0A;
}
</style>