Shades of Tenne (Tawny) #DB6006
Tints of Tenne (Tawny) #DB6006
RGB
CMYK
RGB Variations
Color information
#DB6006 (or 0xDB6006) is known color: Tenne (Tawny). HEX triplet: DB, 60 and 06. RGB value is (219,96,6). Sum of RGB (Red+Green+Blue) = 219+96+6=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6006 is #249FF9. Grayscale: #7B7B7B. Windows color (decimal): -2400250 or 418011. OLE color: 418011.
HSL color Cylindrical-coordinate representation of color #DB6006: hue angle of 25.35º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB6006 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 6 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.14 |
| HSL | 25.35º | 0.95% | 0.44% | - |
| HSV(B) | 25.35º | 0.97% | 0.86% | - |
| XYZ | 33.43 | 23.44 | 2.93 | - |
| YUV | 122.52 | 62.25 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 6 | 0 | 0.56 | 0.97 | 0.14 | 25.35 | 0.95 | 0.44 |
| Hex | DB | 60 | 6 | 0 | 38 | 61 | E | 19 | 5F | 2C |
| Octal | 333 | 140 | 6 | 0 | 70 | 141 | 16 | 31 | 137 | 54 |
| Binary | 11011011 | 1100000 | 110 | 0 | 111000 | 1100001 | 1110 | 11001 | 1011111 | 101100 |
Color Harmonies of #DB6006
Complementary color
Monochromatic Colors of #DB6006
Black with #DB6006
Text Example
Text Example
White with #DB6006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6006; }
p { color: rgb(219,96,6); }
H1.HeaderClassName
{
color: #DB6006;
}
.AnyTagClassName
{
color: #DB6006;
}
</style>
background-color css
<style>
a { background-color: #DB6006; }
a { background-color: rgb(219,96,6); }
div.DivClassName
{
background-color: #DB6006;
}
.BgClassName
{
background-color: #DB6006;
}
</style>
border-color css
<style>
span { border-color: #DB6006; }
span { border-color: rgb(219,96,6); }
td.TdClassName
{
border-color: #DB6006;
}
.TagClassName
{
border-color: #DB6006;
}
</style>