Shades of Tenne (Tawny) #DB5508
Tints of Tenne (Tawny) #DB5508
RGB
CMYK
RGB Variations
Color information
#DB5508 (or 0xDB5508) is known color: Tenne (Tawny). HEX triplet: DB, 55 and 08. RGB value is (219,85,8). Sum of RGB (Red+Green+Blue) = 219+85+8=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5508 is #24AAF7. Grayscale: #747474. Windows color (decimal): -2403064 or 546267. OLE color: 546267.
HSL color Cylindrical-coordinate representation of color #DB5508: hue angle of 21.9º 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 #DB5508 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 8 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.14 |
| HSL | 21.9º | 0.93% | 0.45% | - |
| HSV(B) | 21.9º | 0.96% | 0.86% | - |
| XYZ | 32.51 | 21.57 | 2.68 | - |
| YUV | 116.29 | 66.89 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 8 | 0 | 0.61 | 0.96 | 0.14 | 21.9 | 0.93 | 0.45 |
| Hex | DB | 55 | 8 | 0 | 3D | 60 | E | 16 | 5D | 2D |
| Octal | 333 | 125 | 10 | 0 | 75 | 140 | 16 | 26 | 135 | 55 |
| Binary | 11011011 | 1010101 | 1000 | 0 | 111101 | 1100000 | 1110 | 10110 | 1011101 | 101101 |
Color Harmonies of #DB5508
Complementary color
Monochromatic Colors of #DB5508
Black with #DB5508
Text Example
Text Example
White with #DB5508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5508; }
p { color: rgb(219,85,8); }
H1.HeaderClassName
{
color: #DB5508;
}
.AnyTagClassName
{
color: #DB5508;
}
</style>
background-color css
<style>
a { background-color: #DB5508; }
a { background-color: rgb(219,85,8); }
div.DivClassName
{
background-color: #DB5508;
}
.BgClassName
{
background-color: #DB5508;
}
</style>
border-color css
<style>
span { border-color: #DB5508; }
span { border-color: rgb(219,85,8); }
td.TdClassName
{
border-color: #DB5508;
}
.TagClassName
{
border-color: #DB5508;
}
</style>