Color Hex Logo

#dca664 Color Hex

#DCA664
(220,166,100)
0 Favorites   0 Comments

Color spaces of #dca664

RGB 220166100
HSL0.090.630.63
HSV33°55°86°
CMYK 0.000.250.55   0.14
XYZ45.451743.408218.0396
Yxy43.40820.42520.4061
Hunter Lab65.88497.842429.8855
CIE-Lab71.831212.414941.5867

#dca664 color RGB value is (220,166,100).

#dca664 hex color red value is 220, green value is 166 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dca664 hue: 0.09 , saturation: 0.63 and the lightness value of dca664 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01100100
Octal 334 246 144
Decimal 220 166 100
Hex DC A6 64

RGB Percentages of Color #dca664

%45.27
%34.16
%20.58

CMYK Percentages of Color #dca664

%0
%25
%55
%14

Triadic Colors of #dca664

#dca664 #64dca6 #a664dc

Analogous Colors of #dca664

#dca664 #d6dc64 #dc6a64

Monochromatic Colors of #dca664

#dca664

Complementary Color

#dca664 #649adc

#dca664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca664 Color CSS Codes

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

#dca664 Text Font Color

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

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


#dca664 Background Color

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

This div background color is #dca664


#dca664 Border Color

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

This div border color is #dca664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca664


Comments

No comments written yet.

Please login to write comment.