Color Hex Logo

#dcd97c Color Hex

#DCD97C
(220,217,124)
0 Favorites   0 Comments

Color spaces of #dcd97c

RGB 220217124
HSL0.160.580.67
HSV58°44°86°
CMYK 0.000.010.44   0.14
XYZ57.966166.296628.8102
Yxy66.29660.37870.4331
Hunter Lab81.4227-15.412836.0170
CIE-Lab85.1475-11.964945.9941

#dcd97c color RGB value is (220,217,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01111100
Octal 334 331 174
Decimal 220 217 124
Hex DC D9 7C

RGB Percentages of Color #dcd97c

%39.22
%38.68
%22.10

CMYK Percentages of Color #dcd97c

%0
%1
%44
%14

Triadic Colors of #dcd97c

#dcd97c #7cdcd9 #d97cdc

Analogous Colors of #dcd97c

#dcd97c #afdc7c #dca97c

Monochromatic Colors of #dcd97c

#dcd97c

Complementary Color

#dcd97c #7c7fdc

#dcd97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd97c Color CSS Codes

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

#dcd97c Text Font Color

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

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


#dcd97c Background Color

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

This div background color is #dcd97c


#dcd97c Border Color

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

This div border color is #dcd97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd97c


Comments

No comments written yet.

Please login to write comment.