Shades of Timberwolf #DCD7CE
Tints of Timberwolf #DCD7CE
RGB
CMYK
RGB Variations
Color information
#DCD7CE (or 0xDCD7CE) is known color: Timberwolf. HEX triplet: DC, D7 and CE. RGB value is (220,215,206). Sum of RGB (Red+Green+Blue) = 220+215+206=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7CE is #232831. Grayscale: #D7D7D7. Windows color (decimal): -2304050 or 13555676. OLE color: 13555676.
HSL color Cylindrical-coordinate representation of color #DCD7CE: hue angle of 38.57º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCD7CE is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 206 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.14 |
| HSL | 38.57º | 0.17% | 0.84% | - |
| HSV(B) | 38.57º | 0.06% | 0.86% | - |
| XYZ | 64.96 | 68.27 | 68.15 | - |
| YUV | 215.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 206 | 0 | 0.02 | 0.06 | 0.14 | 38.57 | 0.17 | 0.84 |
| Hex | DC | D7 | CE | 0 | 2 | 6 | E | 27 | 11 | 54 |
| Octal | 334 | 327 | 316 | 0 | 2 | 6 | 16 | 47 | 21 | 124 |
| Binary | 11011100 | 11010111 | 11001110 | 0 | 10 | 110 | 1110 | 100111 | 10001 | 1010100 |
Color Harmonies of #DCD7CE
Complementary color
Monochromatic Colors of #DCD7CE
Black with #DCD7CE
Text Example
Text Example
White with #DCD7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7CE; }
p { color: rgb(220,215,206); }
H1.HeaderClassName
{
color: #DCD7CE;
}
.AnyTagClassName
{
color: #DCD7CE;
}
</style>
background-color css
<style>
a { background-color: #DCD7CE; }
a { background-color: rgb(220,215,206); }
div.DivClassName
{
background-color: #DCD7CE;
}
.BgClassName
{
background-color: #DCD7CE;
}
</style>
border-color css
<style>
span { border-color: #DCD7CE; }
span { border-color: rgb(220,215,206); }
td.TdClassName
{
border-color: #DCD7CE;
}
.TagClassName
{
border-color: #DCD7CE;
}
</style>