#D6D5D3

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

Shades of Timberwolf #D6D5D3

Tints of Timberwolf #D6D5D3

Color information

#D6D5D3 (or 0xD6D5D3) is unknown color: approx Timberwolf. HEX triplet: D6, D5 and D3. RGB value is (214,213,211). Sum of RGB (Red+Green+Blue) = 214+213+211=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5D3 is #292A2C. Grayscale: #D5D5D5. Windows color (decimal): -2697773 or 13882838. OLE color: 13882838.

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

Color convert

RGB214213211-
CMYK00.000.010.16
HSL40º3.53%83.33%-
HSV(B)40º1.4%83.92%-
XYZ63.2866.5971.15-
YUV213.07126.83128.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.54%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 211 (82.81% 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
Decimal21421321100.000.010.16403.5383.33
HexD6D5D30011028453
Octal32632532300120504123
Binary110101101101010111010011001100001010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5D3; }

 p { color: rgb(214,213,211); }

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

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

 a { background-color: rgb(214,213,211); }

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

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

 span { border-color: rgb(214,213,211); }

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