Color Hex Logo

#dcd557 Color Hex

#DCD557
(220,213,87)
0 Favorites   0 Comments

Color spaces of #dcd557

RGB 22021387
HSL0.160.660.60
HSV57°60°86°
CMYK 0.000.030.60   0.14
XYZ55.029763.492318.3717
Yxy63.49230.40200.4638
Hunter Lab79.6821-16.168642.1074
CIE-Lab83.7007-13.013161.3815

#dcd557 color RGB value is (220,213,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 01010111
Octal 334 325 127
Decimal 220 213 87
Hex DC D5 57

RGB Percentages of Color #dcd557

%42.31
%40.96
%16.73

CMYK Percentages of Color #dcd557

%0
%3
%60
%14

Triadic Colors of #dcd557

#dcd557 #57dcd5 #d557dc

Analogous Colors of #dcd557

#dcd557 #a1dc57 #dc9357

Monochromatic Colors of #dcd557

#dcd557

Complementary Color

#dcd557 #575edc

#dcd557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd557 Color CSS Codes

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

#dcd557 Text Font Color

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

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


#dcd557 Background Color

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

This div background color is #dcd557


#dcd557 Border Color

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

This div border color is #dcd557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd557


Comments

No comments written yet.

Please login to write comment.