Color Hex Logo

#dcc79c Color Hex

#DCC79C
(220,199,156)
0 Favorites   0 Comments

Color spaces of #dcc79c

RGB 220199156
HSL0.110.480.74
HSV40°29°86°
CMYK 0.000.100.29   0.14
XYZ55.939458.462839.7886
Yxy58.46280.36280.3792
Hunter Lab76.4610-3.214822.6695
CIE-Lab80.99540.931524.2466

#dcc79c color RGB value is (220,199,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 10011100
Octal 334 307 234
Decimal 220 199 156
Hex DC C7 9C

RGB Percentages of Color #dcc79c

%38.26
%34.61
%27.13

CMYK Percentages of Color #dcc79c

%0
%10
%29
%14

Triadic Colors of #dcc79c

#dcc79c #9cdcc7 #c79cdc

Analogous Colors of #dcc79c

#dcc79c #d1dc9c #dca79c

Monochromatic Colors of #dcc79c

#dcc79c

Complementary Color

#dcc79c #9cb1dc

#dcc79c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc79c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc79c Color CSS Codes

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

#dcc79c Text Font Color

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

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


#dcc79c Background Color

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

This div background color is #dcc79c


#dcc79c Border Color

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

This div border color is #dcc79c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc79c


Comments

No comments written yet.

Please login to write comment.