Color Hex Logo

#dcd85e Color Hex

#DCD85E
(220,216,94)
1 Favorites   0 Comments

Color spaces of #dcd85e

RGB 22021694
HSL0.160.640.62
HSV58°57°86°
CMYK 0.000.020.57   0.14
XYZ56.091465.135520.2058
Yxy65.13550.39660.4605
Hunter Lab80.7066-17.178341.6507
CIE-Lab84.5535-14.025959.2901

#dcd85e color RGB value is (220,216,94).

#dcd85e hex color red value is 220, green value is 216 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dcd85e hue: 0.16 , saturation: 0.64 and the lightness value of dcd85e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01011110
Octal 334 330 136
Decimal 220 216 94
Hex DC D8 5E

RGB Percentages of Color #dcd85e

%41.51
%40.75
%17.74

CMYK Percentages of Color #dcd85e

%0
%2
%57
%14

Triadic Colors of #dcd85e

#dcd85e #5edcd8 #d85edc

Analogous Colors of #dcd85e

#dcd85e #a1dc5e #dc995e

Monochromatic Colors of #dcd85e

#dcd85e

Complementary Color

#dcd85e #5e62dc

#dcd85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd85e Color CSS Codes

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

#dcd85e Text Font Color

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

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


#dcd85e Background Color

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

This div background color is #dcd85e


#dcd85e Border Color

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

This div border color is #dcd85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd85e


Comments

No comments written yet.

Please login to write comment.