Shades of Tenne (Tawny) #DB520C
Tints of Tenne (Tawny) #DB520C
RGB
CMYK
RGB Variations
Color information
#DB520C (or 0xDB520C) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 0C. RGB value is (219,82,12). Sum of RGB (Red+Green+Blue) = 219+82+12=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB520C is #24ADF3. Grayscale: #737373. Windows color (decimal): -2403828 or 807643. OLE color: 807643.
HSL color Cylindrical-coordinate representation of color #DB520C: hue angle of 20.29º 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 #DB520C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.14 |
| HSL | 20.29º | 0.9% | 0.45% | - |
| HSV(B) | 20.29º | 0.95% | 0.86% | - |
| XYZ | 32.3 | 21.12 | 2.72 | - |
| YUV | 114.98 | 69.89 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 12 | 0 | 0.63 | 0.95 | 0.14 | 20.29 | 0.9 | 0.45 |
| Hex | DB | 52 | C | 0 | 3F | 5F | E | 14 | 5A | 2D |
| Octal | 333 | 122 | 14 | 0 | 77 | 137 | 16 | 24 | 132 | 55 |
| Binary | 11011011 | 1010010 | 1100 | 0 | 111111 | 1011111 | 1110 | 10100 | 1011010 | 101101 |
Color Harmonies of #DB520C
Complementary color
Monochromatic Colors of #DB520C
Black with #DB520C
Text Example
Text Example
White with #DB520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB520C; }
p { color: rgb(219,82,12); }
H1.HeaderClassName
{
color: #DB520C;
}
.AnyTagClassName
{
color: #DB520C;
}
</style>
background-color css
<style>
a { background-color: #DB520C; }
a { background-color: rgb(219,82,12); }
div.DivClassName
{
background-color: #DB520C;
}
.BgClassName
{
background-color: #DB520C;
}
</style>
border-color css
<style>
span { border-color: #DB520C; }
span { border-color: rgb(219,82,12); }
td.TdClassName
{
border-color: #DB520C;
}
.TagClassName
{
border-color: #DB520C;
}
</style>