Color Hex Logo

#dcd86e Color Hex

#DCD86E
(220,216,110)
0 Favorites   0 Comments

Color spaces of #dcd86e

RGB 220216110
HSL0.160.610.65
HSV58°50°86°
CMYK 0.000.020.50   0.14
XYZ56.885565.453224.3874
Yxy65.45320.38770.4461
Hunter Lab80.9032-16.071738.7599
CIE-Lab84.7167-12.759552.1899

#dcd86e color RGB value is (220,216,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01101110
Octal 334 330 156
Decimal 220 216 110
Hex DC D8 6E

RGB Percentages of Color #dcd86e

%40.29
%39.56
%20.15

CMYK Percentages of Color #dcd86e

%0
%2
%50
%14

Triadic Colors of #dcd86e

#dcd86e #6edcd8 #d86edc

Analogous Colors of #dcd86e

#dcd86e #a9dc6e #dca16e

Monochromatic Colors of #dcd86e

#dcd86e

Complementary Color

#dcd86e #6e72dc

#dcd86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd86e Color CSS Codes

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

#dcd86e Text Font Color

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

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


#dcd86e Background Color

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

This div background color is #dcd86e


#dcd86e Border Color

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

This div border color is #dcd86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd86e


Comments

No comments written yet.

Please login to write comment.