Color Hex Logo

#dcc37e Color Hex

#DCC37E
(220,195,126)
0 Favorites   0 Comments

Color spaces of #dcc37e

RGB 220195126
HSL0.120.570.68
HSV44°43°86°
CMYK 0.000.110.43   0.14
XYZ52.796255.752227.7173
Yxy55.75220.38750.4091
Hunter Lab74.6674-4.453330.2581
CIE-Lab79.4726-0.504337.8543

#dcc37e color RGB value is (220,195,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01111110
Octal 334 303 176
Decimal 220 195 126
Hex DC C3 7E

RGB Percentages of Color #dcc37e

%40.67
%36.04
%23.29

CMYK Percentages of Color #dcc37e

%0
%11
%43
%14

Triadic Colors of #dcc37e

#dcc37e #7edcc3 #c37edc

Analogous Colors of #dcc37e

#dcc37e #c6dc7e #dc947e

Monochromatic Colors of #dcc37e

#dcc37e

Complementary Color

#dcc37e #7e97dc

#dcc37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc37e Color CSS Codes

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

#dcc37e Text Font Color

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

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


#dcc37e Background Color

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

This div background color is #dcc37e


#dcc37e Border Color

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

This div border color is #dcc37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc37e


Comments

No comments written yet.

Please login to write comment.