Shades of Tenne (Tawny) #DB5606
Tints of Tenne (Tawny) #DB5606
RGB
CMYK
RGB Variations
Color information
#DB5606 (or 0xDB5606) is known color: Tenne (Tawny). HEX triplet: DB, 56 and 06. RGB value is (219,86,6). Sum of RGB (Red+Green+Blue) = 219+86+6=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5606 is #24A9F9. Grayscale: #757575. Windows color (decimal): -2402810 or 415451. OLE color: 415451.
HSL color Cylindrical-coordinate representation of color #DB5606: hue angle of 22.54º 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 #DB5606 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.14 |
| HSL | 22.54º | 0.95% | 0.44% | - |
| HSV(B) | 22.54º | 0.97% | 0.86% | - |
| XYZ | 32.57 | 21.73 | 2.65 | - |
| YUV | 116.65 | 65.56 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 6 | 0 | 0.61 | 0.97 | 0.14 | 22.54 | 0.95 | 0.44 |
| Hex | DB | 56 | 6 | 0 | 3D | 61 | E | 17 | 5F | 2C |
| Octal | 333 | 126 | 6 | 0 | 75 | 141 | 16 | 27 | 137 | 54 |
| Binary | 11011011 | 1010110 | 110 | 0 | 111101 | 1100001 | 1110 | 10111 | 1011111 | 101100 |
Color Harmonies of #DB5606
Complementary color
Monochromatic Colors of #DB5606
Black with #DB5606
Text Example
Text Example
White with #DB5606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5606; }
p { color: rgb(219,86,6); }
H1.HeaderClassName
{
color: #DB5606;
}
.AnyTagClassName
{
color: #DB5606;
}
</style>
background-color css
<style>
a { background-color: #DB5606; }
a { background-color: rgb(219,86,6); }
div.DivClassName
{
background-color: #DB5606;
}
.BgClassName
{
background-color: #DB5606;
}
</style>
border-color css
<style>
span { border-color: #DB5606; }
span { border-color: rgb(219,86,6); }
td.TdClassName
{
border-color: #DB5606;
}
.TagClassName
{
border-color: #DB5606;
}
</style>