Color Hex Logo

#dcc56d Color Hex

#DCC56D
(220,197,109)
0 Favorites   0 Comments

Color spaces of #dcc56d

RGB 220197109
HSL0.130.610.65
HSV48°50°86°
CMYK 0.000.100.50   0.14
XYZ52.241856.252322.5723
Yxy56.25230.39860.4292
Hunter Lab75.0015-6.919734.6573
CIE-Lab79.7572-3.174946.7304

#dcc56d color RGB value is (220,197,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 01101101
Octal 334 305 155
Decimal 220 197 109
Hex DC C5 6D

RGB Percentages of Color #dcc56d

%41.83
%37.45
%20.72

CMYK Percentages of Color #dcc56d

%0
%10
%50
%14

Triadic Colors of #dcc56d

#dcc56d #6ddcc5 #c56ddc

Analogous Colors of #dcc56d

#dcc56d #bcdc6d #dc8e6d

Monochromatic Colors of #dcc56d

#dcc56d

Complementary Color

#dcc56d #6d84dc

#dcc56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc56d Color CSS Codes

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

#dcc56d Text Font Color

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

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


#dcc56d Background Color

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

This div background color is #dcc56d


#dcc56d Border Color

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

This div border color is #dcc56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc56d


Comments

No comments written yet.

Please login to write comment.