Shades of Tenne (Tawny) #DB590F
Tints of Tenne (Tawny) #DB590F
RGB
CMYK
RGB Variations
Color information
#DB590F (or 0xDB590F) is known color: Tenne (Tawny). HEX triplet: DB, 59 and 0F. RGB value is (219,89,15). Sum of RGB (Red+Green+Blue) = 219+89+15=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB590F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB590F is #24A6F0. Grayscale: #777777. Windows color (decimal): -2402033 or 1006043. OLE color: 1006043.
HSL color Cylindrical-coordinate representation of color #DB590F: hue angle of 21.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB590F is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 15 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.14 |
| HSL | 21.76º | 0.87% | 0.46% | - |
| HSV(B) | 21.76º | 0.93% | 0.86% | - |
| XYZ | 32.87 | 22.24 | 3.01 | - |
| YUV | 119.43 | 69.07 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 15 | 0 | 0.59 | 0.93 | 0.14 | 21.76 | 0.87 | 0.46 |
| Hex | DB | 59 | F | 0 | 3B | 5D | E | 16 | 57 | 2E |
| Octal | 333 | 131 | 17 | 0 | 73 | 135 | 16 | 26 | 127 | 56 |
| Binary | 11011011 | 1011001 | 1111 | 0 | 111011 | 1011101 | 1110 | 10110 | 1010111 | 101110 |
Color Harmonies of #DB590F
Complementary color
Monochromatic Colors of #DB590F
Black with #DB590F
Text Example
Text Example
White with #DB590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB590F; }
p { color: rgb(219,89,15); }
H1.HeaderClassName
{
color: #DB590F;
}
.AnyTagClassName
{
color: #DB590F;
}
</style>
background-color css
<style>
a { background-color: #DB590F; }
a { background-color: rgb(219,89,15); }
div.DivClassName
{
background-color: #DB590F;
}
.BgClassName
{
background-color: #DB590F;
}
</style>
border-color css
<style>
span { border-color: #DB590F; }
span { border-color: rgb(219,89,15); }
td.TdClassName
{
border-color: #DB590F;
}
.TagClassName
{
border-color: #DB590F;
}
</style>