Color Hex Logo

#dcc54c Color Hex

#DCC54C
(220,197,76)
1 Favorites   0 Comments

Color spaces of #dcc54c

RGB 22019776
HSL0.140.670.58
HSV50°65°86°
CMYK 0.000.100.65   0.14
XYZ50.786055.670014.9061
Yxy55.67000.41850.4587
Hunter Lab74.6123-9.072940.3836
CIE-Lab79.4256-5.586161.4493

#dcc54c color RGB value is (220,197,76).

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

The process color (four color CMYK) of #dcc54c color hex is 0.00, 0.10, 0.65, 0.14. Web safe color of #dcc54c is #cccc33. Color #dcc54c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 01001100
Octal 334 305 114
Decimal 220 197 76
Hex DC C5 4C

RGB Percentages of Color #dcc54c

%44.62
%39.96
%15.42

CMYK Percentages of Color #dcc54c

%0
%10
%65
%14

Triadic Colors of #dcc54c

#dcc54c #4cdcc5 #c54cdc

Analogous Colors of #dcc54c

#dcc54c #abdc4c #dc7d4c

Monochromatic Colors of #dcc54c

#dcc54c

Complementary Color

#dcc54c #4c63dc

#dcc54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc54c Color CSS Codes

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

#dcc54c Text Font Color

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

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


#dcc54c Background Color

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

This div background color is #dcc54c


#dcc54c Border Color

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

This div border color is #dcc54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc54c


Comments

No comments written yet.

Please login to write comment.