Color Hex Logo

#dcdc4d Color Hex

#DCDC4D
(220,220,77)
0 Favorites   0 Comments

Color spaces of #dcdc4d

RGB 22022077
HSL0.170.670.58
HSV60°65°86°
CMYK 0.000.000.65   0.14
XYZ56.448066.937916.9664
Yxy66.93790.40220.4769
Hunter Lab81.8156-20.022644.9757
CIE-Lab85.4726-17.100567.3294

#dcdc4d color RGB value is (220,220,77).

#dcdc4d hex color red value is 220, green value is 220 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dcdc4d hue: 0.17 , saturation: 0.67 and the lightness value of dcdc4d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 01001101
Octal 334 334 115
Decimal 220 220 77
Hex DC DC 4D

RGB Percentages of Color #dcdc4d

%42.55
%42.55
%14.89

CMYK Percentages of Color #dcdc4d

%0
%0
%65
%14

Triadic Colors of #dcdc4d

#dcdc4d #4ddcdc #dc4ddc

Analogous Colors of #dcdc4d

#dcdc4d #95dc4d #dc954d

Monochromatic Colors of #dcdc4d

#dcdc4d

Complementary Color

#dcdc4d #4d4ddc

#dcdc4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdc4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdc4d Color CSS Codes

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

#dcdc4d Text Font Color

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

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


#dcdc4d Background Color

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

This div background color is #dcdc4d


#dcdc4d Border Color

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

This div border color is #dcdc4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdc4d


Comments

No comments written yet.

Please login to write comment.