Shades of Tenne (Tawny) #DB5600
Tints of Tenne (Tawny) #DB5600
RGB
CMYK
RGB Variations
Color information
#DB5600 (or 0xDB5600) is known color: Tenne (Tawny). HEX triplet: DB, 56 and 00. RGB value is (219,86,0). Sum of RGB (Red+Green+Blue) = 219+86+0=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5600 is #24A9FF. Grayscale: #747474. Windows color (decimal): -2402816 or 22235. OLE color: 22235.
HSL color Cylindrical-coordinate representation of color #DB5600: hue angle of 23.56º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB5600 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.14 |
| HSL | 23.56º | 1% | 0.43% | - |
| HSV(B) | 23.56º | 1% | 0.86% | - |
| XYZ | 32.54 | 21.72 | 2.48 | - |
| YUV | 115.96 | 62.56 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 0 | 0 | 0.61 | 1 | 0.14 | 23.56 | 1 | 0.43 |
| Hex | DB | 56 | 0 | 0 | 3D | 64 | E | 18 | 64 | 2B |
| Octal | 333 | 126 | 0 | 0 | 75 | 144 | 16 | 30 | 144 | 53 |
| Binary | 11011011 | 1010110 | 0 | 0 | 111101 | 1100100 | 1110 | 11000 | 1100100 | 101011 |
Color Harmonies of #DB5600
Complementary color
Monochromatic Colors of #DB5600
Black with #DB5600
Text Example
Text Example
White with #DB5600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5600; }
p { color: rgb(219,86,0); }
H1.HeaderClassName
{
color: #DB5600;
}
.AnyTagClassName
{
color: #DB5600;
}
</style>
background-color css
<style>
a { background-color: #DB5600; }
a { background-color: rgb(219,86,0); }
div.DivClassName
{
background-color: #DB5600;
}
.BgClassName
{
background-color: #DB5600;
}
</style>
border-color css
<style>
span { border-color: #DB5600; }
span { border-color: rgb(219,86,0); }
td.TdClassName
{
border-color: #DB5600;
}
.TagClassName
{
border-color: #DB5600;
}
</style>