Shades of Tenne (Tawny) #DB5E0A
Tints of Tenne (Tawny) #DB5E0A
RGB
CMYK
RGB Variations
Color information
#DB5E0A (or 0xDB5E0A) is known color: Tenne (Tawny). HEX triplet: DB, 5E and 0A. RGB value is (219,94,10). Sum of RGB (Red+Green+Blue) = 219+94+10=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5E0A is #24A1F5. Grayscale: #7A7A7A. Windows color (decimal): -2400758 or 679643. OLE color: 679643.
HSL color Cylindrical-coordinate representation of color #DB5E0A: hue angle of 24.11º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB5E0A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.14 |
| HSL | 24.11º | 0.91% | 0.45% | - |
| HSV(B) | 24.11º | 0.95% | 0.86% | - |
| XYZ | 33.27 | 23.09 | 2.99 | - |
| YUV | 121.8 | 64.91 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 10 | 0 | 0.57 | 0.95 | 0.14 | 24.11 | 0.91 | 0.45 |
| Hex | DB | 5E | A | 0 | 39 | 5F | E | 18 | 5B | 2D |
| Octal | 333 | 136 | 12 | 0 | 71 | 137 | 16 | 30 | 133 | 55 |
| Binary | 11011011 | 1011110 | 1010 | 0 | 111001 | 1011111 | 1110 | 11000 | 1011011 | 101101 |
Color Harmonies of #DB5E0A
Complementary color
Monochromatic Colors of #DB5E0A
Black with #DB5E0A
Text Example
Text Example
White with #DB5E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E0A; }
p { color: rgb(219,94,10); }
H1.HeaderClassName
{
color: #DB5E0A;
}
.AnyTagClassName
{
color: #DB5E0A;
}
</style>
background-color css
<style>
a { background-color: #DB5E0A; }
a { background-color: rgb(219,94,10); }
div.DivClassName
{
background-color: #DB5E0A;
}
.BgClassName
{
background-color: #DB5E0A;
}
</style>
border-color css
<style>
span { border-color: #DB5E0A; }
span { border-color: rgb(219,94,10); }
td.TdClassName
{
border-color: #DB5E0A;
}
.TagClassName
{
border-color: #DB5E0A;
}
</style>