#DAD7D1

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

Shades of Timberwolf #DAD7D1

Tints of Timberwolf #DAD7D1

Color information

#DAD7D1 (or 0xDAD7D1) is unknown color: approx Timberwolf. HEX triplet: DA, D7 and D1. RGB value is (218,215,209). Sum of RGB (Red+Green+Blue) = 218+215+209=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7D1 is #25282E. Grayscale: #D7D7D7. Windows color (decimal): -2435119 or 13752282. OLE color: 13752282.

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

Color convert

RGB218215209-
CMYK00.010.040.15
HSL40º10.84%83.73%-
HSV(B)40º4.13%85.49%-
XYZ64.7268.1170.06-
YUV215.21124.49129.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=33.96%
G=33.49%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821520900.010.040.154010.8483.73
HexDAD7D1014F28b54
Octal332327321014175013124
Binary11011010110101111101000101100111110100010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7D1; }

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

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

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

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

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

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

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

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