Color Hex Logo

#dcc58e Color Hex

#DCC58E
(220,197,142)
0 Favorites   0 Comments

Color spaces of #dcc58e

RGB 220197142
HSL0.120.530.71
HSV42°35°86°
CMYK 0.000.100.35   0.14
XYZ54.363957.101133.7475
Yxy57.10110.37440.3932
Hunter Lab75.5653-3.821026.4167
CIE-Lab80.23640.231830.5752

#dcc58e color RGB value is (220,197,142).

#dcc58e hex color red value is 220, green value is 197 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dcc58e hue: 0.12 , saturation: 0.53 and the lightness value of dcc58e is 0.71.

The process color (four color CMYK) of #dcc58e color hex is 0.00, 0.10, 0.35, 0.14. Web safe color of #dcc58e is #cccc99. Color #dcc58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 10001110
Octal 334 305 216
Decimal 220 197 142
Hex DC C5 8E

RGB Percentages of Color #dcc58e

%39.36
%35.24
%25.40

CMYK Percentages of Color #dcc58e

%0
%10
%35
%14

Triadic Colors of #dcc58e

#dcc58e #8edcc5 #c58edc

Analogous Colors of #dcc58e

#dcc58e #ccdc8e #dc9e8e

Monochromatic Colors of #dcc58e

#dcc58e

Complementary Color

#dcc58e #8ea5dc

#dcc58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc58e Color CSS Codes

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

#dcc58e Text Font Color

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

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


#dcc58e Background Color

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

This div background color is #dcc58e


#dcc58e Border Color

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

This div border color is #dcc58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc58e


Comments

No comments written yet.

Please login to write comment.