Color Hex Logo

#dcd14e Color Hex

#DCD14E
(220,209,78)
0 Favorites   0 Comments

Color spaces of #dcd14e

RGB 22020978
HSL0.150.670.58
HSV55°65°86°
CMYK 0.000.050.65   0.14
XYZ53.690861.366616.2229
Yxy61.36660.40900.4674
Hunter Lab78.3368-14.748542.5573
CIE-Lab82.5754-11.570263.9299

#dcd14e color RGB value is (220,209,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 01001110
Octal 334 321 116
Decimal 220 209 78
Hex DC D1 4E

RGB Percentages of Color #dcd14e

%43.39
%41.22
%15.38

CMYK Percentages of Color #dcd14e

%0
%5
%65
%14

Triadic Colors of #dcd14e

#dcd14e #4edcd1 #d14edc

Analogous Colors of #dcd14e

#dcd14e #a0dc4e #dc8a4e

Monochromatic Colors of #dcd14e

#dcd14e

Complementary Color

#dcd14e #4e59dc

#dcd14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd14e Color CSS Codes

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

#dcd14e Text Font Color

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

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


#dcd14e Background Color

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

This div background color is #dcd14e


#dcd14e Border Color

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

This div border color is #dcd14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd14e


Comments

No comments written yet.

Please login to write comment.