Shades of Tenne (Tawny) #DA5805
Tints of Tenne (Tawny) #DA5805
RGB
CMYK
RGB Variations
Color information
#DA5805 (or 0xDA5805) is known color: Tenne (Tawny). HEX triplet: DA, 58 and 05. RGB value is (218,88,5). Sum of RGB (Red+Green+Blue) = 218+88+5=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5805 is #25A7FA. Grayscale: #757575. Windows color (decimal): -2467835 or 350426. OLE color: 350426.
HSL color Cylindrical-coordinate representation of color #DA5805: hue angle of 23.38º 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 #DA5805 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.15 |
| HSL | 23.38º | 0.96% | 0.44% | - |
| HSV(B) | 23.38º | 0.98% | 0.85% | - |
| XYZ | 32.43 | 21.9 | 2.66 | - |
| YUV | 117.41 | 64.57 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 5 | 0 | 0.60 | 0.98 | 0.15 | 23.38 | 0.96 | 0.44 |
| Hex | DA | 58 | 5 | 0 | 3C | 62 | F | 17 | 60 | 2C |
| Octal | 332 | 130 | 5 | 0 | 74 | 142 | 17 | 27 | 140 | 54 |
| Binary | 11011010 | 1011000 | 101 | 0 | 111100 | 1100010 | 1111 | 10111 | 1100000 | 101100 |
Color Harmonies of #DA5805
Complementary color
Monochromatic Colors of #DA5805
Black with #DA5805
Text Example
Text Example
White with #DA5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5805; }
p { color: rgb(218,88,5); }
H1.HeaderClassName
{
color: #DA5805;
}
.AnyTagClassName
{
color: #DA5805;
}
</style>
background-color css
<style>
a { background-color: #DA5805; }
a { background-color: rgb(218,88,5); }
div.DivClassName
{
background-color: #DA5805;
}
.BgClassName
{
background-color: #DA5805;
}
</style>
border-color css
<style>
span { border-color: #DA5805; }
span { border-color: rgb(218,88,5); }
td.TdClassName
{
border-color: #DA5805;
}
.TagClassName
{
border-color: #DA5805;
}
</style>