Color Hex Logo

#dcc776 Color Hex

#DCC776
(220,199,118)
0 Favorites   0 Comments

Color spaces of #dcc776

RGB 220199118
HSL0.130.590.66
HSV48°46°86°
CMYK 0.000.100.46   0.14
XYZ53.208657.370525.4088
Yxy57.37050.39130.4219
Hunter Lab75.7433-7.157133.1309
CIE-Lab80.3875-3.380743.0533

#dcc776 color RGB value is (220,199,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01110110
Octal 334 307 166
Decimal 220 199 118
Hex DC C7 76

RGB Percentages of Color #dcc776

%40.97
%37.06
%21.97

CMYK Percentages of Color #dcc776

%0
%10
%46
%14

Triadic Colors of #dcc776

#dcc776 #76dcc7 #c776dc

Analogous Colors of #dcc776

#dcc776 #bedc76 #dc9476

Monochromatic Colors of #dcc776

#dcc776

Complementary Color

#dcc776 #768bdc

#dcc776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc776 Color CSS Codes

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

#dcc776 Text Font Color

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

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


#dcc776 Background Color

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

This div background color is #dcc776


#dcc776 Border Color

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

This div border color is #dcc776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc776


Comments

No comments written yet.

Please login to write comment.