Shades of Tenne (Tawny) #DB600D
Tints of Tenne (Tawny) #DB600D
RGB
CMYK
RGB Variations
Color information
#DB600D (or 0xDB600D) is known color: Tenne (Tawny). HEX triplet: DB, 60 and 0D. RGB value is (219,96,13). Sum of RGB (Red+Green+Blue) = 219+96+13=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB600D is #249FF2. Grayscale: #7B7B7B. Windows color (decimal): -2400243 or 876763. OLE color: 876763.
HSL color Cylindrical-coordinate representation of color #DB600D: hue angle of 24.17º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB600D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.14 |
| HSL | 24.17º | 0.89% | 0.45% | - |
| HSV(B) | 24.17º | 0.94% | 0.86% | - |
| XYZ | 33.47 | 23.45 | 3.14 | - |
| YUV | 123.32 | 65.75 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 13 | 0 | 0.56 | 0.94 | 0.14 | 24.17 | 0.89 | 0.45 |
| Hex | DB | 60 | D | 0 | 38 | 5E | E | 18 | 59 | 2D |
| Octal | 333 | 140 | 15 | 0 | 70 | 136 | 16 | 30 | 131 | 55 |
| Binary | 11011011 | 1100000 | 1101 | 0 | 111000 | 1011110 | 1110 | 11000 | 1011001 | 101101 |
Color Harmonies of #DB600D
Complementary color
Monochromatic Colors of #DB600D
Black with #DB600D
Text Example
Text Example
White with #DB600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB600D; }
p { color: rgb(219,96,13); }
H1.HeaderClassName
{
color: #DB600D;
}
.AnyTagClassName
{
color: #DB600D;
}
</style>
background-color css
<style>
a { background-color: #DB600D; }
a { background-color: rgb(219,96,13); }
div.DivClassName
{
background-color: #DB600D;
}
.BgClassName
{
background-color: #DB600D;
}
</style>
border-color css
<style>
span { border-color: #DB600D; }
span { border-color: rgb(219,96,13); }
td.TdClassName
{
border-color: #DB600D;
}
.TagClassName
{
border-color: #DB600D;
}
</style>