Shades of Timberwolf #DBD7CE
Tints of Timberwolf #DBD7CE
RGB
CMYK
RGB Variations
Color information
#DBD7CE (or 0xDBD7CE) is known color: Timberwolf. HEX triplet: DB, D7 and CE. RGB value is (219,215,206). Sum of RGB (Red+Green+Blue) = 219+215+206=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7CE is #242831. Grayscale: #D7D7D7. Windows color (decimal): -2369586 or 13555675. OLE color: 13555675.
HSL color Cylindrical-coordinate representation of color #DBD7CE: hue angle of 41.54º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBD7CE is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 206 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.14 |
| HSL | 41.54º | 0.15% | 0.83% | - |
| HSV(B) | 41.54º | 0.06% | 0.86% | - |
| XYZ | 64.65 | 68.12 | 68.13 | - |
| YUV | 215.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 206 | 0 | 0.02 | 0.06 | 0.14 | 41.54 | 0.15 | 0.83 |
| Hex | DB | D7 | CE | 0 | 2 | 6 | E | 2A | F | 53 |
| Octal | 333 | 327 | 316 | 0 | 2 | 6 | 16 | 52 | 17 | 123 |
| Binary | 11011011 | 11010111 | 11001110 | 0 | 10 | 110 | 1110 | 101010 | 1111 | 1010011 |
Color Harmonies of #DBD7CE
Complementary color
Monochromatic Colors of #DBD7CE
Black with #DBD7CE
Text Example
Text Example
White with #DBD7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7CE; }
p { color: rgb(219,215,206); }
H1.HeaderClassName
{
color: #DBD7CE;
}
.AnyTagClassName
{
color: #DBD7CE;
}
</style>
background-color css
<style>
a { background-color: #DBD7CE; }
a { background-color: rgb(219,215,206); }
div.DivClassName
{
background-color: #DBD7CE;
}
.BgClassName
{
background-color: #DBD7CE;
}
</style>
border-color css
<style>
span { border-color: #DBD7CE; }
span { border-color: rgb(219,215,206); }
td.TdClassName
{
border-color: #DBD7CE;
}
.TagClassName
{
border-color: #DBD7CE;
}
</style>