Shades of Tenne (Tawny) #DA5505
Tints of Tenne (Tawny) #DA5505
RGB
CMYK
RGB Variations
Color information
#DA5505 (or 0xDA5505) is known color: Tenne (Tawny). HEX triplet: DA, 55 and 05. RGB value is (218,85,5). Sum of RGB (Red+Green+Blue) = 218+85+5=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5505 is #25AAFA. Grayscale: #747474. Windows color (decimal): -2468603 or 349658. OLE color: 349658.
HSL color Cylindrical-coordinate representation of color #DA5505: hue angle of 22.54º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA5505 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.15 |
| HSL | 22.54º | 0.96% | 0.44% | - |
| HSV(B) | 22.54º | 0.98% | 0.85% | - |
| XYZ | 32.19 | 21.41 | 2.58 | - |
| YUV | 115.65 | 65.56 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 5 | 0 | 0.61 | 0.98 | 0.15 | 22.54 | 0.96 | 0.44 |
| Hex | DA | 55 | 5 | 0 | 3D | 62 | F | 17 | 60 | 2C |
| Octal | 332 | 125 | 5 | 0 | 75 | 142 | 17 | 27 | 140 | 54 |
| Binary | 11011010 | 1010101 | 101 | 0 | 111101 | 1100010 | 1111 | 10111 | 1100000 | 101100 |
Color Harmonies of #DA5505
Complementary color
Monochromatic Colors of #DA5505
Black with #DA5505
Text Example
Text Example
White with #DA5505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5505; }
p { color: rgb(218,85,5); }
H1.HeaderClassName
{
color: #DA5505;
}
.AnyTagClassName
{
color: #DA5505;
}
</style>
background-color css
<style>
a { background-color: #DA5505; }
a { background-color: rgb(218,85,5); }
div.DivClassName
{
background-color: #DA5505;
}
.BgClassName
{
background-color: #DA5505;
}
</style>
border-color css
<style>
span { border-color: #DA5505; }
span { border-color: rgb(218,85,5); }
td.TdClassName
{
border-color: #DA5505;
}
.TagClassName
{
border-color: #DA5505;
}
</style>