Color Hex Logo

#dcc85e Color Hex

#DCC85E
(220,200,94)
0 Favorites   0 Comments

Color spaces of #dcc85e

RGB 22020094
HSL0.140.640.62
HSV50°57°86°
CMYK 0.000.090.57   0.14
XYZ52.189957.332318.9052
Yxy57.33230.40640.4464
Hunter Lab75.7181-9.472738.1992
CIE-Lab80.3661-5.935354.5726

#dcc85e color RGB value is (220,200,94).

#dcc85e hex color red value is 220, green value is 200 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dcc85e hue: 0.14 , saturation: 0.64 and the lightness value of dcc85e is 0.62.

The process color (four color CMYK) of #dcc85e color hex is 0.00, 0.09, 0.57, 0.14. Web safe color of #dcc85e is #cccc66. Color #dcc85e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 01011110
Octal 334 310 136
Decimal 220 200 94
Hex DC C8 5E

RGB Percentages of Color #dcc85e

%42.80
%38.91
%18.29

CMYK Percentages of Color #dcc85e

%0
%9
%57
%14

Triadic Colors of #dcc85e

#dcc85e #5edcc8 #c85edc

Analogous Colors of #dcc85e

#dcc85e #b1dc5e #dc895e

Monochromatic Colors of #dcc85e

#dcc85e

Complementary Color

#dcc85e #5e72dc

#dcc85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc85e Color CSS Codes

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

#dcc85e Text Font Color

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

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


#dcc85e Background Color

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

This div background color is #dcc85e


#dcc85e Border Color

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

This div border color is #dcc85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc85e


Comments

No comments written yet.

Please login to write comment.