Shades of Timberwolf #D7D5D1
Tints of Timberwolf #D7D5D1
RGB
CMYK
RGB Variations
Color information
#D7D5D1 (or 0xD7D5D1) is known color: Timberwolf. HEX triplet: D7, D5 and D1. RGB value is (215,213,209). Sum of RGB (Red+Green+Blue) = 215+213+209=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D5D1 is #282A2E. Grayscale: #D5D5D5. Windows color (decimal): -2632239 or 13751767. OLE color: 13751767.
HSL color Cylindrical-coordinate representation of color #D7D5D1: hue angle of 40º degrees, saturation: 0.07, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D7D5D1 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 213 | 209 | - |
CMYK | 0 | 0.01 | 0.03 | 0.16 |
HSL | 40º | 0.07% | 0.83% | - |
HSV(B) | 40º | 0.03% | 0.84% | - |
XYZ | 63.33 | 66.64 | 69.85 | - |
YUV | 213.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 213 | 209 | 0 | 0.01 | 0.03 | 0.16 | 40 | 0.07 | 0.83 |
Hex | D7 | D5 | D1 | 0 | 1 | 3 | 10 | 28 | 7 | 53 |
Octal | 327 | 325 | 321 | 0 | 1 | 3 | 20 | 50 | 7 | 123 |
Binary | 11010111 | 11010101 | 11010001 | 0 | 1 | 11 | 10000 | 101000 | 111 | 1010011 |
Color Harmonies of #D7D5D1
Complementary color
Monochromatic Colors of #D7D5D1
Black with #D7D5D1
Text Example
Text Example
White with #D7D5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D5D1; }
p { color: rgb(215,213,209); }
H1.HeaderClassName
{
color: #D7D5D1;
}
.AnyTagClassName
{
color: #D7D5D1;
}
</style>
background-color css
<style>
a { background-color: #D7D5D1; }
a { background-color: rgb(215,213,209); }
div.DivClassName
{
background-color: #D7D5D1;
}
.BgClassName
{
background-color: #D7D5D1;
}
</style>
border-color css
<style>
span { border-color: #D7D5D1; }
span { border-color: rgb(215,213,209); }
td.TdClassName
{
border-color: #D7D5D1;
}
.TagClassName
{
border-color: #D7D5D1;
}
</style>