Shades of Tenne (Tawny) #DB6303
Tints of Tenne (Tawny) #DB6303
RGB
CMYK
RGB Variations
Color information
#DB6303 (or 0xDB6303) is known color: Tenne (Tawny). HEX triplet: DB, 63 and 03. RGB value is (219,99,3). Sum of RGB (Red+Green+Blue) = 219+99+3=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6303 is #249CFC. Grayscale: #7C7C7C. Windows color (decimal): -2399485 or 222171. OLE color: 222171.
HSL color Cylindrical-coordinate representation of color #DB6303: hue angle of 26.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 #DB6303 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 3 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.14 |
| HSL | 26.67º | 0.97% | 0.44% | - |
| HSV(B) | 26.67º | 0.99% | 0.86% | - |
| XYZ | 33.69 | 23.99 | 2.94 | - |
| YUV | 123.94 | 59.76 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 3 | 0 | 0.55 | 0.99 | 0.14 | 26.67 | 0.97 | 0.44 |
| Hex | DB | 63 | 3 | 0 | 37 | 63 | E | 1B | 61 | 2C |
| Octal | 333 | 143 | 3 | 0 | 67 | 143 | 16 | 33 | 141 | 54 |
| Binary | 11011011 | 1100011 | 11 | 0 | 110111 | 1100011 | 1110 | 11011 | 1100001 | 101100 |
Color Harmonies of #DB6303
Complementary color
Monochromatic Colors of #DB6303
Black with #DB6303
Text Example
Text Example
White with #DB6303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6303; }
p { color: rgb(219,99,3); }
H1.HeaderClassName
{
color: #DB6303;
}
.AnyTagClassName
{
color: #DB6303;
}
</style>
background-color css
<style>
a { background-color: #DB6303; }
a { background-color: rgb(219,99,3); }
div.DivClassName
{
background-color: #DB6303;
}
.BgClassName
{
background-color: #DB6303;
}
</style>
border-color css
<style>
span { border-color: #DB6303; }
span { border-color: rgb(219,99,3); }
td.TdClassName
{
border-color: #DB6303;
}
.TagClassName
{
border-color: #DB6303;
}
</style>