Shades of Tenne (Tawny) #DB620B
Tints of Tenne (Tawny) #DB620B
RGB
CMYK
RGB Variations
Color information
#DB620B (or 0xDB620B) is known color: Tenne (Tawny). HEX triplet: DB, 62 and 0B. RGB value is (219,98,11). Sum of RGB (Red+Green+Blue) = 219+98+11=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB620B is #249DF4. Grayscale: #7C7C7C. Windows color (decimal): -2399733 or 746203. OLE color: 746203.
HSL color Cylindrical-coordinate representation of color #DB620B: hue angle of 25.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB620B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.14 |
| HSL | 25.1º | 0.9% | 0.45% | - |
| HSV(B) | 25.1º | 0.95% | 0.86% | - |
| XYZ | 33.64 | 23.82 | 3.14 | - |
| YUV | 124.26 | 64.09 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 11 | 0 | 0.55 | 0.95 | 0.14 | 25.1 | 0.9 | 0.45 |
| Hex | DB | 62 | B | 0 | 37 | 5F | E | 19 | 5A | 2D |
| Octal | 333 | 142 | 13 | 0 | 67 | 137 | 16 | 31 | 132 | 55 |
| Binary | 11011011 | 1100010 | 1011 | 0 | 110111 | 1011111 | 1110 | 11001 | 1011010 | 101101 |
Color Harmonies of #DB620B
Complementary color
Monochromatic Colors of #DB620B
Black with #DB620B
Text Example
Text Example
White with #DB620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB620B; }
p { color: rgb(219,98,11); }
H1.HeaderClassName
{
color: #DB620B;
}
.AnyTagClassName
{
color: #DB620B;
}
</style>
background-color css
<style>
a { background-color: #DB620B; }
a { background-color: rgb(219,98,11); }
div.DivClassName
{
background-color: #DB620B;
}
.BgClassName
{
background-color: #DB620B;
}
</style>
border-color css
<style>
span { border-color: #DB620B; }
span { border-color: rgb(219,98,11); }
td.TdClassName
{
border-color: #DB620B;
}
.TagClassName
{
border-color: #DB620B;
}
</style>