Shades of Timberwolf #D4D2CF
Tints of Timberwolf #D4D2CF
RGB
CMYK
RGB Variations
Color information
#D4D2CF (or 0xD4D2CF) is known color: Timberwolf. HEX triplet: D4, D2 and CF. RGB value is (212,210,207). Sum of RGB (Red+Green+Blue) = 212+210+207=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D2CF is #2B2D30. Grayscale: #D2D2D2. Windows color (decimal): -2829617 or 13619924. OLE color: 13619924.
HSL color Cylindrical-coordinate representation of color #D4D2CF: hue angle of 36º degrees, saturation: 0.05, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D4D2CF is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 210 | 207 | - |
CMYK | 0 | 0.01 | 0.02 | 0.17 |
HSL | 36º | 0.05% | 0.82% | - |
HSV(B) | 36º | 0.02% | 0.83% | - |
XYZ | 61.46 | 64.6 | 68.26 | - |
YUV | 210.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 210 | 207 | 0 | 0.01 | 0.02 | 0.17 | 36 | 0.05 | 0.82 |
Hex | D4 | D2 | CF | 0 | 1 | 2 | 11 | 24 | 5 | 52 |
Octal | 324 | 322 | 317 | 0 | 1 | 2 | 21 | 44 | 5 | 122 |
Binary | 11010100 | 11010010 | 11001111 | 0 | 1 | 10 | 10001 | 100100 | 101 | 1010010 |
Color Harmonies of #D4D2CF
Complementary color
Monochromatic Colors of #D4D2CF
Black with #D4D2CF
Text Example
Text Example
White with #D4D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D2CF; }
p { color: rgb(212,210,207); }
H1.HeaderClassName
{
color: #D4D2CF;
}
.AnyTagClassName
{
color: #D4D2CF;
}
</style>
background-color css
<style>
a { background-color: #D4D2CF; }
a { background-color: rgb(212,210,207); }
div.DivClassName
{
background-color: #D4D2CF;
}
.BgClassName
{
background-color: #D4D2CF;
}
</style>
border-color css
<style>
span { border-color: #D4D2CF; }
span { border-color: rgb(212,210,207); }
td.TdClassName
{
border-color: #D4D2CF;
}
.TagClassName
{
border-color: #D4D2CF;
}
</style>