Color Hex Logo

#dca67f Color Hex

#DCA67F
(220,166,127)
0 Favorites   0 Comments

Color spaces of #dca67f

RGB 220166127
HSL0.070.570.68
HSV25°42°86°
CMYK 0.000.250.42   0.14
XYZ46.982244.020426.0992
Yxy44.02040.40120.3759
Hunter Lab66.347910.290523.1207
CIE-Lab72.242114.983827.9042

#dca67f color RGB value is (220,166,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01111111
Octal 334 246 177
Decimal 220 166 127
Hex DC A6 7F

RGB Percentages of Color #dca67f

%42.88
%32.36
%24.76

CMYK Percentages of Color #dca67f

%0
%25
%42
%14

Triadic Colors of #dca67f

#dca67f #7fdca6 #a67fdc

Analogous Colors of #dca67f

#dca67f #dcd57f #dc7f87

Monochromatic Colors of #dca67f

#dca67f

Complementary Color

#dca67f #7fb5dc

#dca67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca67f Color CSS Codes

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

#dca67f Text Font Color

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

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


#dca67f Background Color

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

This div background color is #dca67f


#dca67f Border Color

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

This div border color is #dca67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca67f

#dca67f Color Palettes


Comments

No comments written yet.

Please login to write comment.