Color Hex Logo

#dcc29c Color Hex

#DCC29C
(220,194,156)
0 Favorites   0 Comments

Color spaces of #dcc29c

RGB 220194156
HSL0.100.480.74
HSV36°29°86°
CMYK 0.000.120.29   0.14
XYZ54.807756.199539.4114
Yxy56.19950.36440.3736
Hunter Lab74.9663-0.690221.3064
CIE-Lab79.72723.552922.5133

#dcc29c color RGB value is (220,194,156).

#dcc29c hex color red value is 220, green value is 194 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dcc29c hue: 0.10 , saturation: 0.48 and the lightness value of dcc29c is 0.74.

The process color (four color CMYK) of #dcc29c color hex is 0.00, 0.12, 0.29, 0.14. Web safe color of #dcc29c is #cccc99. Color #dcc29c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 10011100
Octal 334 302 234
Decimal 220 194 156
Hex DC C2 9C

RGB Percentages of Color #dcc29c

%38.60
%34.04
%27.37

CMYK Percentages of Color #dcc29c

%0
%12
%29
%14

Triadic Colors of #dcc29c

#dcc29c #9cdcc2 #c29cdc

Analogous Colors of #dcc29c

#dcc29c #d6dc9c #dca29c

Monochromatic Colors of #dcc29c

#dcc29c

Complementary Color

#dcc29c #9cb6dc

#dcc29c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc29c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc29c Color CSS Codes

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

#dcc29c Text Font Color

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

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


#dcc29c Background Color

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

This div background color is #dcc29c


#dcc29c Border Color

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

This div border color is #dcc29c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc29c


Comments

No comments written yet.

Please login to write comment.