Shades of Timberwolf #D9D7D3
Tints of Timberwolf #D9D7D3
RGB
CMYK
RGB Variations
Color information
#D9D7D3 (or 0xD9D7D3) is known color: Timberwolf. HEX triplet: D9, D7 and D3. RGB value is (217,215,211). Sum of RGB (Red+Green+Blue) = 217+215+211=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7D3 is #26282C. Grayscale: #D7D7D7. Windows color (decimal): -2500653 or 13883353. OLE color: 13883353.
HSL color Cylindrical-coordinate representation of color #D9D7D3: hue angle of 40º degrees, saturation: 0.07, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9D7D3 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 215 | 211 | - |
CMYK | 0 | 0.01 | 0.03 | 0.15 |
HSL | 40º | 0.07% | 0.84% | - |
HSV(B) | 40º | 0.03% | 0.85% | - |
XYZ | 64.67 | 68.06 | 71.36 | - |
YUV | 215.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 215 | 211 | 0 | 0.01 | 0.03 | 0.15 | 40 | 0.07 | 0.84 |
Hex | D9 | D7 | D3 | 0 | 1 | 3 | F | 28 | 7 | 54 |
Octal | 331 | 327 | 323 | 0 | 1 | 3 | 17 | 50 | 7 | 124 |
Binary | 11011001 | 11010111 | 11010011 | 0 | 1 | 11 | 1111 | 101000 | 111 | 1010100 |
Color Harmonies of #D9D7D3
Complementary color
Monochromatic Colors of #D9D7D3
Black with #D9D7D3
Text Example
Text Example
White with #D9D7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D7D3; }
p { color: rgb(217,215,211); }
H1.HeaderClassName
{
color: #D9D7D3;
}
.AnyTagClassName
{
color: #D9D7D3;
}
</style>
background-color css
<style>
a { background-color: #D9D7D3; }
a { background-color: rgb(217,215,211); }
div.DivClassName
{
background-color: #D9D7D3;
}
.BgClassName
{
background-color: #D9D7D3;
}
</style>
border-color css
<style>
span { border-color: #D9D7D3; }
span { border-color: rgb(217,215,211); }
td.TdClassName
{
border-color: #D9D7D3;
}
.TagClassName
{
border-color: #D9D7D3;
}
</style>