Shades of Tenne (Tawny) #DB6100
Tints of Tenne (Tawny) #DB6100
RGB
CMYK
RGB Variations
Color information
#DB6100 (or 0xDB6100) is known color: Tenne (Tawny). HEX triplet: DB, 61 and 00. RGB value is (219,97,0). Sum of RGB (Red+Green+Blue) = 219+97+0=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6100 is #249EFF. Grayscale: #7A7A7A. Windows color (decimal): -2400000 or 25051. OLE color: 25051.
HSL color Cylindrical-coordinate representation of color #DB6100: hue angle of 26.58º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB6100 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.14 |
| HSL | 26.58º | 1% | 0.43% | - |
| HSV(B) | 26.58º | 1% | 0.86% | - |
| XYZ | 33.49 | 23.61 | 2.79 | - |
| YUV | 122.42 | 58.92 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 0 | 0 | 0.56 | 1 | 0.14 | 26.58 | 1 | 0.43 |
| Hex | DB | 61 | 0 | 0 | 38 | 64 | E | 1B | 64 | 2B |
| Octal | 333 | 141 | 0 | 0 | 70 | 144 | 16 | 33 | 144 | 53 |
| Binary | 11011011 | 1100001 | 0 | 0 | 111000 | 1100100 | 1110 | 11011 | 1100100 | 101011 |
Color Harmonies of #DB6100
Complementary color
Monochromatic Colors of #DB6100
Black with #DB6100
Text Example
Text Example
White with #DB6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6100; }
p { color: rgb(219,97,0); }
H1.HeaderClassName
{
color: #DB6100;
}
.AnyTagClassName
{
color: #DB6100;
}
</style>
background-color css
<style>
a { background-color: #DB6100; }
a { background-color: rgb(219,97,0); }
div.DivClassName
{
background-color: #DB6100;
}
.BgClassName
{
background-color: #DB6100;
}
</style>
border-color css
<style>
span { border-color: #DB6100; }
span { border-color: rgb(219,97,0); }
td.TdClassName
{
border-color: #DB6100;
}
.TagClassName
{
border-color: #DB6100;
}
</style>