Shades of Tenne (Tawny) #DA580A
Tints of Tenne (Tawny) #DA580A
RGB
CMYK
RGB Variations
Color information
#DA580A (or 0xDA580A) is known color: Tenne (Tawny). HEX triplet: DA, 58 and 0A. RGB value is (218,88,10). Sum of RGB (Red+Green+Blue) = 218+88+10=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA580A is #25A7F5. Grayscale: #767676. Windows color (decimal): -2467830 or 678106. OLE color: 678106.
HSL color Cylindrical-coordinate representation of color #DA580A: hue angle of 22.5º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA580A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 10 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.15 |
| HSL | 22.5º | 0.91% | 0.45% | - |
| HSV(B) | 22.5º | 0.95% | 0.85% | - |
| XYZ | 32.46 | 21.91 | 2.8 | - |
| YUV | 117.98 | 67.07 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 10 | 0 | 0.60 | 0.95 | 0.15 | 22.5 | 0.91 | 0.45 |
| Hex | DA | 58 | A | 0 | 3C | 5F | F | 16 | 5B | 2D |
| Octal | 332 | 130 | 12 | 0 | 74 | 137 | 17 | 26 | 133 | 55 |
| Binary | 11011010 | 1011000 | 1010 | 0 | 111100 | 1011111 | 1111 | 10110 | 1011011 | 101101 |
Color Harmonies of #DA580A
Complementary color
Monochromatic Colors of #DA580A
Black with #DA580A
Text Example
Text Example
White with #DA580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA580A; }
p { color: rgb(218,88,10); }
H1.HeaderClassName
{
color: #DA580A;
}
.AnyTagClassName
{
color: #DA580A;
}
</style>
background-color css
<style>
a { background-color: #DA580A; }
a { background-color: rgb(218,88,10); }
div.DivClassName
{
background-color: #DA580A;
}
.BgClassName
{
background-color: #DA580A;
}
</style>
border-color css
<style>
span { border-color: #DA580A; }
span { border-color: rgb(218,88,10); }
td.TdClassName
{
border-color: #DA580A;
}
.TagClassName
{
border-color: #DA580A;
}
</style>