#D9D4CC

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

Shades of Timberwolf #D9D4CC

Tints of Timberwolf #D9D4CC

Color information

#D9D4CC (or 0xD9D4CC) is unknown color: approx Timberwolf. HEX triplet: D9, D4 and CC. RGB value is (217,212,204). Sum of RGB (Red+Green+Blue) = 217+212+204=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D4CC is #262B33. Grayscale: #D4D4D4. Windows color (decimal): -2501428 or 13423833. OLE color: 13423833.

HSL color Cylindrical-coordinate representation of color #D9D4CC: hue angle of 36.92º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9D4CC is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217212204-
CMYK00.020.060.15
HSL36.92º14.61%82.55%-
HSV(B)36.92º5.99%85.1%-
XYZ63.0666.266.58-
YUV212.58123.16131.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=34.28%
G=33.49%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721220400.020.060.1536.9214.6182.55
HexD9D4CC026F25f53
Octal331324314026174517123
Binary110110011101010011001100010110111110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D4CC; }

 p { color: rgb(217,212,204); }

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

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

 a { background-color: rgb(217,212,204); }

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

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

 span { border-color: rgb(217,212,204); }

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