Shades of Tenne (Tawny) #DB520D
Tints of Tenne (Tawny) #DB520D
RGB
CMYK
RGB Variations
Color information
#DB520D (or 0xDB520D) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 0D. RGB value is (219,82,13). Sum of RGB (Red+Green+Blue) = 219+82+13=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB520D is #24ADF2. Grayscale: #737373. Windows color (decimal): -2403827 or 873179. OLE color: 873179.
HSL color Cylindrical-coordinate representation of color #DB520D: hue angle of 20.1º 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 #DB520D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.14 |
| HSL | 20.1º | 0.89% | 0.45% | - |
| HSV(B) | 20.1º | 0.94% | 0.86% | - |
| XYZ | 32.3 | 21.12 | 2.76 | - |
| YUV | 115.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 13 | 0 | 0.63 | 0.94 | 0.14 | 20.1 | 0.89 | 0.45 |
| Hex | DB | 52 | D | 0 | 3F | 5E | E | 14 | 59 | 2D |
| Octal | 333 | 122 | 15 | 0 | 77 | 136 | 16 | 24 | 131 | 55 |
| Binary | 11011011 | 1010010 | 1101 | 0 | 111111 | 1011110 | 1110 | 10100 | 1011001 | 101101 |
Color Harmonies of #DB520D
Complementary color
Monochromatic Colors of #DB520D
Black with #DB520D
Text Example
Text Example
White with #DB520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB520D; }
p { color: rgb(219,82,13); }
H1.HeaderClassName
{
color: #DB520D;
}
.AnyTagClassName
{
color: #DB520D;
}
</style>
background-color css
<style>
a { background-color: #DB520D; }
a { background-color: rgb(219,82,13); }
div.DivClassName
{
background-color: #DB520D;
}
.BgClassName
{
background-color: #DB520D;
}
</style>
border-color css
<style>
span { border-color: #DB520D; }
span { border-color: rgb(219,82,13); }
td.TdClassName
{
border-color: #DB520D;
}
.TagClassName
{
border-color: #DB520D;
}
</style>