Shades of Tenne (Tawny) #DB5F05
Tints of Tenne (Tawny) #DB5F05
RGB
CMYK
RGB Variations
Color information
#DB5F05 (or 0xDB5F05) is known color: Tenne (Tawny). HEX triplet: DB, 5F and 05. RGB value is (219,95,5). Sum of RGB (Red+Green+Blue) = 219+95+5=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F05 is #24A0FA. Grayscale: #7A7A7A. Windows color (decimal): -2400507 or 352219. OLE color: 352219.
HSL color Cylindrical-coordinate representation of color #DB5F05: hue angle of 25.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB5F05 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.14 |
| HSL | 25.23º | 0.96% | 0.44% | - |
| HSV(B) | 25.23º | 0.98% | 0.86% | - |
| XYZ | 33.33 | 23.26 | 2.88 | - |
| YUV | 121.82 | 62.08 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 5 | 0 | 0.57 | 0.98 | 0.14 | 25.23 | 0.96 | 0.44 |
| Hex | DB | 5F | 5 | 0 | 39 | 62 | E | 19 | 60 | 2C |
| Octal | 333 | 137 | 5 | 0 | 71 | 142 | 16 | 31 | 140 | 54 |
| Binary | 11011011 | 1011111 | 101 | 0 | 111001 | 1100010 | 1110 | 11001 | 1100000 | 101100 |
Color Harmonies of #DB5F05
Complementary color
Monochromatic Colors of #DB5F05
Black with #DB5F05
Text Example
Text Example
White with #DB5F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F05; }
p { color: rgb(219,95,5); }
H1.HeaderClassName
{
color: #DB5F05;
}
.AnyTagClassName
{
color: #DB5F05;
}
</style>
background-color css
<style>
a { background-color: #DB5F05; }
a { background-color: rgb(219,95,5); }
div.DivClassName
{
background-color: #DB5F05;
}
.BgClassName
{
background-color: #DB5F05;
}
</style>
border-color css
<style>
span { border-color: #DB5F05; }
span { border-color: rgb(219,95,5); }
td.TdClassName
{
border-color: #DB5F05;
}
.TagClassName
{
border-color: #DB5F05;
}
</style>