Shades of Tenne (Tawny) #DB570D
Tints of Tenne (Tawny) #DB570D
RGB
CMYK
RGB Variations
Color information
#DB570D (or 0xDB570D) is known color: Tenne (Tawny). HEX triplet: DB, 57 and 0D. RGB value is (219,87,13). Sum of RGB (Red+Green+Blue) = 219+87+13=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB570D is #24A8F2. Grayscale: #767676. Windows color (decimal): -2402547 or 874459. OLE color: 874459.
HSL color Cylindrical-coordinate representation of color #DB570D: hue angle of 21.55º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB570D is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 13 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.14 |
| HSL | 21.55º | 0.89% | 0.45% | - |
| HSV(B) | 21.55º | 0.94% | 0.86% | - |
| XYZ | 32.69 | 21.91 | 2.89 | - |
| YUV | 118.03 | 68.73 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 13 | 0 | 0.60 | 0.94 | 0.14 | 21.55 | 0.89 | 0.45 |
| Hex | DB | 57 | D | 0 | 3C | 5E | E | 16 | 59 | 2D |
| Octal | 333 | 127 | 15 | 0 | 74 | 136 | 16 | 26 | 131 | 55 |
| Binary | 11011011 | 1010111 | 1101 | 0 | 111100 | 1011110 | 1110 | 10110 | 1011001 | 101101 |
Color Harmonies of #DB570D
Complementary color
Monochromatic Colors of #DB570D
Black with #DB570D
Text Example
Text Example
White with #DB570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB570D; }
p { color: rgb(219,87,13); }
H1.HeaderClassName
{
color: #DB570D;
}
.AnyTagClassName
{
color: #DB570D;
}
</style>
background-color css
<style>
a { background-color: #DB570D; }
a { background-color: rgb(219,87,13); }
div.DivClassName
{
background-color: #DB570D;
}
.BgClassName
{
background-color: #DB570D;
}
</style>
border-color css
<style>
span { border-color: #DB570D; }
span { border-color: rgb(219,87,13); }
td.TdClassName
{
border-color: #DB570D;
}
.TagClassName
{
border-color: #DB570D;
}
</style>