Color Hex Logo

#dcd56f Color Hex

#DCD56F
(220,213,111)
0 Favorites   0 Comments

Color spaces of #dcd56f

RGB 220213111
HSL0.160.610.65
HSV56°50°86°
CMYK 0.000.030.50   0.14
XYZ56.178763.951824.4219
Yxy63.95180.38860.4424
Hunter Lab79.9699-14.551337.8724
CIE-Lab83.9407-11.166950.7947

#dcd56f color RGB value is (220,213,111).

#dcd56f hex color red value is 220, green value is 213 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dcd56f hue: 0.16 , saturation: 0.61 and the lightness value of dcd56f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 01101111
Octal 334 325 157
Decimal 220 213 111
Hex DC D5 6F

RGB Percentages of Color #dcd56f

%40.44
%39.15
%20.40

CMYK Percentages of Color #dcd56f

%0
%3
%50
%14

Triadic Colors of #dcd56f

#dcd56f #6fdcd5 #d56fdc

Analogous Colors of #dcd56f

#dcd56f #addc6f #dc9f6f

Monochromatic Colors of #dcd56f

#dcd56f

Complementary Color

#dcd56f #6f76dc

#dcd56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd56f Color CSS Codes

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

#dcd56f Text Font Color

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

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


#dcd56f Background Color

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

This div background color is #dcd56f


#dcd56f Border Color

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

This div border color is #dcd56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd56f


Comments

No comments written yet.

Please login to write comment.