Shades of Timberwolf #D6D4CE
Tints of Timberwolf #D6D4CE
RGB
CMYK
RGB Variations
Color information
#D6D4CE (or 0xD6D4CE) is known color: Timberwolf. HEX triplet: D6, D4 and CE. RGB value is (214,212,206). Sum of RGB (Red+Green+Blue) = 214+212+206=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4CE is #292B31. Grayscale: #D3D3D3. Windows color (decimal): -2698034 or 13554902. OLE color: 13554902.
HSL color Cylindrical-coordinate representation of color #D6D4CE: hue angle of 45º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6D4CE is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 206 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.16 |
| HSL | 45º | 0.09% | 0.82% | - |
| HSV(B) | 45º | 0.04% | 0.84% | - |
| XYZ | 62.42 | 65.84 | 67.81 | - |
| YUV | 211.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 206 | 0 | 0.01 | 0.04 | 0.16 | 45 | 0.09 | 0.82 |
| Hex | D6 | D4 | CE | 0 | 1 | 4 | 10 | 2D | 9 | 52 |
| Octal | 326 | 324 | 316 | 0 | 1 | 4 | 20 | 55 | 11 | 122 |
| Binary | 11010110 | 11010100 | 11001110 | 0 | 1 | 100 | 10000 | 101101 | 1001 | 1010010 |
Color Harmonies of #D6D4CE
Complementary color
Monochromatic Colors of #D6D4CE
Black with #D6D4CE
Text Example
Text Example
White with #D6D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D4CE; }
p { color: rgb(214,212,206); }
H1.HeaderClassName
{
color: #D6D4CE;
}
.AnyTagClassName
{
color: #D6D4CE;
}
</style>
background-color css
<style>
a { background-color: #D6D4CE; }
a { background-color: rgb(214,212,206); }
div.DivClassName
{
background-color: #D6D4CE;
}
.BgClassName
{
background-color: #D6D4CE;
}
</style>
border-color css
<style>
span { border-color: #D6D4CE; }
span { border-color: rgb(214,212,206); }
td.TdClassName
{
border-color: #D6D4CE;
}
.TagClassName
{
border-color: #D6D4CE;
}
</style>