#D7D6D4

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

Shades of Timberwolf #D7D6D4

Tints of Timberwolf #D7D6D4

Color information

#D7D6D4 (or 0xD7D6D4) is unknown color: approx Timberwolf. HEX triplet: D7, D6 and D4. RGB value is (215,214,212). Sum of RGB (Red+Green+Blue) = 215+214+212=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D6D4 is #28292B. Grayscale: #D6D6D6. Windows color (decimal): -2631980 or 13948631. OLE color: 13948631.

HSL color Cylindrical-coordinate representation of color #D7D6D4: hue angle of 40º degrees, saturation: 0.04, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D7D6D4 is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215214212-
CMYK00.000.010.16
HSL40º3.61%83.73%-
HSV(B)40º1.4%84.31%-
XYZ63.9567.2971.91-
YUV214.07126.83128.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.54%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=33.54%
G=33.39%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521421200.000.010.16403.6183.73
HexD7D6D40011028454
Octal32732632400120504124
Binary110101111101011011010100001100001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6D4; }

 p { color: rgb(215,214,212); }

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

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

 a { background-color: rgb(215,214,212); }

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

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

 span { border-color: rgb(215,214,212); }

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