Shades of Tenne (Tawny) #DB520F
Tints of Tenne (Tawny) #DB520F
RGB
CMYK
RGB Variations
Color information
#DB520F (or 0xDB520F) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 0F. RGB value is (219,82,15). Sum of RGB (Red+Green+Blue) = 219+82+15=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB520F is #24ADF0. Grayscale: #737373. Windows color (decimal): -2403825 or 1004251. OLE color: 1004251.
HSL color Cylindrical-coordinate representation of color #DB520F: hue angle of 19.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB520F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.14 |
| HSL | 19.71º | 0.87% | 0.46% | - |
| HSV(B) | 19.71º | 0.93% | 0.86% | - |
| XYZ | 32.32 | 21.13 | 2.83 | - |
| YUV | 115.33 | 71.39 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 15 | 0 | 0.63 | 0.93 | 0.14 | 19.71 | 0.87 | 0.46 |
| Hex | DB | 52 | F | 0 | 3F | 5D | E | 14 | 57 | 2E |
| Octal | 333 | 122 | 17 | 0 | 77 | 135 | 16 | 24 | 127 | 56 |
| Binary | 11011011 | 1010010 | 1111 | 0 | 111111 | 1011101 | 1110 | 10100 | 1010111 | 101110 |
Color Harmonies of #DB520F
Complementary color
Monochromatic Colors of #DB520F
Black with #DB520F
Text Example
Text Example
White with #DB520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB520F; }
p { color: rgb(219,82,15); }
H1.HeaderClassName
{
color: #DB520F;
}
.AnyTagClassName
{
color: #DB520F;
}
</style>
background-color css
<style>
a { background-color: #DB520F; }
a { background-color: rgb(219,82,15); }
div.DivClassName
{
background-color: #DB520F;
}
.BgClassName
{
background-color: #DB520F;
}
</style>
border-color css
<style>
span { border-color: #DB520F; }
span { border-color: rgb(219,82,15); }
td.TdClassName
{
border-color: #DB520F;
}
.TagClassName
{
border-color: #DB520F;
}
</style>