Color Hex Logo

#dcd94d Color Hex

#DCD94D
(220,217,77)
0 Favorites   0 Comments

Color spaces of #dcd94d

RGB 22021777
HSL0.160.670.58
HSV59°65°86°
CMYK 0.000.010.65   0.14
XYZ55.667665.377216.7062
Yxy65.37720.40410.4746
Hunter Lab80.8562-18.605244.3490
CIE-Lab84.6777-15.620366.5120

#dcd94d color RGB value is (220,217,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01001101
Octal 334 331 115
Decimal 220 217 77
Hex DC D9 4D

RGB Percentages of Color #dcd94d

%42.80
%42.22
%14.98

CMYK Percentages of Color #dcd94d

%0
%1
%65
%14

Triadic Colors of #dcd94d

#dcd94d #4ddcd9 #d94ddc

Analogous Colors of #dcd94d

#dcd94d #98dc4d #dc924d

Monochromatic Colors of #dcd94d

#dcd94d

Complementary Color

#dcd94d #4d50dc

#dcd94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd94d Color CSS Codes

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

#dcd94d Text Font Color

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

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


#dcd94d Background Color

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

This div background color is #dcd94d


#dcd94d Border Color

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

This div border color is #dcd94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd94d


Comments

No comments written yet.

Please login to write comment.