Shades of Tenne (Tawny) #DA5508
Tints of Tenne (Tawny) #DA5508
RGB
CMYK
RGB Variations
Color information
#DA5508 (or 0xDA5508) is known color: Tenne (Tawny). HEX triplet: DA, 55 and 08. RGB value is (218,85,8). Sum of RGB (Red+Green+Blue) = 218+85+8=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5508 is #25AAF7. Grayscale: #747474. Windows color (decimal): -2468600 or 546266. OLE color: 546266.
HSL color Cylindrical-coordinate representation of color #DA5508: hue angle of 22º 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 #DA5508 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 8 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.15 |
| HSL | 22º | 0.93% | 0.44% | - |
| HSV(B) | 22º | 0.96% | 0.85% | - |
| XYZ | 32.21 | 21.42 | 2.67 | - |
| YUV | 115.99 | 67.06 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 8 | 0 | 0.61 | 0.96 | 0.15 | 22 | 0.93 | 0.44 |
| Hex | DA | 55 | 8 | 0 | 3D | 60 | F | 16 | 5D | 2C |
| Octal | 332 | 125 | 10 | 0 | 75 | 140 | 17 | 26 | 135 | 54 |
| Binary | 11011010 | 1010101 | 1000 | 0 | 111101 | 1100000 | 1111 | 10110 | 1011101 | 101100 |
Color Harmonies of #DA5508
Complementary color
Monochromatic Colors of #DA5508
Black with #DA5508
Text Example
Text Example
White with #DA5508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5508; }
p { color: rgb(218,85,8); }
H1.HeaderClassName
{
color: #DA5508;
}
.AnyTagClassName
{
color: #DA5508;
}
</style>
background-color css
<style>
a { background-color: #DA5508; }
a { background-color: rgb(218,85,8); }
div.DivClassName
{
background-color: #DA5508;
}
.BgClassName
{
background-color: #DA5508;
}
</style>
border-color css
<style>
span { border-color: #DA5508; }
span { border-color: rgb(218,85,8); }
td.TdClassName
{
border-color: #DA5508;
}
.TagClassName
{
border-color: #DA5508;
}
</style>