Color Hex Logo

#dcc76c Color Hex

#DCC76C
(220,199,108)
0 Favorites   0 Comments

Color spaces of #dcc76c

RGB 220199108
HSL0.140.620.64
HSV49°51°86°
CMYK 0.000.100.51   0.14
XYZ52.645457.145222.4428
Yxy57.14520.39810.4322
Hunter Lab75.5944-7.979535.3138
CIE-Lab80.2612-4.295247.8261

#dcc76c color RGB value is (220,199,108).

#dcc76c hex color red value is 220, green value is 199 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dcc76c hue: 0.14 , saturation: 0.62 and the lightness value of dcc76c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01101100
Octal 334 307 154
Decimal 220 199 108
Hex DC C7 6C

RGB Percentages of Color #dcc76c

%41.75
%37.76
%20.49

CMYK Percentages of Color #dcc76c

%0
%10
%51
%14

Triadic Colors of #dcc76c

#dcc76c #6cdcc7 #c76cdc

Analogous Colors of #dcc76c

#dcc76c #b9dc6c #dc8f6c

Monochromatic Colors of #dcc76c

#dcc76c

Complementary Color

#dcc76c #6c81dc

#dcc76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc76c Color CSS Codes

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

#dcc76c Text Font Color

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

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


#dcc76c Background Color

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

This div background color is #dcc76c


#dcc76c Border Color

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

This div border color is #dcc76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc76c


Comments

No comments written yet.

Please login to write comment.