Color Hex Logo

#dcd9ac Color Hex

#DCD9AC
(220,217,172)
0 Favorites   0 Comments

Color spaces of #dcd9ac

RGB 220217172
HSL0.160.410.77
HSV56°22°86°
CMYK 0.000.010.22   0.14
XYZ61.774467.819948.8644
Yxy67.81990.34620.3800
Hunter Lab82.3528-10.221322.4670
CIE-Lab85.9163-6.189322.5946

#dcd9ac color RGB value is (220,217,172).

#dcd9ac hex color red value is 220, green value is 217 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dcd9ac hue: 0.16 , saturation: 0.41 and the lightness value of dcd9ac is 0.77.

The process color (four color CMYK) of #dcd9ac color hex is 0.00, 0.01, 0.22, 0.14. Web safe color of #dcd9ac is #cccc99. Color #dcd9ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 10101100
Octal 334 331 254
Decimal 220 217 172
Hex DC D9 AC

RGB Percentages of Color #dcd9ac

%36.12
%35.63
%28.24

CMYK Percentages of Color #dcd9ac

%0
%1
%22
%14

Triadic Colors of #dcd9ac

#dcd9ac #acdcd9 #d9acdc

Analogous Colors of #dcd9ac

#dcd9ac #c7dcac #dcc1ac

Monochromatic Colors of #dcd9ac

#dcd9ac

Complementary Color

#dcd9ac #acafdc

#dcd9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd9ac Color CSS Codes

.mybgcolor {background-color:#dcd9ac; } 
.myforecolor {color:#dcd9ac; }
.mybordercolor {border:3px solid #dcd9ac; }

#dcd9ac Text Font Color

<p style="color:#dcd9ac">Text here</p>

This sample text font color is #dcd9ac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dcd9ac Background Color

<div style="background-color:#dcd9ac">
Div content here</div>

This div background color is #dcd9ac


#dcd9ac Border Color

<div style="border:3px solid #dcd9ac">
Div here</div>

This div border color is #dcd9ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,217,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcd9ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcd9ac;
  -webkit-box-shadow: 1px 1px 3px 2px #dcd9ac;
  box-shadow:         1px 1px 3px 2px #dcd9ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,217,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcd9ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcd9ac;
  -webkit-box-shadow: 1px 1px 3px 2px #dcd9ac;
  box-shadow:         1px 1px 3px 2px #dcd9ac;">
Div content here</div>

This div box has shadow with color #dcd9ac


Comments

No comments written yet.

Please login to write comment.