Color Hex Logo

#dac164 Color Hex

#DAC164
(218,193,100)
0 Favorites   0 Comments

Color spaces of #dac164

RGB 218193100
HSL0.130.610.62
HSV47°54°85°
CMYK 0.000.110.54   0.15
XYZ50.283753.965519.8227
Yxy53.96550.40530.4350
Hunter Lab73.4612-6.375135.4241
CIE-Lab78.4416-2.686749.4779

#dac164 color RGB value is (218,193,100).

#dac164 hex color red value is 218, green value is 193 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dac164 hue: 0.13 , saturation: 0.61 and the lightness value of dac164 is 0.62.

The process color (four color CMYK) of #dac164 color hex is 0.00, 0.11, 0.54, 0.15. Web safe color of #dac164 is #cccc66. Color #dac164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01100100
Octal 332 301 144
Decimal 218 193 100
Hex DA C1 64

RGB Percentages of Color #dac164

%42.66
%37.77
%19.57

CMYK Percentages of Color #dac164

%0
%11
%54
%15

Triadic Colors of #dac164

#dac164 #64dac1 #c164da

Analogous Colors of #dac164

#dac164 #b8da64 #da8664

Monochromatic Colors of #dac164

#dac164

Complementary Color

#dac164 #647dda

#dac164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac164 Color CSS Codes

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

#dac164 Text Font Color

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

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


#dac164 Background Color

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

This div background color is #dac164


#dac164 Border Color

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

This div border color is #dac164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac164


Comments

No comments written yet.

Please login to write comment.