Shades of Tenne (Tawny) #DB6203
Tints of Tenne (Tawny) #DB6203
RGB
CMYK
RGB Variations
Color information
#DB6203 (or 0xDB6203) is known color: Tenne (Tawny). HEX triplet: DB, 62 and 03. RGB value is (219,98,3). Sum of RGB (Red+Green+Blue) = 219+98+3=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6203 is #249DFC. Grayscale: #7B7B7B. Windows color (decimal): -2399741 or 221915. OLE color: 221915.
HSL color Cylindrical-coordinate representation of color #DB6203: hue angle of 26.39º 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 #DB6203 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 3 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.14 |
| HSL | 26.39º | 0.97% | 0.44% | - |
| HSV(B) | 26.39º | 0.99% | 0.86% | - |
| XYZ | 33.6 | 23.8 | 2.91 | - |
| YUV | 123.35 | 60.09 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 3 | 0 | 0.55 | 0.99 | 0.14 | 26.39 | 0.97 | 0.44 |
| Hex | DB | 62 | 3 | 0 | 37 | 63 | E | 1A | 61 | 2C |
| Octal | 333 | 142 | 3 | 0 | 67 | 143 | 16 | 32 | 141 | 54 |
| Binary | 11011011 | 1100010 | 11 | 0 | 110111 | 1100011 | 1110 | 11010 | 1100001 | 101100 |
Color Harmonies of #DB6203
Complementary color
Monochromatic Colors of #DB6203
Black with #DB6203
Text Example
Text Example
White with #DB6203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6203; }
p { color: rgb(219,98,3); }
H1.HeaderClassName
{
color: #DB6203;
}
.AnyTagClassName
{
color: #DB6203;
}
</style>
background-color css
<style>
a { background-color: #DB6203; }
a { background-color: rgb(219,98,3); }
div.DivClassName
{
background-color: #DB6203;
}
.BgClassName
{
background-color: #DB6203;
}
</style>
border-color css
<style>
span { border-color: #DB6203; }
span { border-color: rgb(219,98,3); }
td.TdClassName
{
border-color: #DB6203;
}
.TagClassName
{
border-color: #DB6203;
}
</style>