Color Hex Logo

#dcc34e Color Hex

#DCC34E
(220,195,78)
0 Favorites   0 Comments

Color spaces of #dcc34e

RGB 22019578
HSL0.140.670.58
HSV49°65°86°
CMYK 0.000.110.65   0.14
XYZ50.405554.795915.1277
Yxy54.79590.41890.4554
Hunter Lab74.0243-7.996039.7004
CIE-Lab78.9236-4.437860.0753

#dcc34e color RGB value is (220,195,78).

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

The process color (four color CMYK) of #dcc34e color hex is 0.00, 0.11, 0.65, 0.14. Web safe color of #dcc34e is #cccc66. Color #dcc34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01001110
Octal 334 303 116
Decimal 220 195 78
Hex DC C3 4E

RGB Percentages of Color #dcc34e

%44.62
%39.55
%15.82

CMYK Percentages of Color #dcc34e

%0
%11
%65
%14

Triadic Colors of #dcc34e

#dcc34e #4edcc3 #c34edc

Analogous Colors of #dcc34e

#dcc34e #aedc4e #dc7c4e

Monochromatic Colors of #dcc34e

#dcc34e

Complementary Color

#dcc34e #4e67dc

#dcc34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc34e Color CSS Codes

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

#dcc34e Text Font Color

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

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


#dcc34e Background Color

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

This div background color is #dcc34e


#dcc34e Border Color

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

This div border color is #dcc34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc34e


Comments

No comments written yet.

Please login to write comment.