Color Hex Logo

#dcd36e Color Hex

#DCD36E
(220,211,110)
0 Favorites   0 Comments

Color spaces of #dcd36e

RGB 220211110
HSL0.150.610.65
HSV55°50°86°
CMYK 0.000.040.50   0.14
XYZ55.623962.930023.9669
Yxy62.93000.39030.4415
Hunter Lab79.3284-13.663237.6171
CIE-Lab83.4055-10.246150.6314

#dcd36e color RGB value is (220,211,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 01101110
Octal 334 323 156
Decimal 220 211 110
Hex DC D3 6E

RGB Percentages of Color #dcd36e

%40.67
%39.00
%20.33

CMYK Percentages of Color #dcd36e

%0
%4
%50
%14

Triadic Colors of #dcd36e

#dcd36e #6edcd3 #d36edc

Analogous Colors of #dcd36e

#dcd36e #aedc6e #dc9c6e

Monochromatic Colors of #dcd36e

#dcd36e

Complementary Color

#dcd36e #6e77dc

#dcd36e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd36e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd36e Color CSS Codes

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

#dcd36e Text Font Color

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

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


#dcd36e Background Color

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

This div background color is #dcd36e


#dcd36e Border Color

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

This div border color is #dcd36e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,211,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 #dcd36e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd36e


Comments

No comments written yet.

Please login to write comment.