Shades of Tenne (Tawny) #DB520B
Tints of Tenne (Tawny) #DB520B
RGB
CMYK
RGB Variations
Color information
#DB520B (or 0xDB520B) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 0B. RGB value is (219,82,11). Sum of RGB (Red+Green+Blue) = 219+82+11=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB520B is #24ADF4. Grayscale: #737373. Windows color (decimal): -2403829 or 742107. OLE color: 742107.
HSL color Cylindrical-coordinate representation of color #DB520B: hue angle of 20.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB520B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.14 |
| HSL | 20.48º | 0.9% | 0.45% | - |
| HSV(B) | 20.48º | 0.95% | 0.86% | - |
| XYZ | 32.29 | 21.12 | 2.69 | - |
| YUV | 114.87 | 69.39 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 11 | 0 | 0.63 | 0.95 | 0.14 | 20.48 | 0.9 | 0.45 |
| Hex | DB | 52 | B | 0 | 3F | 5F | E | 14 | 5A | 2D |
| Octal | 333 | 122 | 13 | 0 | 77 | 137 | 16 | 24 | 132 | 55 |
| Binary | 11011011 | 1010010 | 1011 | 0 | 111111 | 1011111 | 1110 | 10100 | 1011010 | 101101 |
Color Harmonies of #DB520B
Complementary color
Monochromatic Colors of #DB520B
Black with #DB520B
Text Example
Text Example
White with #DB520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB520B; }
p { color: rgb(219,82,11); }
H1.HeaderClassName
{
color: #DB520B;
}
.AnyTagClassName
{
color: #DB520B;
}
</style>
background-color css
<style>
a { background-color: #DB520B; }
a { background-color: rgb(219,82,11); }
div.DivClassName
{
background-color: #DB520B;
}
.BgClassName
{
background-color: #DB520B;
}
</style>
border-color css
<style>
span { border-color: #DB520B; }
span { border-color: rgb(219,82,11); }
td.TdClassName
{
border-color: #DB520B;
}
.TagClassName
{
border-color: #DB520B;
}
</style>