Shades of Tenne (Tawny) #DB5103
Tints of Tenne (Tawny) #DB5103
RGB
CMYK
RGB Variations
Color information
#DB5103 (or 0xDB5103) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 03. RGB value is (219,81,3). Sum of RGB (Red+Green+Blue) = 219+81+3=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5103 is #24AEFC. Grayscale: #717171. Windows color (decimal): -2404093 or 217563. OLE color: 217563.
HSL color Cylindrical-coordinate representation of color #DB5103: hue angle of 21.67º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB5103 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.14 |
| HSL | 21.67º | 0.97% | 0.44% | - |
| HSV(B) | 21.67º | 0.99% | 0.86% | - |
| XYZ | 32.17 | 20.95 | 2.43 | - |
| YUV | 113.37 | 65.72 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 3 | 0 | 0.63 | 0.99 | 0.14 | 21.67 | 0.97 | 0.44 |
| Hex | DB | 51 | 3 | 0 | 3F | 63 | E | 16 | 61 | 2C |
| Octal | 333 | 121 | 3 | 0 | 77 | 143 | 16 | 26 | 141 | 54 |
| Binary | 11011011 | 1010001 | 11 | 0 | 111111 | 1100011 | 1110 | 10110 | 1100001 | 101100 |
Color Harmonies of #DB5103
Complementary color
Monochromatic Colors of #DB5103
Black with #DB5103
Text Example
Text Example
White with #DB5103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5103; }
p { color: rgb(219,81,3); }
H1.HeaderClassName
{
color: #DB5103;
}
.AnyTagClassName
{
color: #DB5103;
}
</style>
background-color css
<style>
a { background-color: #DB5103; }
a { background-color: rgb(219,81,3); }
div.DivClassName
{
background-color: #DB5103;
}
.BgClassName
{
background-color: #DB5103;
}
</style>
border-color css
<style>
span { border-color: #DB5103; }
span { border-color: rgb(219,81,3); }
td.TdClassName
{
border-color: #DB5103;
}
.TagClassName
{
border-color: #DB5103;
}
</style>