Shades of Tenne (Tawny) #DB5203
Tints of Tenne (Tawny) #DB5203
RGB
CMYK
RGB Variations
Color information
#DB5203 (or 0xDB5203) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 03. RGB value is (219,82,3). Sum of RGB (Red+Green+Blue) = 219+82+3=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5203 is #24ADFC. Grayscale: #727272. Windows color (decimal): -2403837 or 217819. OLE color: 217819.
HSL color Cylindrical-coordinate representation of color #DB5203: hue angle of 21.94º 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 #DB5203 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.14 |
| HSL | 21.94º | 0.97% | 0.44% | - |
| HSV(B) | 21.94º | 0.99% | 0.86% | - |
| XYZ | 32.25 | 21.1 | 2.46 | - |
| YUV | 113.96 | 65.39 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 3 | 0 | 0.63 | 0.99 | 0.14 | 21.94 | 0.97 | 0.44 |
| Hex | DB | 52 | 3 | 0 | 3F | 63 | E | 16 | 61 | 2C |
| Octal | 333 | 122 | 3 | 0 | 77 | 143 | 16 | 26 | 141 | 54 |
| Binary | 11011011 | 1010010 | 11 | 0 | 111111 | 1100011 | 1110 | 10110 | 1100001 | 101100 |
Color Harmonies of #DB5203
Complementary color
Monochromatic Colors of #DB5203
Black with #DB5203
Text Example
Text Example
White with #DB5203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5203; }
p { color: rgb(219,82,3); }
H1.HeaderClassName
{
color: #DB5203;
}
.AnyTagClassName
{
color: #DB5203;
}
</style>
background-color css
<style>
a { background-color: #DB5203; }
a { background-color: rgb(219,82,3); }
div.DivClassName
{
background-color: #DB5203;
}
.BgClassName
{
background-color: #DB5203;
}
</style>
border-color css
<style>
span { border-color: #DB5203; }
span { border-color: rgb(219,82,3); }
td.TdClassName
{
border-color: #DB5203;
}
.TagClassName
{
border-color: #DB5203;
}
</style>