Color Hex Logo

#dca57f Color Hex

#DCA57F
(220,165,127)
0 Favorites   0 Comments

Color spaces of #dca57f

RGB 220165127
HSL0.070.570.68
HSV25°42°86°
CMYK 0.000.250.42   0.14
XYZ46.801143.658226.0389
Yxy43.65820.40170.3748
Hunter Lab66.074410.803222.8868
CIE-Lab71.999415.521227.5815

#dca57f color RGB value is (220,165,127).

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

The process color (four color CMYK) of #dca57f color hex is 0.00, 0.25, 0.42, 0.14. Web safe color of #dca57f is #cc9966. Color #dca57f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 01111111
Octal 334 245 177
Decimal 220 165 127
Hex DC A5 7F

RGB Percentages of Color #dca57f

%42.97
%32.23
%24.80

CMYK Percentages of Color #dca57f

%0
%25
%42
%14

Triadic Colors of #dca57f

#dca57f #7fdca5 #a57fdc

Analogous Colors of #dca57f

#dca57f #dcd47f #dc7f88

Monochromatic Colors of #dca57f

#dca57f

Complementary Color

#dca57f #7fb6dc

#dca57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca57f Color CSS Codes

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

#dca57f Text Font Color

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

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


#dca57f Background Color

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

This div background color is #dca57f


#dca57f Border Color

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

This div border color is #dca57f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,165,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 #dca57f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca57f


Comments

No comments written yet.

Please login to write comment.