Color Hex Logo

#dcd527 Color Hex

#DCD527
(220,213,39)
0 Favorites   0 Comments

Color spaces of #dcd527

RGB 22021339
HSL0.160.720.51
HSV58°82°86°
CMYK 0.000.030.82   0.14
XYZ53.675762.950611.2411
Yxy62.95060.41980.4923
Hunter Lab79.3414-18.089547.1388
CIE-Lab83.4164-15.233877.5838

#dcd527 color RGB value is (220,213,39).

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

The process color (four color CMYK) of #dcd527 color hex is 0.00, 0.03, 0.82, 0.14. Web safe color of #dcd527 is #cccc33. Color #dcd527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 00100111
Octal 334 325 47
Decimal 220 213 39
Hex DC D5 27

RGB Percentages of Color #dcd527

%46.61
%45.13
%8.26

CMYK Percentages of Color #dcd527

%0
%3
%82
%14

Triadic Colors of #dcd527

#dcd527 #27dcd5 #d527dc

Analogous Colors of #dcd527

#dcd527 #89dc27 #dc7b27

Monochromatic Colors of #dcd527

#dcd527

Complementary Color

#dcd527 #272edc

#dcd527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd527 Color CSS Codes

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

#dcd527 Text Font Color

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

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


#dcd527 Background Color

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

This div background color is #dcd527


#dcd527 Border Color

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

This div border color is #dcd527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd527


Comments

No comments written yet.

Please login to write comment.