Shades of Tenne (Tawny) #DA590B
Tints of Tenne (Tawny) #DA590B
RGB
CMYK
RGB Variations
Color information
#DA590B (or 0xDA590B) is known color: Tenne (Tawny). HEX triplet: DA, 59 and 0B. RGB value is (218,89,11). Sum of RGB (Red+Green+Blue) = 218+89+11=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA590B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA590B is #25A6F4. Grayscale: #777777. Windows color (decimal): -2467573 or 743898. OLE color: 743898.
HSL color Cylindrical-coordinate representation of color #DA590B: hue angle of 22.61º degrees, saturation: 0.9, 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 #DA590B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.15 |
| HSL | 22.61º | 0.9% | 0.45% | - |
| HSV(B) | 22.61º | 0.95% | 0.85% | - |
| XYZ | 32.55 | 22.07 | 2.86 | - |
| YUV | 118.68 | 67.24 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 11 | 0 | 0.59 | 0.95 | 0.15 | 22.61 | 0.9 | 0.45 |
| Hex | DA | 59 | B | 0 | 3B | 5F | F | 17 | 5A | 2D |
| Octal | 332 | 131 | 13 | 0 | 73 | 137 | 17 | 27 | 132 | 55 |
| Binary | 11011010 | 1011001 | 1011 | 0 | 111011 | 1011111 | 1111 | 10111 | 1011010 | 101101 |
Color Harmonies of #DA590B
Complementary color
Monochromatic Colors of #DA590B
Black with #DA590B
Text Example
Text Example
White with #DA590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA590B; }
p { color: rgb(218,89,11); }
H1.HeaderClassName
{
color: #DA590B;
}
.AnyTagClassName
{
color: #DA590B;
}
</style>
background-color css
<style>
a { background-color: #DA590B; }
a { background-color: rgb(218,89,11); }
div.DivClassName
{
background-color: #DA590B;
}
.BgClassName
{
background-color: #DA590B;
}
</style>
border-color css
<style>
span { border-color: #DA590B; }
span { border-color: rgb(218,89,11); }
td.TdClassName
{
border-color: #DA590B;
}
.TagClassName
{
border-color: #DA590B;
}
</style>