Color Hex Logo

#dca46c Color Hex

#DCA46C
(220,164,108)
0 Favorites   0 Comments

Color spaces of #dca46c

RGB 220164108
HSL0.080.620.64
HSV30°51°86°
CMYK 0.000.250.51   0.14
XYZ45.497442.849320.0601
Yxy42.84930.41970.3953
Hunter Lab65.45949.512127.6521
CIE-Lab71.452614.177736.9771

#dca46c color RGB value is (220,164,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 01101100
Octal 334 244 154
Decimal 220 164 108
Hex DC A4 6C

RGB Percentages of Color #dca46c

%44.72
%33.33
%21.95

CMYK Percentages of Color #dca46c

%0
%25
%51
%14

Triadic Colors of #dca46c

#dca46c #6cdca4 #a46cdc

Analogous Colors of #dca46c

#dca46c #dcdc6c #dc6c6c

Monochromatic Colors of #dca46c

#dca46c

Complementary Color

#dca46c #6ca4dc

#dca46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca46c Color CSS Codes

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

#dca46c Text Font Color

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

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


#dca46c Background Color

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

This div background color is #dca46c


#dca46c Border Color

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

This div border color is #dca46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca46c


Comments

No comments written yet.

Please login to write comment.