Color Hex Logo

#dcd97f Color Hex

#DCD97F
(220,217,127)
0 Favorites   0 Comments

Color spaces of #dcd97f

RGB 220217127
HSL0.160.570.68
HSV58°42°86°
CMYK 0.000.010.42   0.14
XYZ58.158866.373729.8248
Yxy66.37370.37680.4300
Hunter Lab81.4701-15.147335.3240
CIE-Lab85.1867-11.664544.5718

#dcd97f color RGB value is (220,217,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01111111
Octal 334 331 177
Decimal 220 217 127
Hex DC D9 7F

RGB Percentages of Color #dcd97f

%39.01
%38.48
%22.52

CMYK Percentages of Color #dcd97f

%0
%1
%42
%14

Triadic Colors of #dcd97f

#dcd97f #7fdcd9 #d97fdc

Analogous Colors of #dcd97f

#dcd97f #b1dc7f #dcab7f

Monochromatic Colors of #dcd97f

#dcd97f

Complementary Color

#dcd97f #7f82dc

#dcd97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd97f Color CSS Codes

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

#dcd97f Text Font Color

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

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


#dcd97f Background Color

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

This div background color is #dcd97f


#dcd97f Border Color

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

This div border color is #dcd97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd97f


Comments

No comments written yet.

Please login to write comment.