Shades of Tenne (Tawny) #DB5F0A
Tints of Tenne (Tawny) #DB5F0A
RGB
CMYK
RGB Variations
Color information
#DB5F0A (or 0xDB5F0A) is known color: Tenne (Tawny). HEX triplet: DB, 5F and 0A. RGB value is (219,95,10). Sum of RGB (Red+Green+Blue) = 219+95+10=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F0A is #24A0F5. Grayscale: #7A7A7A. Windows color (decimal): -2400502 or 679899. OLE color: 679899.
HSL color Cylindrical-coordinate representation of color #DB5F0A: hue angle of 24.4º 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 #DB5F0A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.14 |
| HSL | 24.4º | 0.91% | 0.45% | - |
| HSV(B) | 24.4º | 0.95% | 0.86% | - |
| XYZ | 33.36 | 23.27 | 3.02 | - |
| YUV | 122.39 | 64.58 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 10 | 0 | 0.57 | 0.95 | 0.14 | 24.4 | 0.91 | 0.45 |
| Hex | DB | 5F | A | 0 | 39 | 5F | E | 18 | 5B | 2D |
| Octal | 333 | 137 | 12 | 0 | 71 | 137 | 16 | 30 | 133 | 55 |
| Binary | 11011011 | 1011111 | 1010 | 0 | 111001 | 1011111 | 1110 | 11000 | 1011011 | 101101 |
Color Harmonies of #DB5F0A
Complementary color
Monochromatic Colors of #DB5F0A
Black with #DB5F0A
Text Example
Text Example
White with #DB5F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F0A; }
p { color: rgb(219,95,10); }
H1.HeaderClassName
{
color: #DB5F0A;
}
.AnyTagClassName
{
color: #DB5F0A;
}
</style>
background-color css
<style>
a { background-color: #DB5F0A; }
a { background-color: rgb(219,95,10); }
div.DivClassName
{
background-color: #DB5F0A;
}
.BgClassName
{
background-color: #DB5F0A;
}
</style>
border-color css
<style>
span { border-color: #DB5F0A; }
span { border-color: rgb(219,95,10); }
td.TdClassName
{
border-color: #DB5F0A;
}
.TagClassName
{
border-color: #DB5F0A;
}
</style>