Color Hex Logo

#dcc97e Color Hex

#DCC97E
(220,201,126)
0 Favorites   0 Comments

Color spaces of #dcc97e

RGB 220201126
HSL0.130.570.68
HSV48°43°86°
CMYK 0.000.090.43   0.14
XYZ54.167758.495328.1744
Yxy58.49530.38460.4153
Hunter Lab76.4822-7.423231.6964
CIE-Lab81.0134-3.617139.8179

#dcc97e color RGB value is (220,201,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 01111110
Octal 334 311 176
Decimal 220 201 126
Hex DC C9 7E

RGB Percentages of Color #dcc97e

%40.22
%36.75
%23.03

CMYK Percentages of Color #dcc97e

%0
%9
%43
%14

Triadic Colors of #dcc97e

#dcc97e #7edcc9 #c97edc

Analogous Colors of #dcc97e

#dcc97e #c0dc7e #dc9a7e

Monochromatic Colors of #dcc97e

#dcc97e

Complementary Color

#dcc97e #7e91dc

#dcc97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc97e Color CSS Codes

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

#dcc97e Text Font Color

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

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


#dcc97e Background Color

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

This div background color is #dcc97e


#dcc97e Border Color

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

This div border color is #dcc97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc97e

#dcc97e Color Palettes


Comments

No comments written yet.

Please login to write comment.