Shades of Tenne (Tawny) #DB5D03
Tints of Tenne (Tawny) #DB5D03
RGB
CMYK
RGB Variations
Color information
#DB5D03 (or 0xDB5D03) is known color: Tenne (Tawny). HEX triplet: DB, 5D and 03. RGB value is (219,93,3). Sum of RGB (Red+Green+Blue) = 219+93+3=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5D03 is #24A2FC. Grayscale: #787878. Windows color (decimal): -2401021 or 220635. OLE color: 220635.
HSL color Cylindrical-coordinate representation of color #DB5D03: hue angle of 25º 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 #DB5D03 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 3 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.14 |
| HSL | 25º | 0.97% | 0.44% | - |
| HSV(B) | 25º | 0.99% | 0.86% | - |
| XYZ | 33.14 | 22.9 | 2.76 | - |
| YUV | 120.41 | 61.74 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 3 | 0 | 0.58 | 0.99 | 0.14 | 25 | 0.97 | 0.44 |
| Hex | DB | 5D | 3 | 0 | 3A | 63 | E | 19 | 61 | 2C |
| Octal | 333 | 135 | 3 | 0 | 72 | 143 | 16 | 31 | 141 | 54 |
| Binary | 11011011 | 1011101 | 11 | 0 | 111010 | 1100011 | 1110 | 11001 | 1100001 | 101100 |
Color Harmonies of #DB5D03
Complementary color
Monochromatic Colors of #DB5D03
Black with #DB5D03
Text Example
Text Example
White with #DB5D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D03; }
p { color: rgb(219,93,3); }
H1.HeaderClassName
{
color: #DB5D03;
}
.AnyTagClassName
{
color: #DB5D03;
}
</style>
background-color css
<style>
a { background-color: #DB5D03; }
a { background-color: rgb(219,93,3); }
div.DivClassName
{
background-color: #DB5D03;
}
.BgClassName
{
background-color: #DB5D03;
}
</style>
border-color css
<style>
span { border-color: #DB5D03; }
span { border-color: rgb(219,93,3); }
td.TdClassName
{
border-color: #DB5D03;
}
.TagClassName
{
border-color: #DB5D03;
}
</style>