Color Hex Logo

#dcc47e Color Hex

#DCC47E
(220,196,126)
0 Favorites   0 Comments

Color spaces of #dcc47e

RGB 220196126
HSL0.120.570.68
HSV45°43°86°
CMYK 0.000.110.43   0.14
XYZ53.021056.201927.7922
Yxy56.20190.38700.4102
Hunter Lab74.9679-4.949930.4975
CIE-Lab79.7286-1.025338.1816

#dcc47e color RGB value is (220,196,126).

#dcc47e hex color red value is 220, green value is 196 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dcc47e hue: 0.12 , saturation: 0.57 and the lightness value of dcc47e is 0.68.

The process color (four color CMYK) of #dcc47e color hex is 0.00, 0.11, 0.43, 0.14. Web safe color of #dcc47e is #cccc66. Color #dcc47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 01111110
Octal 334 304 176
Decimal 220 196 126
Hex DC C4 7E

RGB Percentages of Color #dcc47e

%40.59
%36.16
%23.25

CMYK Percentages of Color #dcc47e

%0
%11
%43
%14

Triadic Colors of #dcc47e

#dcc47e #7edcc4 #c47edc

Analogous Colors of #dcc47e

#dcc47e #c5dc7e #dc957e

Monochromatic Colors of #dcc47e

#dcc47e

Complementary Color

#dcc47e #7e96dc

#dcc47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc47e Color CSS Codes

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

#dcc47e Text Font Color

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

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


#dcc47e Background Color

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

This div background color is #dcc47e


#dcc47e Border Color

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

This div border color is #dcc47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc47e


Comments

No comments written yet.

Please login to write comment.