Color Hex Logo

#dcd18d Color Hex

#DCD18D
(220,209,141)
0 Favorites   0 Comments

Color spaces of #dcd18d

RGB 220209141
HSL0.140.530.71
HSV52°36°86°
CMYK 0.000.050.36   0.14
XYZ57.123462.739734.2985
Yxy62.73970.37050.4070
Hunter Lab79.2084-9.884329.7724
CIE-Lab83.3052-6.088935.1336

#dcd18d color RGB value is (220,209,141).

#dcd18d hex color red value is 220, green value is 209 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dcd18d hue: 0.14 , saturation: 0.53 and the lightness value of dcd18d is 0.71.

The process color (four color CMYK) of #dcd18d color hex is 0.00, 0.05, 0.36, 0.14. Web safe color of #dcd18d is #cccc99. Color #dcd18d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 10001101
Octal 334 321 215
Decimal 220 209 141
Hex DC D1 8D

RGB Percentages of Color #dcd18d

%38.60
%36.67
%24.74

CMYK Percentages of Color #dcd18d

%0
%5
%36
%14

Triadic Colors of #dcd18d

#dcd18d #8ddcd1 #d18ddc

Analogous Colors of #dcd18d

#dcd18d #c0dc8d #dcaa8d

Monochromatic Colors of #dcd18d

#dcd18d

Complementary Color

#dcd18d #8d98dc

#dcd18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd18d Color CSS Codes

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

#dcd18d Text Font Color

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

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


#dcd18d Background Color

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

This div background color is #dcd18d


#dcd18d Border Color

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

This div border color is #dcd18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd18d


Comments

No comments written yet.

Please login to write comment.