Color Hex Logo

#dcc77e Color Hex

#DCC77E
(220,199,126)
0 Favorites   0 Comments

Color spaces of #dcc77e

RGB 220199126
HSL0.130.570.68
HSV47°43°86°
CMYK 0.000.100.43   0.14
XYZ53.704557.568828.0200
Yxy57.56880.38550.4133
Hunter Lab75.8741-6.435531.2163
CIE-Lab80.4985-2.582639.1633

#dcc77e color RGB value is (220,199,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01111110
Octal 334 307 176
Decimal 220 199 126
Hex DC C7 7E

RGB Percentages of Color #dcc77e

%40.37
%36.51
%23.12

CMYK Percentages of Color #dcc77e

%0
%10
%43
%14

Triadic Colors of #dcc77e

#dcc77e #7edcc7 #c77edc

Analogous Colors of #dcc77e

#dcc77e #c2dc7e #dc987e

Monochromatic Colors of #dcc77e

#dcc77e

Complementary Color

#dcc77e #7e93dc

#dcc77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc77e Color CSS Codes

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

#dcc77e Text Font Color

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

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


#dcc77e Background Color

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

This div background color is #dcc77e


#dcc77e Border Color

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

This div border color is #dcc77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc77e


Comments

No comments written yet.

Please login to write comment.