Shades of Tenne (Tawny) #DB5A03
Tints of Tenne (Tawny) #DB5A03
RGB
CMYK
RGB Variations
Color information
#DB5A03 (or 0xDB5A03) is known color: Tenne (Tawny). HEX triplet: DB, 5A and 03. RGB value is (219,90,3). Sum of RGB (Red+Green+Blue) = 219+90+3=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A03 is #24A5FC. Grayscale: #777777. Windows color (decimal): -2401789 or 219867. OLE color: 219867.
HSL color Cylindrical-coordinate representation of color #DB5A03: hue angle of 24.17º 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 #DB5A03 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.14 |
| HSL | 24.17º | 0.97% | 0.44% | - |
| HSV(B) | 24.17º | 0.99% | 0.86% | - |
| XYZ | 32.89 | 22.38 | 2.67 | - |
| YUV | 118.65 | 62.74 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 3 | 0 | 0.59 | 0.99 | 0.14 | 24.17 | 0.97 | 0.44 |
| Hex | DB | 5A | 3 | 0 | 3B | 63 | E | 18 | 61 | 2C |
| Octal | 333 | 132 | 3 | 0 | 73 | 143 | 16 | 30 | 141 | 54 |
| Binary | 11011011 | 1011010 | 11 | 0 | 111011 | 1100011 | 1110 | 11000 | 1100001 | 101100 |
Color Harmonies of #DB5A03
Complementary color
Monochromatic Colors of #DB5A03
Black with #DB5A03
Text Example
Text Example
White with #DB5A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A03; }
p { color: rgb(219,90,3); }
H1.HeaderClassName
{
color: #DB5A03;
}
.AnyTagClassName
{
color: #DB5A03;
}
</style>
background-color css
<style>
a { background-color: #DB5A03; }
a { background-color: rgb(219,90,3); }
div.DivClassName
{
background-color: #DB5A03;
}
.BgClassName
{
background-color: #DB5A03;
}
</style>
border-color css
<style>
span { border-color: #DB5A03; }
span { border-color: rgb(219,90,3); }
td.TdClassName
{
border-color: #DB5A03;
}
.TagClassName
{
border-color: #DB5A03;
}
</style>