Color Hex Logo

#dcc76e Color Hex

#DCC76E
(220,199,110)
0 Favorites   0 Comments

Color spaces of #dcc76e

RGB 220199110
HSL0.130.610.65
HSV49°50°86°
CMYK 0.000.100.50   0.14
XYZ52.753157.188323.0099
Yxy57.18830.39680.4301
Hunter Lab75.6229-7.822034.8958
CIE-Lab80.2854-4.119746.8810

#dcc76e color RGB value is (220,199,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01101110
Octal 334 307 156
Decimal 220 199 110
Hex DC C7 6E

RGB Percentages of Color #dcc76e

%41.59
%37.62
%20.79

CMYK Percentages of Color #dcc76e

%0
%10
%50
%14

Triadic Colors of #dcc76e

#dcc76e #6edcc7 #c76edc

Analogous Colors of #dcc76e

#dcc76e #badc6e #dc906e

Monochromatic Colors of #dcc76e

#dcc76e

Complementary Color

#dcc76e #6e83dc

#dcc76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc76e Color CSS Codes

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

#dcc76e Text Font Color

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

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


#dcc76e Background Color

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

This div background color is #dcc76e


#dcc76e Border Color

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

This div border color is #dcc76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc76e


Comments

No comments written yet.

Please login to write comment.