Color Hex Logo

#dcc976 Color Hex

#DCC976
(220,201,118)
0 Favorites   0 Comments

Color spaces of #dcc976

RGB 220201118
HSL0.140.590.66
HSV49°46°86°
CMYK 0.000.090.46   0.14
XYZ53.671958.296925.5632
Yxy58.29690.39030.4239
Hunter Lab76.3524-8.140233.5961
CIE-Lab80.9036-4.412543.6941

#dcc976 color RGB value is (220,201,118).

#dcc976 hex color red value is 220, green value is 201 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dcc976 hue: 0.14 , saturation: 0.59 and the lightness value of dcc976 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 01110110
Octal 334 311 166
Decimal 220 201 118
Hex DC C9 76

RGB Percentages of Color #dcc976

%40.82
%37.29
%21.89

CMYK Percentages of Color #dcc976

%0
%9
%46
%14

Triadic Colors of #dcc976

#dcc976 #76dcc9 #c976dc

Analogous Colors of #dcc976

#dcc976 #bcdc76 #dc9676

Monochromatic Colors of #dcc976

#dcc976

Complementary Color

#dcc976 #7689dc

#dcc976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc976 Color CSS Codes

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

#dcc976 Text Font Color

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

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


#dcc976 Background Color

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

This div background color is #dcc976


#dcc976 Border Color

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

This div border color is #dcc976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc976


Comments

No comments written yet.

Please login to write comment.