Color Hex Logo

#dcd124 Color Hex

#DCD124
(220,209,36)
0 Favorites   0 Comments

Color spaces of #dcd124

RGB 22020936
HSL0.160.720.50
HSV56°84°86°
CMYK 0.000.050.84   0.14
XYZ52.634160.943910.6583
Yxy60.94390.42370.4905
Hunter Lab78.0666-16.268146.5518
CIE-Lab82.3486-13.322077.3930

#dcd124 color RGB value is (220,209,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 00100100
Octal 334 321 44
Decimal 220 209 36
Hex DC D1 24

RGB Percentages of Color #dcd124

%47.31
%44.95
%7.74

CMYK Percentages of Color #dcd124

%0
%5
%84
%14

Triadic Colors of #dcd124

#dcd124 #24dcd1 #d124dc

Analogous Colors of #dcd124

#dcd124 #8bdc24 #dc7524

Monochromatic Colors of #dcd124

#dcd124

Complementary Color

#dcd124 #242fdc

#dcd124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd124 Color CSS Codes

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

#dcd124 Text Font Color

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

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


#dcd124 Background Color

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

This div background color is #dcd124


#dcd124 Border Color

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

This div border color is #dcd124


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,209,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 #dcd124">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd124


Comments

No comments written yet.

Please login to write comment.