Color Hex Logo

#dcd579 Color Hex

#DCD579
(220,213,121)
0 Favorites   0 Comments

Color spaces of #dcd579

RGB 220213121
HSL0.150.590.67
HSV56°45°86°
CMYK 0.000.030.45   0.14
XYZ56.760664.184627.4864
Yxy64.18460.38240.4324
Hunter Lab80.1153-13.736935.7392
CIE-Lab84.0618-10.245146.1197

#dcd579 color RGB value is (220,213,121).

#dcd579 hex color red value is 220, green value is 213 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dcd579 hue: 0.15 , saturation: 0.59 and the lightness value of dcd579 is 0.67.

The process color (four color CMYK) of #dcd579 color hex is 0.00, 0.03, 0.45, 0.14. Web safe color of #dcd579 is #cccc66. Color #dcd579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 01111001
Octal 334 325 171
Decimal 220 213 121
Hex DC D5 79

RGB Percentages of Color #dcd579

%39.71
%38.45
%21.84

CMYK Percentages of Color #dcd579

%0
%3
%45
%14

Triadic Colors of #dcd579

#dcd579 #79dcd5 #d579dc

Analogous Colors of #dcd579

#dcd579 #b2dc79 #dca479

Monochromatic Colors of #dcd579

#dcd579

Complementary Color

#dcd579 #7980dc

#dcd579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd579 Color CSS Codes

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

#dcd579 Text Font Color

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

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


#dcd579 Background Color

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

This div background color is #dcd579


#dcd579 Border Color

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

This div border color is #dcd579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd579


Comments

No comments written yet.

Please login to write comment.