Color Hex Logo

#dcc584 Color Hex

#DCC584
(220,197,132)
0 Favorites   0 Comments

Color spaces of #dcc584

RGB 220197132
HSL0.120.560.69
HSV44°40°86°
CMYK 0.000.100.40   0.14
XYZ53.646356.814129.9685
Yxy56.81410.38200.4046
Hunter Lab75.3751-4.863729.1894
CIE-Lab80.0749-0.906435.5501

#dcc584 color RGB value is (220,197,132).

#dcc584 hex color red value is 220, green value is 197 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dcc584 hue: 0.12 , saturation: 0.56 and the lightness value of dcc584 is 0.69.

The process color (four color CMYK) of #dcc584 color hex is 0.00, 0.10, 0.40, 0.14. Web safe color of #dcc584 is #cccc99. Color #dcc584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 10000100
Octal 334 305 204
Decimal 220 197 132
Hex DC C5 84

RGB Percentages of Color #dcc584

%40.07
%35.88
%24.04

CMYK Percentages of Color #dcc584

%0
%10
%40
%14

Triadic Colors of #dcc584

#dcc584 #84dcc5 #c584dc

Analogous Colors of #dcc584

#dcc584 #c7dc84 #dc9984

Monochromatic Colors of #dcc584

#dcc584

Complementary Color

#dcc584 #849bdc

#dcc584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc584 Color CSS Codes

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

#dcc584 Text Font Color

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

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


#dcc584 Background Color

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

This div background color is #dcc584


#dcc584 Border Color

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

This div border color is #dcc584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc584

#dcc584 Color Palettes


Comments

No comments written yet.

Please login to write comment.