#DCD9D1

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

Shades of Timberwolf #DCD9D1

Tints of Timberwolf #DCD9D1

Color information

#DCD9D1 (or 0xDCD9D1) is unknown color: approx Timberwolf. HEX triplet: DC, D9 and D1. RGB value is (220,217,209). Sum of RGB (Red+Green+Blue) = 220+217+209=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9D1 is #23262E. Grayscale: #D9D9D9. Windows color (decimal): -2303535 or 13752796. OLE color: 13752796.

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

Color convert

RGB220217209-
CMYK00.010.050.14
HSL43.64º13.58%84.12%-
HSV(B)43.64º5%86.27%-
XYZ65.8469.4470.26-
YUV216.98123.49130.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 209 (82.03% from 255) = 32.35%
R=34.06%
G=33.59%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021720900.010.050.1443.6413.5884.12
HexDCD9D1015E2ce54
Octal334331321015165416124
Binary11011100110110011101000101101111010110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9D1; }

 p { color: rgb(220,217,209); }

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

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

 a { background-color: rgb(220,217,209); }

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

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

 span { border-color: rgb(220,217,209); }

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