Color Hex Logo

#dcc49f Color Hex

#DCC49F
(220,196,159)
0 Favorites   0 Comments

Color spaces of #dcc49f

RGB 220196159
HSL0.100.470.74
HSV36°28°86°
CMYK 0.000.110.28   0.14
XYZ55.513157.198740.9155
Yxy57.19870.36130.3723
Hunter Lab75.6298-1.331320.8652
CIE-Lab80.29122.899721.6951

#dcc49f color RGB value is (220,196,159).

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

The process color (four color CMYK) of #dcc49f color hex is 0.00, 0.11, 0.28, 0.14. Web safe color of #dcc49f is #cccc99. Color #dcc49f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 10011111
Octal 334 304 237
Decimal 220 196 159
Hex DC C4 9F

RGB Percentages of Color #dcc49f

%38.26
%34.09
%27.65

CMYK Percentages of Color #dcc49f

%0
%11
%28
%14

Triadic Colors of #dcc49f

#dcc49f #9fdcc4 #c49fdc

Analogous Colors of #dcc49f

#dcc49f #d6dc9f #dca69f

Monochromatic Colors of #dcc49f

#dcc49f

Complementary Color

#dcc49f #9fb7dc

#dcc49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc49f Color CSS Codes

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

#dcc49f Text Font Color

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

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


#dcc49f Background Color

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

This div background color is #dcc49f


#dcc49f Border Color

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

This div border color is #dcc49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc49f


Comments

No comments written yet.

Please login to write comment.