color codes Logo

#dcc4ac color codes

#DCC4AC
(220,196,172)
0 Favorites   0 Comments

Color spaces of #dcc4ac

RGB 220196172
HSL0.080.410.77
HSV30°22°86°
CMYK 0.000.110.22   0.14
XYZ56.701557.674147.1734
Yxy57.67410.35100.3570
Hunter Lab75.94350.372016.3316
CIE-Lab80.55734.714415.1420

#dcc4ac color RGB value is (220,196,172).

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

The process color (four color CMYK) of #dcc4ac color code is 0.00, 0.11, 0.22, 0.14. Web safe color of #dcc4ac is #cccc99. Color #dcc4ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 10101100
Octal 334 304 254
Decimal 220 196 172
Hex DC C4 AC

RGB Percentages of Color #dcc4ac

%37.41
%33.33
%29.25

CMYK Percentages of Color #dcc4ac

%0
%11
%22
%14

Triadic Colors of #dcc4ac

#dcc4ac #acdcc4 #c4acdc

Analogous Colors of #dcc4ac

#dcc4ac #dcdcac #dcacac

Monochromatic Colors of #dcc4ac

#dcc4ac

Complementary Color

#dcc4ac #acc4dc

#dcc4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc4ac Color CSS Codes

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

#dcc4ac Text Font Color

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

This sample text font color is #dcc4ac
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.


#dcc4ac Background Color

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

This div background color is #dcc4ac


#dcc4ac Border Color

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

This div border color is #dcc4ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,196,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 #dcc4ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc4ac

#dcc4ac Color Palettes


Comments

No comments written yet.

Please login to write comment.