Shades of Timberwolf #DCD6CC
Tints of Timberwolf #DCD6CC
RGB
CMYK
RGB Variations
Color information
#DCD6CC (or 0xDCD6CC) is known color: Timberwolf. HEX triplet: DC, D6 and CC. RGB value is (220,214,204). Sum of RGB (Red+Green+Blue) = 220+214+204=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6CC is #232933. Grayscale: #D6D6D6. Windows color (decimal): -2304308 or 13424348. OLE color: 13424348.
HSL color Cylindrical-coordinate representation of color #DCD6CC: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCD6CC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 204 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.14 |
| HSL | 37.5º | 0.19% | 0.83% | - |
| HSV(B) | 37.5º | 0.07% | 0.86% | - |
| XYZ | 64.46 | 67.67 | 66.79 | - |
| YUV | 214.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 204 | 0 | 0.03 | 0.07 | 0.14 | 37.5 | 0.19 | 0.83 |
| Hex | DC | D6 | CC | 0 | 3 | 7 | E | 26 | 13 | 53 |
| Octal | 334 | 326 | 314 | 0 | 3 | 7 | 16 | 46 | 23 | 123 |
| Binary | 11011100 | 11010110 | 11001100 | 0 | 11 | 111 | 1110 | 100110 | 10011 | 1010011 |
Color Harmonies of #DCD6CC
Complementary color
Monochromatic Colors of #DCD6CC
Black with #DCD6CC
Text Example
Text Example
White with #DCD6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6CC; }
p { color: rgb(220,214,204); }
H1.HeaderClassName
{
color: #DCD6CC;
}
.AnyTagClassName
{
color: #DCD6CC;
}
</style>
background-color css
<style>
a { background-color: #DCD6CC; }
a { background-color: rgb(220,214,204); }
div.DivClassName
{
background-color: #DCD6CC;
}
.BgClassName
{
background-color: #DCD6CC;
}
</style>
border-color css
<style>
span { border-color: #DCD6CC; }
span { border-color: rgb(220,214,204); }
td.TdClassName
{
border-color: #DCD6CC;
}
.TagClassName
{
border-color: #DCD6CC;
}
</style>