Color Hex Logo

#dcc376 Color Hex

#DCC376
(220,195,118)
0 Favorites   0 Comments

Color spaces of #dcc376

RGB 220195118
HSL0.130.590.66
HSV45°46°86°
CMYK 0.000.110.46   0.14
XYZ52.300355.553925.1060
Yxy55.55390.39340.4178
Hunter Lab74.5345-5.183232.2031
CIE-Lab79.3593-1.306841.7715

#dcc376 color RGB value is (220,195,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01110110
Octal 334 303 166
Decimal 220 195 118
Hex DC C3 76

RGB Percentages of Color #dcc376

%41.28
%36.59
%22.14

CMYK Percentages of Color #dcc376

%0
%11
%46
%14

Triadic Colors of #dcc376

#dcc376 #76dcc3 #c376dc

Analogous Colors of #dcc376

#dcc376 #c2dc76 #dc9076

Monochromatic Colors of #dcc376

#dcc376

Complementary Color

#dcc376 #768fdc

#dcc376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc376 Color CSS Codes

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

#dcc376 Text Font Color

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

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


#dcc376 Background Color

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

This div background color is #dcc376


#dcc376 Border Color

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

This div border color is #dcc376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc376


Comments

No comments written yet.

Please login to write comment.