Color Hex Logo

#dcc57e Color Hex

#DCC57E
(220,197,126)
0 Favorites   0 Comments

Color spaces of #dcc57e

RGB 220197126
HSL0.130.570.68
HSV45°43°86°
CMYK 0.000.100.43   0.14
XYZ53.247356.654527.8676
Yxy56.65450.38650.4112
Hunter Lab75.2692-5.445730.7369
CIE-Lab79.9849-1.545238.5089

#dcc57e color RGB value is (220,197,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 01111110
Octal 334 305 176
Decimal 220 197 126
Hex DC C5 7E

RGB Percentages of Color #dcc57e

%40.52
%36.28
%23.20

CMYK Percentages of Color #dcc57e

%0
%10
%43
%14

Triadic Colors of #dcc57e

#dcc57e #7edcc5 #c57edc

Analogous Colors of #dcc57e

#dcc57e #c4dc7e #dc967e

Monochromatic Colors of #dcc57e

#dcc57e

Complementary Color

#dcc57e #7e95dc

#dcc57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc57e Color CSS Codes

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

#dcc57e Text Font Color

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

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


#dcc57e Background Color

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

This div background color is #dcc57e


#dcc57e Border Color

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

This div border color is #dcc57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc57e


Comments

No comments written yet.

Please login to write comment.