Shades of Tenne (Tawny) #DB5506
Tints of Tenne (Tawny) #DB5506
RGB
CMYK
RGB Variations
Color information
#DB5506 (or 0xDB5506) is known color: Tenne (Tawny). HEX triplet: DB, 55 and 06. RGB value is (219,85,6). Sum of RGB (Red+Green+Blue) = 219+85+6=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5506 is #24AAF9. Grayscale: #747474. Windows color (decimal): -2403066 or 415195. OLE color: 415195.
HSL color Cylindrical-coordinate representation of color #DB5506: hue angle of 22.25º 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 #DB5506 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.14 |
| HSL | 22.25º | 0.95% | 0.44% | - |
| HSV(B) | 22.25º | 0.97% | 0.86% | - |
| XYZ | 32.49 | 21.57 | 2.62 | - |
| YUV | 116.06 | 65.89 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 6 | 0 | 0.61 | 0.97 | 0.14 | 22.25 | 0.95 | 0.44 |
| Hex | DB | 55 | 6 | 0 | 3D | 61 | E | 16 | 5F | 2C |
| Octal | 333 | 125 | 6 | 0 | 75 | 141 | 16 | 26 | 137 | 54 |
| Binary | 11011011 | 1010101 | 110 | 0 | 111101 | 1100001 | 1110 | 10110 | 1011111 | 101100 |
Color Harmonies of #DB5506
Complementary color
Monochromatic Colors of #DB5506
Black with #DB5506
Text Example
Text Example
White with #DB5506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5506; }
p { color: rgb(219,85,6); }
H1.HeaderClassName
{
color: #DB5506;
}
.AnyTagClassName
{
color: #DB5506;
}
</style>
background-color css
<style>
a { background-color: #DB5506; }
a { background-color: rgb(219,85,6); }
div.DivClassName
{
background-color: #DB5506;
}
.BgClassName
{
background-color: #DB5506;
}
</style>
border-color css
<style>
span { border-color: #DB5506; }
span { border-color: rgb(219,85,6); }
td.TdClassName
{
border-color: #DB5506;
}
.TagClassName
{
border-color: #DB5506;
}
</style>