#DDDAD2

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

Shades of Timberwolf #DDDAD2

Tints of Timberwolf #DDDAD2

Color information

#DDDAD2 (or 0xDDDAD2) is unknown color: approx Timberwolf. HEX triplet: DD, DA and D2. RGB value is (221,218,210). Sum of RGB (Red+Green+Blue) = 221+218+210=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAD2 is #22252D. Grayscale: #DADADA. Windows color (decimal): -2237742 or 13818589. OLE color: 13818589.

HSL color Cylindrical-coordinate representation of color #DDDAD2: hue angle of 43.64º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDAD2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221218210-
CMYK00.010.050.13
HSL43.64º13.92%84.51%-
HSV(B)43.64º4.98%86.67%-
XYZ66.5270.1771.01-
YUV217.98123.49130.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 218 (85.55% from 255) = 33.59%
BLUE value IS 210 (82.42% from 255) = 32.36%
R=34.05%
G=33.59%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121821000.010.050.1343.6413.9284.51
HexDDDAD2015D2ce55
Octal335332322015155416125
Binary11011101110110101101001001101110110110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAD2; }

 p { color: rgb(221,218,210); }

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

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

 a { background-color: rgb(221,218,210); }

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

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

 span { border-color: rgb(221,218,210); }

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