Shades of Tenne (Tawny) #DB4B10
Tints of Tenne (Tawny) #DB4B10
RGB
CMYK
RGB Variations
Color information
#DB4B10 (or 0xDB4B10) is known color: Tenne (Tawny). HEX triplet: DB, 4B and 10. RGB value is (219,75,16). Sum of RGB (Red+Green+Blue) = 219+75+16=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4B10 is #24B4EF. Grayscale: #6F6F6F. Windows color (decimal): -2405616 or 1067995. OLE color: 1067995.
HSL color Cylindrical-coordinate representation of color #DB4B10: hue angle of 17.44º degrees, saturation: 0.86, 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 #DB4B10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.14 |
| HSL | 17.44º | 0.86% | 0.46% | - |
| HSV(B) | 17.44º | 0.93% | 0.86% | - |
| XYZ | 31.82 | 20.13 | 2.7 | - |
| YUV | 111.33 | 74.21 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 16 | 0 | 0.66 | 0.93 | 0.14 | 17.44 | 0.86 | 0.46 |
| Hex | DB | 4B | 10 | 0 | 42 | 5D | E | 11 | 56 | 2E |
| Octal | 333 | 113 | 20 | 0 | 102 | 135 | 16 | 21 | 126 | 56 |
| Binary | 11011011 | 1001011 | 10000 | 0 | 1000010 | 1011101 | 1110 | 10001 | 1010110 | 101110 |
Color Harmonies of #DB4B10
Complementary color
Monochromatic Colors of #DB4B10
Black with #DB4B10
Text Example
Text Example
White with #DB4B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B10; }
p { color: rgb(219,75,16); }
H1.HeaderClassName
{
color: #DB4B10;
}
.AnyTagClassName
{
color: #DB4B10;
}
</style>
background-color css
<style>
a { background-color: #DB4B10; }
a { background-color: rgb(219,75,16); }
div.DivClassName
{
background-color: #DB4B10;
}
.BgClassName
{
background-color: #DB4B10;
}
</style>
border-color css
<style>
span { border-color: #DB4B10; }
span { border-color: rgb(219,75,16); }
td.TdClassName
{
border-color: #DB4B10;
}
.TagClassName
{
border-color: #DB4B10;
}
</style>