#D9D7D3

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

Shades of Timberwolf #D9D7D3

Tints of Timberwolf #D9D7D3

Color information

#D9D7D3 (or 0xD9D7D3) is unknown color: approx Timberwolf. HEX triplet: D9, D7 and D3. RGB value is (217,215,211). Sum of RGB (Red+Green+Blue) = 217+215+211=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7D3 is #26282C. Grayscale: #D7D7D7. Windows color (decimal): -2500653 or 13883353. OLE color: 13883353.

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

Color convert

RGB217215211-
CMYK00.010.030.15
HSL40º7.32%83.92%-
HSV(B)40º2.76%85.1%-
XYZ64.6768.0671.36-
YUV215.14125.66129.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.75%
GREEN value IS 215 (84.38% from 255) = 33.44%
BLUE value IS 211 (82.81% from 255) = 32.81%
R=33.75%
G=33.44%
B=32.81%

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
Decimal21721521100.010.030.15407.3283.92
HexD9D7D3013F28754
Octal33132732301317507124
Binary110110011101011111010011011111111010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D7D3; }

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

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

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

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

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

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

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

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