Color Hex Logo

#dcd94f Color Hex

#DCD94F
(220,217,79)
0 Favorites   0 Comments

Color spaces of #dcd94f

RGB 22021779
HSL0.160.670.59
HSV59°64°86°
CMYK 0.000.010.64   0.14
XYZ55.739365.405917.0840
Yxy65.40590.40320.4732
Hunter Lab80.8739-18.504944.0872
CIE-Lab84.6925-15.504265.7363

#dcd94f color RGB value is (220,217,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01001111
Octal 334 331 117
Decimal 220 217 79
Hex DC D9 4F

RGB Percentages of Color #dcd94f

%42.64
%42.05
%15.31

CMYK Percentages of Color #dcd94f

%0
%1
%64
%14

Triadic Colors of #dcd94f

#dcd94f #4fdcd9 #d94fdc

Analogous Colors of #dcd94f

#dcd94f #99dc4f #dc934f

Monochromatic Colors of #dcd94f

#dcd94f

Complementary Color

#dcd94f #4f52dc

#dcd94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd94f Color CSS Codes

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

#dcd94f Text Font Color

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

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


#dcd94f Background Color

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

This div background color is #dcd94f


#dcd94f Border Color

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

This div border color is #dcd94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd94f


Comments

No comments written yet.

Please login to write comment.