Shades of Tenne (Tawny) #DB5F0B
Tints of Tenne (Tawny) #DB5F0B
RGB
CMYK
RGB Variations
Color information
#DB5F0B (or 0xDB5F0B) is known color: Tenne (Tawny). HEX triplet: DB, 5F and 0B. RGB value is (219,95,11). Sum of RGB (Red+Green+Blue) = 219+95+11=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F0B is #24A0F4. Grayscale: #7A7A7A. Windows color (decimal): -2400501 or 745435. OLE color: 745435.
HSL color Cylindrical-coordinate representation of color #DB5F0B: hue angle of 24.23º degrees, saturation: 0.9, 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 #DB5F0B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.14 |
| HSL | 24.23º | 0.9% | 0.45% | - |
| HSV(B) | 24.23º | 0.95% | 0.86% | - |
| XYZ | 33.37 | 23.27 | 3.05 | - |
| YUV | 122.5 | 65.08 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 11 | 0 | 0.57 | 0.95 | 0.14 | 24.23 | 0.9 | 0.45 |
| Hex | DB | 5F | B | 0 | 39 | 5F | E | 18 | 5A | 2D |
| Octal | 333 | 137 | 13 | 0 | 71 | 137 | 16 | 30 | 132 | 55 |
| Binary | 11011011 | 1011111 | 1011 | 0 | 111001 | 1011111 | 1110 | 11000 | 1011010 | 101101 |
Color Harmonies of #DB5F0B
Complementary color
Monochromatic Colors of #DB5F0B
Black with #DB5F0B
Text Example
Text Example
White with #DB5F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F0B; }
p { color: rgb(219,95,11); }
H1.HeaderClassName
{
color: #DB5F0B;
}
.AnyTagClassName
{
color: #DB5F0B;
}
</style>
background-color css
<style>
a { background-color: #DB5F0B; }
a { background-color: rgb(219,95,11); }
div.DivClassName
{
background-color: #DB5F0B;
}
.BgClassName
{
background-color: #DB5F0B;
}
</style>
border-color css
<style>
span { border-color: #DB5F0B; }
span { border-color: rgb(219,95,11); }
td.TdClassName
{
border-color: #DB5F0B;
}
.TagClassName
{
border-color: #DB5F0B;
}
</style>