Color Hex Logo

#dcd67c Color Hex

#DCD67C
(220,214,124)
0 Favorites   0 Comments

Color spaces of #dcd67c

RGB 220214124
HSL0.160.580.67
HSV56°44°86°
CMYK 0.000.030.44   0.14
XYZ57.199964.764028.5547
Yxy64.76400.38000.4303
Hunter Lab80.4761-13.960935.2959
CIE-Lab84.3620-10.455645.0204

#dcd67c color RGB value is (220,214,124).

#dcd67c hex color red value is 220, green value is 214 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dcd67c hue: 0.16 , saturation: 0.58 and the lightness value of dcd67c is 0.67.

The process color (four color CMYK) of #dcd67c color hex is 0.00, 0.03, 0.44, 0.14. Web safe color of #dcd67c is #cccc66. Color #dcd67c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 01111100
Octal 334 326 174
Decimal 220 214 124
Hex DC D6 7C

RGB Percentages of Color #dcd67c

%39.43
%38.35
%22.22

CMYK Percentages of Color #dcd67c

%0
%3
%44
%14

Triadic Colors of #dcd67c

#dcd67c #7cdcd6 #d67cdc

Analogous Colors of #dcd67c

#dcd67c #b2dc7c #dca67c

Monochromatic Colors of #dcd67c

#dcd67c

Complementary Color

#dcd67c #7c82dc

#dcd67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd67c Color CSS Codes

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

#dcd67c Text Font Color

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

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


#dcd67c Background Color

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

This div background color is #dcd67c


#dcd67c Border Color

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

This div border color is #dcd67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd67c


Comments

No comments written yet.

Please login to write comment.