Color Hex Logo

#dcd86f Color Hex

#DCD86F
(220,216,111)
0 Favorites   0 Comments

Color spaces of #dcd86f

RGB 220216111
HSL0.160.610.65
HSV58°50°86°
CMYK 0.000.020.50   0.14
XYZ56.940365.475124.6758
Yxy65.47510.38710.4451
Hunter Lab80.9167-15.995538.5610
CIE-Lab84.7280-12.672751.7324

#dcd86f color RGB value is (220,216,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01101111
Octal 334 330 157
Decimal 220 216 111
Hex DC D8 6F

RGB Percentages of Color #dcd86f

%40.22
%39.49
%20.29

CMYK Percentages of Color #dcd86f

%0
%2
%50
%14

Triadic Colors of #dcd86f

#dcd86f #6fdcd8 #d86fdc

Analogous Colors of #dcd86f

#dcd86f #aadc6f #dca26f

Monochromatic Colors of #dcd86f

#dcd86f

Complementary Color

#dcd86f #6f73dc

#dcd86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd86f Color CSS Codes

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

#dcd86f Text Font Color

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

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


#dcd86f Background Color

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

This div background color is #dcd86f


#dcd86f Border Color

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

This div border color is #dcd86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd86f


Comments

No comments written yet.

Please login to write comment.