Shades of Timberwolf #D7D4CF
Tints of Timberwolf #D7D4CF
RGB
CMYK
RGB Variations
Color information
#D7D4CF (or 0xD7D4CF) is known color: Timberwolf. HEX triplet: D7, D4 and CF. RGB value is (215,212,207). Sum of RGB (Red+Green+Blue) = 215+212+207=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D4CF is #282B30. Grayscale: #D4D4D4. Windows color (decimal): -2632497 or 13620439. OLE color: 13620439.
HSL color Cylindrical-coordinate representation of color #D7D4CF: hue angle of 37.5º degrees, saturation: 0.09, 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 #D7D4CF is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 212 | 207 | - |
CMYK | 0 | 0.01 | 0.04 | 0.16 |
HSL | 37.5º | 0.09% | 0.83% | - |
HSV(B) | 37.5º | 0.04% | 0.84% | - |
XYZ | 62.83 | 66.04 | 68.47 | - |
YUV | 212.33 | 124.99 | 129.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 212 | 207 | 0 | 0.01 | 0.04 | 0.16 | 37.5 | 0.09 | 0.83 |
Hex | D7 | D4 | CF | 0 | 1 | 4 | 10 | 26 | 9 | 53 |
Octal | 327 | 324 | 317 | 0 | 1 | 4 | 20 | 46 | 11 | 123 |
Binary | 11010111 | 11010100 | 11001111 | 0 | 1 | 100 | 10000 | 100110 | 1001 | 1010011 |
Color Harmonies of #D7D4CF
Complementary color
Monochromatic Colors of #D7D4CF
Black with #D7D4CF
Text Example
Text Example
White with #D7D4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D4CF; }
p { color: rgb(215,212,207); }
H1.HeaderClassName
{
color: #D7D4CF;
}
.AnyTagClassName
{
color: #D7D4CF;
}
</style>
background-color css
<style>
a { background-color: #D7D4CF; }
a { background-color: rgb(215,212,207); }
div.DivClassName
{
background-color: #D7D4CF;
}
.BgClassName
{
background-color: #D7D4CF;
}
</style>
border-color css
<style>
span { border-color: #D7D4CF; }
span { border-color: rgb(215,212,207); }
td.TdClassName
{
border-color: #D7D4CF;
}
.TagClassName
{
border-color: #D7D4CF;
}
</style>