Shades of Tenne (Tawny) #DB5706
Tints of Tenne (Tawny) #DB5706
RGB
CMYK
RGB Variations
Color information
#DB5706 (or 0xDB5706) is known color: Tenne (Tawny). HEX triplet: DB, 57 and 06. RGB value is (219,87,6). Sum of RGB (Red+Green+Blue) = 219+87+6=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5706 is #24A8F9. Grayscale: #757575. Windows color (decimal): -2402554 or 415707. OLE color: 415707.
HSL color Cylindrical-coordinate representation of color #DB5706: hue angle of 22.82º 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 #DB5706 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.14 |
| HSL | 22.82º | 0.95% | 0.44% | - |
| HSV(B) | 22.82º | 0.97% | 0.86% | - |
| XYZ | 32.65 | 21.89 | 2.68 | - |
| YUV | 117.23 | 65.23 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 6 | 0 | 0.60 | 0.97 | 0.14 | 22.82 | 0.95 | 0.44 |
| Hex | DB | 57 | 6 | 0 | 3C | 61 | E | 17 | 5F | 2C |
| Octal | 333 | 127 | 6 | 0 | 74 | 141 | 16 | 27 | 137 | 54 |
| Binary | 11011011 | 1010111 | 110 | 0 | 111100 | 1100001 | 1110 | 10111 | 1011111 | 101100 |
Color Harmonies of #DB5706
Complementary color
Monochromatic Colors of #DB5706
Black with #DB5706
Text Example
Text Example
White with #DB5706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5706; }
p { color: rgb(219,87,6); }
H1.HeaderClassName
{
color: #DB5706;
}
.AnyTagClassName
{
color: #DB5706;
}
</style>
background-color css
<style>
a { background-color: #DB5706; }
a { background-color: rgb(219,87,6); }
div.DivClassName
{
background-color: #DB5706;
}
.BgClassName
{
background-color: #DB5706;
}
</style>
border-color css
<style>
span { border-color: #DB5706; }
span { border-color: rgb(219,87,6); }
td.TdClassName
{
border-color: #DB5706;
}
.TagClassName
{
border-color: #DB5706;
}
</style>