Color Hex Logo

#dcd47e Color Hex

#DCD47E
(220,212,126)
0 Favorites   0 Comments

Color spaces of #dcd47e

RGB 220212126
HSL0.150.570.68
HSV55°43°86°
CMYK 0.000.040.43   0.14
XYZ56.824663.809029.0601
Yxy63.80900.37960.4263
Hunter Lab79.8805-12.811434.3470
CIE-Lab83.8662-9.244043.4148

#dcd47e color RGB value is (220,212,126).

#dcd47e hex color red value is 220, green value is 212 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dcd47e hue: 0.15 , saturation: 0.57 and the lightness value of dcd47e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010100 01111110
Octal 334 324 176
Decimal 220 212 126
Hex DC D4 7E

RGB Percentages of Color #dcd47e

%39.43
%37.99
%22.58

CMYK Percentages of Color #dcd47e

%0
%4
%43
%14

Triadic Colors of #dcd47e

#dcd47e #7edcd4 #d47edc

Analogous Colors of #dcd47e

#dcd47e #b5dc7e #dca57e

Monochromatic Colors of #dcd47e

#dcd47e

Complementary Color

#dcd47e #7e86dc

#dcd47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd47e Color CSS Codes

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

#dcd47e Text Font Color

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

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


#dcd47e Background Color

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

This div background color is #dcd47e


#dcd47e Border Color

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

This div border color is #dcd47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd47e


Comments

No comments written yet.

Please login to write comment.