Shades of Timberwolf #D7D4CE
Tints of Timberwolf #D7D4CE
RGB
CMYK
RGB Variations
Color information
#D7D4CE (or 0xD7D4CE) is known color: Timberwolf. HEX triplet: D7, D4 and CE. RGB value is (215,212,206). Sum of RGB (Red+Green+Blue) = 215+212+206=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D4CE is #282B31. Grayscale: #D4D4D4. Windows color (decimal): -2632498 or 13554903. OLE color: 13554903.
HSL color Cylindrical-coordinate representation of color #D7D4CE: hue angle of 40º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7D4CE is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 206 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.16 |
| HSL | 40º | 0.1% | 0.83% | - |
| HSV(B) | 40º | 0.04% | 0.84% | - |
| XYZ | 62.71 | 65.99 | 67.82 | - |
| YUV | 212.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 206 | 0 | 0.01 | 0.04 | 0.16 | 40 | 0.1 | 0.83 |
| Hex | D7 | D4 | CE | 0 | 1 | 4 | 10 | 28 | A | 53 |
| Octal | 327 | 324 | 316 | 0 | 1 | 4 | 20 | 50 | 12 | 123 |
| Binary | 11010111 | 11010100 | 11001110 | 0 | 1 | 100 | 10000 | 101000 | 1010 | 1010011 |
Color Harmonies of #D7D4CE
Complementary color
Monochromatic Colors of #D7D4CE
Black with #D7D4CE
Text Example
Text Example
White with #D7D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D4CE; }
p { color: rgb(215,212,206); }
H1.HeaderClassName
{
color: #D7D4CE;
}
.AnyTagClassName
{
color: #D7D4CE;
}
</style>
background-color css
<style>
a { background-color: #D7D4CE; }
a { background-color: rgb(215,212,206); }
div.DivClassName
{
background-color: #D7D4CE;
}
.BgClassName
{
background-color: #D7D4CE;
}
</style>
border-color css
<style>
span { border-color: #D7D4CE; }
span { border-color: rgb(215,212,206); }
td.TdClassName
{
border-color: #D7D4CE;
}
.TagClassName
{
border-color: #D7D4CE;
}
</style>