Color Hex Logo

#dcd38d Color Hex

#DCD38D
(220,211,141)
0 Favorites   0 Comments

Color spaces of #dcd38d

RGB 220211141
HSL0.150.530.71
HSV53°36°86°
CMYK 0.000.040.36   0.14
XYZ57.617263.727334.4631
Yxy63.72730.36980.4090
Hunter Lab79.8294-10.868330.2845
CIE-Lab83.8236-7.110835.8100

#dcd38d color RGB value is (220,211,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 10001101
Octal 334 323 215
Decimal 220 211 141
Hex DC D3 8D

RGB Percentages of Color #dcd38d

%38.46
%36.89
%24.65

CMYK Percentages of Color #dcd38d

%0
%4
%36
%14

Triadic Colors of #dcd38d

#dcd38d #8ddcd3 #d38ddc

Analogous Colors of #dcd38d

#dcd38d #bedc8d #dcac8d

Monochromatic Colors of #dcd38d

#dcd38d

Complementary Color

#dcd38d #8d96dc

#dcd38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd38d Color CSS Codes

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

#dcd38d Text Font Color

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

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


#dcd38d Background Color

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

This div background color is #dcd38d


#dcd38d Border Color

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

This div border color is #dcd38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd38d


Comments

No comments written yet.

Please login to write comment.