Shades of Tenne (Tawny) #DA5802
Tints of Tenne (Tawny) #DA5802
RGB
CMYK
RGB Variations
Color information
#DA5802 (or 0xDA5802) is known color: Tenne (Tawny). HEX triplet: DA, 58 and 02. RGB value is (218,88,2). Sum of RGB (Red+Green+Blue) = 218+88+2=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5802 is #25A7FD. Grayscale: #757575. Windows color (decimal): -2467838 or 153818. OLE color: 153818.
HSL color Cylindrical-coordinate representation of color #DA5802: hue angle of 23.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA5802 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.15 |
| HSL | 23.89º | 0.98% | 0.43% | - |
| HSV(B) | 23.89º | 0.99% | 0.85% | - |
| XYZ | 32.41 | 21.89 | 2.57 | - |
| YUV | 117.07 | 63.07 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 2 | 0 | 0.60 | 0.99 | 0.15 | 23.89 | 0.98 | 0.43 |
| Hex | DA | 58 | 2 | 0 | 3C | 63 | F | 18 | 62 | 2B |
| Octal | 332 | 130 | 2 | 0 | 74 | 143 | 17 | 30 | 142 | 53 |
| Binary | 11011010 | 1011000 | 10 | 0 | 111100 | 1100011 | 1111 | 11000 | 1100010 | 101011 |
Color Harmonies of #DA5802
Complementary color
Monochromatic Colors of #DA5802
Black with #DA5802
Text Example
Text Example
White with #DA5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5802; }
p { color: rgb(218,88,2); }
H1.HeaderClassName
{
color: #DA5802;
}
.AnyTagClassName
{
color: #DA5802;
}
</style>
background-color css
<style>
a { background-color: #DA5802; }
a { background-color: rgb(218,88,2); }
div.DivClassName
{
background-color: #DA5802;
}
.BgClassName
{
background-color: #DA5802;
}
</style>
border-color css
<style>
span { border-color: #DA5802; }
span { border-color: rgb(218,88,2); }
td.TdClassName
{
border-color: #DA5802;
}
.TagClassName
{
border-color: #DA5802;
}
</style>