Shades of Timberwolf #DBD7CF
Tints of Timberwolf #DBD7CF
RGB
CMYK
RGB Variations
Color information
#DBD7CF (or 0xDBD7CF) is known color: Timberwolf. HEX triplet: DB, D7 and CF. RGB value is (219,215,207). Sum of RGB (Red+Green+Blue) = 219+215+207=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7CF is #242830. Grayscale: #D7D7D7. Windows color (decimal): -2369585 or 13621211. OLE color: 13621211.
HSL color Cylindrical-coordinate representation of color #DBD7CF: hue angle of 40º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD7CF is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 207 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.14 |
| HSL | 40º | 0.14% | 0.84% | - |
| HSV(B) | 40º | 0.05% | 0.86% | - |
| XYZ | 64.78 | 68.17 | 68.77 | - |
| YUV | 215.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 207 | 0 | 0.02 | 0.05 | 0.14 | 40 | 0.14 | 0.84 |
| Hex | DB | D7 | CF | 0 | 2 | 5 | E | 28 | E | 54 |
| Octal | 333 | 327 | 317 | 0 | 2 | 5 | 16 | 50 | 16 | 124 |
| Binary | 11011011 | 11010111 | 11001111 | 0 | 10 | 101 | 1110 | 101000 | 1110 | 1010100 |
Color Harmonies of #DBD7CF
Complementary color
Monochromatic Colors of #DBD7CF
Black with #DBD7CF
Text Example
Text Example
White with #DBD7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7CF; }
p { color: rgb(219,215,207); }
H1.HeaderClassName
{
color: #DBD7CF;
}
.AnyTagClassName
{
color: #DBD7CF;
}
</style>
background-color css
<style>
a { background-color: #DBD7CF; }
a { background-color: rgb(219,215,207); }
div.DivClassName
{
background-color: #DBD7CF;
}
.BgClassName
{
background-color: #DBD7CF;
}
</style>
border-color css
<style>
span { border-color: #DBD7CF; }
span { border-color: rgb(219,215,207); }
td.TdClassName
{
border-color: #DBD7CF;
}
.TagClassName
{
border-color: #DBD7CF;
}
</style>