#D7D5D0

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

Shades of Timberwolf #D7D5D0

Tints of Timberwolf #D7D5D0

Color information

#D7D5D0 (or 0xD7D5D0) is unknown color: approx Timberwolf. HEX triplet: D7, D5 and D0. RGB value is (215,213,208). Sum of RGB (Red+Green+Blue) = 215+213+208=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D5D0 is #282A2F. Grayscale: #D5D5D5. Windows color (decimal): -2632240 or 13686231. OLE color: 13686231.

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

Color convert

RGB215213208-
CMYK00.010.030.16
HSL42.86º8.05%82.94%-
HSV(B)42.86º3.26%84.31%-
XYZ63.266.5969.2-
YUV213.03125.16129.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.81%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 208 (81.64% from 255) = 32.70%
R=33.81%
G=33.49%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521320800.010.030.1642.868.0582.94
HexD7D5D0013102b853
Octal327325320013205310123
Binary11010111110101011101000001111000010101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D5D0; }

 p { color: rgb(215,213,208); }

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

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

 a { background-color: rgb(215,213,208); }

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

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

 span { border-color: rgb(215,213,208); }

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