Color Hex Logo

#dcd986 Color Hex

#DCD986
(220,217,134)
0 Favorites   0 Comments

Color spaces of #dcd986

RGB 220217134
HSL0.160.550.69
HSV58°39°86°
CMYK 0.000.010.39   0.14
XYZ58.631166.562632.3119
Yxy66.56260.37220.4226
Hunter Lab81.5859-14.497633.6285
CIE-Lab85.2826-10.931941.2226

#dcd986 color RGB value is (220,217,134).

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

The process color (four color CMYK) of #dcd986 color hex is 0.00, 0.01, 0.39, 0.14. Web safe color of #dcd986 is #cccc99. Color #dcd986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 10000110
Octal 334 331 206
Decimal 220 217 134
Hex DC D9 86

RGB Percentages of Color #dcd986

%38.53
%38.00
%23.47

CMYK Percentages of Color #dcd986

%0
%1
%39
%14

Triadic Colors of #dcd986

#dcd986 #86dcd9 #d986dc

Analogous Colors of #dcd986

#dcd986 #b4dc86 #dcae86

Monochromatic Colors of #dcd986

#dcd986

Complementary Color

#dcd986 #8689dc

#dcd986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd986 Color CSS Codes

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

#dcd986 Text Font Color

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

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


#dcd986 Background Color

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

This div background color is #dcd986


#dcd986 Border Color

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

This div border color is #dcd986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd986


Comments

No comments written yet.

Please login to write comment.