Color Hex Logo

#dcd524 Color Hex

#DCD524
(220,213,36)
0 Favorites   0 Comments

Color spaces of #dcd524

RGB 22021336
HSL0.160.720.50
HSV58°84°86°
CMYK 0.000.030.84   0.14
XYZ53.627962.931510.9896
Yxy62.93150.42040.4934
Hunter Lab79.3294-18.157647.3170
CIE-Lab83.4063-15.313178.2714

#dcd524 color RGB value is (220,213,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 00100100
Octal 334 325 44
Decimal 220 213 36
Hex DC D5 24

RGB Percentages of Color #dcd524

%46.91
%45.42
%7.68

CMYK Percentages of Color #dcd524

%0
%3
%84
%14

Triadic Colors of #dcd524

#dcd524 #24dcd5 #d524dc

Analogous Colors of #dcd524

#dcd524 #87dc24 #dc7924

Monochromatic Colors of #dcd524

#dcd524

Complementary Color

#dcd524 #242bdc

#dcd524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd524 Color CSS Codes

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

#dcd524 Text Font Color

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

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


#dcd524 Background Color

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

This div background color is #dcd524


#dcd524 Border Color

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

This div border color is #dcd524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd524


Comments

No comments written yet.

Please login to write comment.