Color Hex Logo

#dcc57f Color Hex

#DCC57F
(220,197,127)
0 Favorites   0 Comments

Color spaces of #dcc57f

RGB 220197127
HSL0.130.570.68
HSV45°42°86°
CMYK 0.000.100.42   0.14
XYZ53.312256.680528.2092
Yxy56.68050.38580.4101
Hunter Lab75.2865-5.351030.4851
CIE-Lab79.9996-1.441138.0174

#dcc57f color RGB value is (220,197,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 01111111
Octal 334 305 177
Decimal 220 197 127
Hex DC C5 7F

RGB Percentages of Color #dcc57f

%40.44
%36.21
%23.35

CMYK Percentages of Color #dcc57f

%0
%10
%42
%14

Triadic Colors of #dcc57f

#dcc57f #7fdcc5 #c57fdc

Analogous Colors of #dcc57f

#dcc57f #c5dc7f #dc977f

Monochromatic Colors of #dcc57f

#dcc57f

Complementary Color

#dcc57f #7f96dc

#dcc57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc57f Color CSS Codes

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

#dcc57f Text Font Color

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

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


#dcc57f Background Color

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

This div background color is #dcc57f


#dcc57f Border Color

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

This div border color is #dcc57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc57f


Comments

No comments written yet.

Please login to write comment.