#D9D7D2

Color #D9D7D2 Timberwolf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timberwolf #D9D7D2

Tints of Timberwolf #D9D7D2

Color information

#D9D7D2 (or 0xD9D7D2) is unknown color: approx Timberwolf. HEX triplet: D9, D7 and D2. RGB value is (217,215,210). Sum of RGB (Red+Green+Blue) = 217+215+210=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7D2 is #26282D. Grayscale: #D7D7D7. Windows color (decimal): -2500654 or 13817817. OLE color: 13817817.

HSL color Cylindrical-coordinate representation of color #D9D7D2: hue angle of 42.86º degrees, saturation: 0.08, 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 #D9D7D2 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB217215210-
CMYK00.010.030.15
HSL42.86º8.43%83.73%-
HSV(B)42.86º3.23%85.1%-
XYZ64.5568.0170.7-
YUV215.03125.16129.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 33.80%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 210 (82.42% from 255) = 32.71%
R=33.80%
G=33.49%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721521000.010.030.1542.868.4383.73
HexD9D7D2013F2b854
Octal331327322013175310124
Binary1101100111010111110100100111111110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D7D2; }

 p { color: rgb(217,215,210); }

 H1.HeaderClassName
 {
   color: #D9D7D2;
 }
 .AnyTagClassName
 {
   color: #D9D7D2;
 }
</style>
background-color css

<style>
 a { background-color: #D9D7D2; }

 a { background-color: rgb(217,215,210); }

 div.DivClassName
 {
   background-color: #D9D7D2;
 }
 .BgClassName
 {
   background-color: #D9D7D2;
 }
</style>
border-color css

<style>
 span { border-color: #D9D7D2; }

 span { border-color: rgb(217,215,210); }

 td.TdClassName
 {
   border-color: #D9D7D2;
 }
 .TagClassName
 {
   border-color: #D9D7D2;
 }
</style>