Shades of Tenne (Tawny) #DA5C0A
Tints of Tenne (Tawny) #DA5C0A
RGB
CMYK
RGB Variations
Color information
#DA5C0A (or 0xDA5C0A) is known color: Tenne (Tawny). HEX triplet: DA, 5C and 0A. RGB value is (218,92,10). Sum of RGB (Red+Green+Blue) = 218+92+10=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5C0A is #25A3F5. Grayscale: #787878. Windows color (decimal): -2466806 or 679130. OLE color: 679130.
HSL color Cylindrical-coordinate representation of color #DA5C0A: hue angle of 23.65º 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 #DA5C0A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.15 |
| HSL | 23.65º | 0.91% | 0.45% | - |
| HSV(B) | 23.65º | 0.95% | 0.85% | - |
| XYZ | 32.8 | 22.58 | 2.92 | - |
| YUV | 120.33 | 65.74 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 10 | 0 | 0.58 | 0.95 | 0.15 | 23.65 | 0.91 | 0.45 |
| Hex | DA | 5C | A | 0 | 3A | 5F | F | 18 | 5B | 2D |
| Octal | 332 | 134 | 12 | 0 | 72 | 137 | 17 | 30 | 133 | 55 |
| Binary | 11011010 | 1011100 | 1010 | 0 | 111010 | 1011111 | 1111 | 11000 | 1011011 | 101101 |
Color Harmonies of #DA5C0A
Complementary color
Monochromatic Colors of #DA5C0A
Black with #DA5C0A
Text Example
Text Example
White with #DA5C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C0A; }
p { color: rgb(218,92,10); }
H1.HeaderClassName
{
color: #DA5C0A;
}
.AnyTagClassName
{
color: #DA5C0A;
}
</style>
background-color css
<style>
a { background-color: #DA5C0A; }
a { background-color: rgb(218,92,10); }
div.DivClassName
{
background-color: #DA5C0A;
}
.BgClassName
{
background-color: #DA5C0A;
}
</style>
border-color css
<style>
span { border-color: #DA5C0A; }
span { border-color: rgb(218,92,10); }
td.TdClassName
{
border-color: #DA5C0A;
}
.TagClassName
{
border-color: #DA5C0A;
}
</style>