Shades of Tenne (Tawny) #DB5608
Tints of Tenne (Tawny) #DB5608
RGB
CMYK
RGB Variations
Color information
#DB5608 (or 0xDB5608) is known color: Tenne (Tawny). HEX triplet: DB, 56 and 08. RGB value is (219,86,8). Sum of RGB (Red+Green+Blue) = 219+86+8=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5608 is #24A9F7. Grayscale: #757575. Windows color (decimal): -2402808 or 546523. OLE color: 546523.
HSL color Cylindrical-coordinate representation of color #DB5608: hue angle of 22.18º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB5608 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 8 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.14 |
| HSL | 22.18º | 0.93% | 0.45% | - |
| HSV(B) | 22.18º | 0.96% | 0.86% | - |
| XYZ | 32.59 | 21.73 | 2.71 | - |
| YUV | 116.88 | 66.56 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 8 | 0 | 0.61 | 0.96 | 0.14 | 22.18 | 0.93 | 0.45 |
| Hex | DB | 56 | 8 | 0 | 3D | 60 | E | 16 | 5D | 2D |
| Octal | 333 | 126 | 10 | 0 | 75 | 140 | 16 | 26 | 135 | 55 |
| Binary | 11011011 | 1010110 | 1000 | 0 | 111101 | 1100000 | 1110 | 10110 | 1011101 | 101101 |
Color Harmonies of #DB5608
Complementary color
Monochromatic Colors of #DB5608
Black with #DB5608
Text Example
Text Example
White with #DB5608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5608; }
p { color: rgb(219,86,8); }
H1.HeaderClassName
{
color: #DB5608;
}
.AnyTagClassName
{
color: #DB5608;
}
</style>
background-color css
<style>
a { background-color: #DB5608; }
a { background-color: rgb(219,86,8); }
div.DivClassName
{
background-color: #DB5608;
}
.BgClassName
{
background-color: #DB5608;
}
</style>
border-color css
<style>
span { border-color: #DB5608; }
span { border-color: rgb(219,86,8); }
td.TdClassName
{
border-color: #DB5608;
}
.TagClassName
{
border-color: #DB5608;
}
</style>