Shades of Tenne (Tawny) #DA5C08
Tints of Tenne (Tawny) #DA5C08
RGB
CMYK
RGB Variations
Color information
#DA5C08 (or 0xDA5C08) is known color: Tenne (Tawny). HEX triplet: DA, 5C and 08. RGB value is (218,92,8). Sum of RGB (Red+Green+Blue) = 218+92+8=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5C08 is #25A3F7. Grayscale: #787878. Windows color (decimal): -2466808 or 548058. OLE color: 548058.
HSL color Cylindrical-coordinate representation of color #DA5C08: hue angle of 24º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA5C08 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.15 |
| HSL | 24º | 0.93% | 0.44% | - |
| HSV(B) | 24º | 0.96% | 0.85% | - |
| XYZ | 32.78 | 22.58 | 2.86 | - |
| YUV | 120.1 | 64.74 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 8 | 0 | 0.58 | 0.96 | 0.15 | 24 | 0.93 | 0.44 |
| Hex | DA | 5C | 8 | 0 | 3A | 60 | F | 18 | 5D | 2C |
| Octal | 332 | 134 | 10 | 0 | 72 | 140 | 17 | 30 | 135 | 54 |
| Binary | 11011010 | 1011100 | 1000 | 0 | 111010 | 1100000 | 1111 | 11000 | 1011101 | 101100 |
Color Harmonies of #DA5C08
Complementary color
Monochromatic Colors of #DA5C08
Black with #DA5C08
Text Example
Text Example
White with #DA5C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C08; }
p { color: rgb(218,92,8); }
H1.HeaderClassName
{
color: #DA5C08;
}
.AnyTagClassName
{
color: #DA5C08;
}
</style>
background-color css
<style>
a { background-color: #DA5C08; }
a { background-color: rgb(218,92,8); }
div.DivClassName
{
background-color: #DA5C08;
}
.BgClassName
{
background-color: #DA5C08;
}
</style>
border-color css
<style>
span { border-color: #DA5C08; }
span { border-color: rgb(218,92,8); }
td.TdClassName
{
border-color: #DA5C08;
}
.TagClassName
{
border-color: #DA5C08;
}
</style>