Color Hex Logo

#dcd36d Color Hex

#DCD36D
(220,211,109)
0 Favorites   0 Comments

Color spaces of #dcd36d

RGB 220211109
HSL0.150.610.65
HSV55°50°86°
CMYK 0.000.040.50   0.14
XYZ55.569862.908323.6817
Yxy62.90830.39090.4425
Hunter Lab79.3148-13.739537.8176
CIE-Lab83.3941-10.332551.0926

#dcd36d color RGB value is (220,211,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 01101101
Octal 334 323 155
Decimal 220 211 109
Hex DC D3 6D

RGB Percentages of Color #dcd36d

%40.74
%39.07
%20.19

CMYK Percentages of Color #dcd36d

%0
%4
%50
%14

Triadic Colors of #dcd36d

#dcd36d #6ddcd3 #d36ddc

Analogous Colors of #dcd36d

#dcd36d #aedc6d #dc9c6d

Monochromatic Colors of #dcd36d

#dcd36d

Complementary Color

#dcd36d #6d76dc

#dcd36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd36d Color CSS Codes

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

#dcd36d Text Font Color

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

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


#dcd36d Background Color

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

This div background color is #dcd36d


#dcd36d Border Color

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

This div border color is #dcd36d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd36d


Comments

No comments written yet.

Please login to write comment.