Shades of Tenne (Tawny) #DB5A0F
Tints of Tenne (Tawny) #DB5A0F
RGB
CMYK
RGB Variations
Color information
#DB5A0F (or 0xDB5A0F) is known color: Tenne (Tawny). HEX triplet: DB, 5A and 0F. RGB value is (219,90,15). Sum of RGB (Red+Green+Blue) = 219+90+15=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A0F is #24A5F0. Grayscale: #787878. Windows color (decimal): -2401777 or 1006299. OLE color: 1006299.
HSL color Cylindrical-coordinate representation of color #DB5A0F: hue angle of 22.06º 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 #DB5A0F is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 15 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.14 |
| HSL | 22.06º | 0.87% | 0.46% | - |
| HSV(B) | 22.06º | 0.93% | 0.86% | - |
| XYZ | 32.96 | 22.41 | 3.04 | - |
| YUV | 120.02 | 68.74 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 15 | 0 | 0.59 | 0.93 | 0.14 | 22.06 | 0.87 | 0.46 |
| Hex | DB | 5A | F | 0 | 3B | 5D | E | 16 | 57 | 2E |
| Octal | 333 | 132 | 17 | 0 | 73 | 135 | 16 | 26 | 127 | 56 |
| Binary | 11011011 | 1011010 | 1111 | 0 | 111011 | 1011101 | 1110 | 10110 | 1010111 | 101110 |
Color Harmonies of #DB5A0F
Complementary color
Monochromatic Colors of #DB5A0F
Black with #DB5A0F
Text Example
Text Example
White with #DB5A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A0F; }
p { color: rgb(219,90,15); }
H1.HeaderClassName
{
color: #DB5A0F;
}
.AnyTagClassName
{
color: #DB5A0F;
}
</style>
background-color css
<style>
a { background-color: #DB5A0F; }
a { background-color: rgb(219,90,15); }
div.DivClassName
{
background-color: #DB5A0F;
}
.BgClassName
{
background-color: #DB5A0F;
}
</style>
border-color css
<style>
span { border-color: #DB5A0F; }
span { border-color: rgb(219,90,15); }
td.TdClassName
{
border-color: #DB5A0F;
}
.TagClassName
{
border-color: #DB5A0F;
}
</style>