#DAD9D7

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

Shades of Timberwolf #DAD9D7

Tints of Timberwolf #DAD9D7

Color information

#DAD9D7 (or 0xDAD9D7) is unknown color: approx Timberwolf. HEX triplet: DA, D9 and D7. RGB value is (218,217,215). Sum of RGB (Red+Green+Blue) = 218+217+215=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9D7 is #252628. Grayscale: #D9D9D9. Windows color (decimal): -2434601 or 14146010. OLE color: 14146010.

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

Color convert

RGB218217215-
CMYK00.000.010.15
HSL40º3.9%84.9%-
HSV(B)40º1.38%85.49%-
XYZ65.9969.4474.21-
YUV217.07126.83128.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 217 (85.16% from 255) = 33.38%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=33.54%
G=33.38%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821721500.000.010.15403.984.9
HexDAD9D7001F28455
Octal33233132700117504125
Binary11011010110110011101011100111111010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9D7; }

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

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

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

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

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

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

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

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