Color Hex Logo

#dca68a Color Hex

#DCA68A
(220,166,138)
0 Favorites   0 Comments

Color spaces of #dca68a

RGB 220166138
HSL0.060.540.70
HSV20°37°86°
CMYK 0.000.250.37   0.14
XYZ47.738944.323130.0839
Yxy44.32310.39080.3629
Hunter Lab66.575611.488519.8112
CIE-Lab72.443916.225122.2265

#dca68a color RGB value is (220,166,138).

#dca68a hex color red value is 220, green value is 166 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dca68a hue: 0.06 , saturation: 0.54 and the lightness value of dca68a is 0.70.

The process color (four color CMYK) of #dca68a color hex is 0.00, 0.25, 0.37, 0.14. Web safe color of #dca68a is #cc9999. Color #dca68a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 10001010
Octal 334 246 212
Decimal 220 166 138
Hex DC A6 8A

RGB Percentages of Color #dca68a

%41.98
%31.68
%26.34

CMYK Percentages of Color #dca68a

%0
%25
%37
%14

Triadic Colors of #dca68a

#dca68a #8adca6 #a68adc

Analogous Colors of #dca68a

#dca68a #dccf8a #dc8a97

Monochromatic Colors of #dca68a

#dca68a

Complementary Color

#dca68a #8ac0dc

#dca68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca68a Color CSS Codes

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

#dca68a Text Font Color

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

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


#dca68a Background Color

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

This div background color is #dca68a


#dca68a Border Color

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

This div border color is #dca68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca68a


Comments

No comments written yet.

Please login to write comment.