Shades of Tenne (Tawny) #DB6105
Tints of Tenne (Tawny) #DB6105
RGB
CMYK
RGB Variations
Color information
#DB6105 (or 0xDB6105) is known color: Tenne (Tawny). HEX triplet: DB, 61 and 05. RGB value is (219,97,5). Sum of RGB (Red+Green+Blue) = 219+97+5=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6105 is #249EFA. Grayscale: #7B7B7B. Windows color (decimal): -2399995 or 352731. OLE color: 352731.
HSL color Cylindrical-coordinate representation of color #DB6105: hue angle of 25.79º 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 #DB6105 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.14 |
| HSL | 25.79º | 0.96% | 0.44% | - |
| HSV(B) | 25.79º | 0.98% | 0.86% | - |
| XYZ | 33.52 | 23.62 | 2.94 | - |
| YUV | 122.99 | 61.42 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 5 | 0 | 0.56 | 0.98 | 0.14 | 25.79 | 0.96 | 0.44 |
| Hex | DB | 61 | 5 | 0 | 38 | 62 | E | 1A | 60 | 2C |
| Octal | 333 | 141 | 5 | 0 | 70 | 142 | 16 | 32 | 140 | 54 |
| Binary | 11011011 | 1100001 | 101 | 0 | 111000 | 1100010 | 1110 | 11010 | 1100000 | 101100 |
Color Harmonies of #DB6105
Complementary color
Monochromatic Colors of #DB6105
Black with #DB6105
Text Example
Text Example
White with #DB6105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6105; }
p { color: rgb(219,97,5); }
H1.HeaderClassName
{
color: #DB6105;
}
.AnyTagClassName
{
color: #DB6105;
}
</style>
background-color css
<style>
a { background-color: #DB6105; }
a { background-color: rgb(219,97,5); }
div.DivClassName
{
background-color: #DB6105;
}
.BgClassName
{
background-color: #DB6105;
}
</style>
border-color css
<style>
span { border-color: #DB6105; }
span { border-color: rgb(219,97,5); }
td.TdClassName
{
border-color: #DB6105;
}
.TagClassName
{
border-color: #DB6105;
}
</style>