Shades of Tenne (Tawny) #DB4F0B
Tints of Tenne (Tawny) #DB4F0B
RGB
CMYK
RGB Variations
Color information
#DB4F0B (or 0xDB4F0B) is known color: Tenne (Tawny). HEX triplet: DB, 4F and 0B. RGB value is (219,79,11). Sum of RGB (Red+Green+Blue) = 219+79+11=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F0B is #24B0F4. Grayscale: #717171. Windows color (decimal): -2404597 or 741339. OLE color: 741339.
HSL color Cylindrical-coordinate representation of color #DB4F0B: hue angle of 19.62º 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 #DB4F0B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.14 |
| HSL | 19.62º | 0.9% | 0.45% | - |
| HSV(B) | 19.62º | 0.95% | 0.86% | - |
| XYZ | 32.07 | 20.68 | 2.62 | - |
| YUV | 113.11 | 70.38 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 11 | 0 | 0.64 | 0.95 | 0.14 | 19.62 | 0.9 | 0.45 |
| Hex | DB | 4F | B | 0 | 40 | 5F | E | 14 | 5A | 2D |
| Octal | 333 | 117 | 13 | 0 | 100 | 137 | 16 | 24 | 132 | 55 |
| Binary | 11011011 | 1001111 | 1011 | 0 | 1000000 | 1011111 | 1110 | 10100 | 1011010 | 101101 |
Color Harmonies of #DB4F0B
Complementary color
Monochromatic Colors of #DB4F0B
Black with #DB4F0B
Text Example
Text Example
White with #DB4F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F0B; }
p { color: rgb(219,79,11); }
H1.HeaderClassName
{
color: #DB4F0B;
}
.AnyTagClassName
{
color: #DB4F0B;
}
</style>
background-color css
<style>
a { background-color: #DB4F0B; }
a { background-color: rgb(219,79,11); }
div.DivClassName
{
background-color: #DB4F0B;
}
.BgClassName
{
background-color: #DB4F0B;
}
</style>
border-color css
<style>
span { border-color: #DB4F0B; }
span { border-color: rgb(219,79,11); }
td.TdClassName
{
border-color: #DB4F0B;
}
.TagClassName
{
border-color: #DB4F0B;
}
</style>