Shades of Tenne (Tawny) #DA5F00
Tints of Tenne (Tawny) #DA5F00
RGB
CMYK
RGB Variations
Color information
#DA5F00 (or 0xDA5F00) is known color: Tenne (Tawny). HEX triplet: DA, 5F and 00. RGB value is (218,95,0). Sum of RGB (Red+Green+Blue) = 218+95+0=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5F00 is #25A0FF. Grayscale: #797979. Windows color (decimal): -2466048 or 24538. OLE color: 24538.
HSL color Cylindrical-coordinate representation of color #DA5F00: hue angle of 26.15º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA5F00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 95 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.15 |
| HSL | 26.15º | 1% | 0.43% | - |
| HSV(B) | 26.15º | 1% | 0.85% | - |
| XYZ | 33.01 | 23.09 | 2.72 | - |
| YUV | 120.95 | 59.75 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 0 | 0 | 0.56 | 1 | 0.15 | 26.15 | 1 | 0.43 |
| Hex | DA | 5F | 0 | 0 | 38 | 64 | F | 1A | 64 | 2B |
| Octal | 332 | 137 | 0 | 0 | 70 | 144 | 17 | 32 | 144 | 53 |
| Binary | 11011010 | 1011111 | 0 | 0 | 111000 | 1100100 | 1111 | 11010 | 1100100 | 101011 |
Color Harmonies of #DA5F00
Complementary color
Monochromatic Colors of #DA5F00
Black with #DA5F00
Text Example
Text Example
White with #DA5F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5F00; }
p { color: rgb(218,95,0); }
H1.HeaderClassName
{
color: #DA5F00;
}
.AnyTagClassName
{
color: #DA5F00;
}
</style>
background-color css
<style>
a { background-color: #DA5F00; }
a { background-color: rgb(218,95,0); }
div.DivClassName
{
background-color: #DA5F00;
}
.BgClassName
{
background-color: #DA5F00;
}
</style>
border-color css
<style>
span { border-color: #DA5F00; }
span { border-color: rgb(218,95,0); }
td.TdClassName
{
border-color: #DA5F00;
}
.TagClassName
{
border-color: #DA5F00;
}
</style>