Shades of Tenne (Tawny) #DB5303
Tints of Tenne (Tawny) #DB5303
RGB
CMYK
RGB Variations
Color information
#DB5303 (or 0xDB5303) is known color: Tenne (Tawny). HEX triplet: DB, 53 and 03. RGB value is (219,83,3). Sum of RGB (Red+Green+Blue) = 219+83+3=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5303 is #24ACFC. Grayscale: #737373. Windows color (decimal): -2403581 or 218075. OLE color: 218075.
HSL color Cylindrical-coordinate representation of color #DB5303: hue angle of 22.22º 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 #DB5303 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.14 |
| HSL | 22.22º | 0.97% | 0.44% | - |
| HSV(B) | 22.22º | 0.99% | 0.86% | - |
| XYZ | 32.32 | 21.25 | 2.48 | - |
| YUV | 114.54 | 65.06 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 3 | 0 | 0.62 | 0.99 | 0.14 | 22.22 | 0.97 | 0.44 |
| Hex | DB | 53 | 3 | 0 | 3E | 63 | E | 16 | 61 | 2C |
| Octal | 333 | 123 | 3 | 0 | 76 | 143 | 16 | 26 | 141 | 54 |
| Binary | 11011011 | 1010011 | 11 | 0 | 111110 | 1100011 | 1110 | 10110 | 1100001 | 101100 |
Color Harmonies of #DB5303
Complementary color
Monochromatic Colors of #DB5303
Black with #DB5303
Text Example
Text Example
White with #DB5303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5303; }
p { color: rgb(219,83,3); }
H1.HeaderClassName
{
color: #DB5303;
}
.AnyTagClassName
{
color: #DB5303;
}
</style>
background-color css
<style>
a { background-color: #DB5303; }
a { background-color: rgb(219,83,3); }
div.DivClassName
{
background-color: #DB5303;
}
.BgClassName
{
background-color: #DB5303;
}
</style>
border-color css
<style>
span { border-color: #DB5303; }
span { border-color: rgb(219,83,3); }
td.TdClassName
{
border-color: #DB5303;
}
.TagClassName
{
border-color: #DB5303;
}
</style>