Color Hex Logo

#dcc374 Color Hex

#DCC374
(220,195,116)
0 Favorites   0 Comments

Color spaces of #dcc374

RGB 220195116
HSL0.130.600.66
HSV46°47°86°
CMYK 0.000.110.47   0.14
XYZ52.182755.506824.4866
Yxy55.50680.39480.4199
Hunter Lab74.5029-5.356532.6654
CIE-Lab79.3323-1.497942.7420

#dcc374 color RGB value is (220,195,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01110100
Octal 334 303 164
Decimal 220 195 116
Hex DC C3 74

RGB Percentages of Color #dcc374

%41.43
%36.72
%21.85

CMYK Percentages of Color #dcc374

%0
%11
%47
%14

Triadic Colors of #dcc374

#dcc374 #74dcc3 #c374dc

Analogous Colors of #dcc374

#dcc374 #c1dc74 #dc8f74

Monochromatic Colors of #dcc374

#dcc374

Complementary Color

#dcc374 #748ddc

#dcc374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc374 Color CSS Codes

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

#dcc374 Text Font Color

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

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


#dcc374 Background Color

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

This div background color is #dcc374


#dcc374 Border Color

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

This div border color is #dcc374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc374


Comments

No comments written yet.

Please login to write comment.