Shades of Tenne (Tawny) #DB5207
Tints of Tenne (Tawny) #DB5207
RGB
CMYK
RGB Variations
Color information
#DB5207 (or 0xDB5207) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 07. RGB value is (219,82,7). Sum of RGB (Red+Green+Blue) = 219+82+7=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5207 is #24ADF8. Grayscale: #727272. Windows color (decimal): -2403833 or 479963. OLE color: 479963.
HSL color Cylindrical-coordinate representation of color #DB5207: hue angle of 21.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB5207 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 7 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.14 |
| HSL | 21.23º | 0.94% | 0.44% | - |
| HSV(B) | 21.23º | 0.97% | 0.86% | - |
| XYZ | 32.27 | 21.11 | 2.57 | - |
| YUV | 114.41 | 67.39 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 7 | 0 | 0.63 | 0.97 | 0.14 | 21.23 | 0.94 | 0.44 |
| Hex | DB | 52 | 7 | 0 | 3F | 61 | E | 15 | 5E | 2C |
| Octal | 333 | 122 | 7 | 0 | 77 | 141 | 16 | 25 | 136 | 54 |
| Binary | 11011011 | 1010010 | 111 | 0 | 111111 | 1100001 | 1110 | 10101 | 1011110 | 101100 |
Color Harmonies of #DB5207
Complementary color
Monochromatic Colors of #DB5207
Black with #DB5207
Text Example
Text Example
White with #DB5207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5207; }
p { color: rgb(219,82,7); }
H1.HeaderClassName
{
color: #DB5207;
}
.AnyTagClassName
{
color: #DB5207;
}
</style>
background-color css
<style>
a { background-color: #DB5207; }
a { background-color: rgb(219,82,7); }
div.DivClassName
{
background-color: #DB5207;
}
.BgClassName
{
background-color: #DB5207;
}
</style>
border-color css
<style>
span { border-color: #DB5207; }
span { border-color: rgb(219,82,7); }
td.TdClassName
{
border-color: #DB5207;
}
.TagClassName
{
border-color: #DB5207;
}
</style>