Color Hex Logo

#dac566 Color Hex

#DAC566
(218,197,102)
0 Favorites   0 Comments

Color spaces of #dac566

RGB 218197102
HSL0.140.610.63
HSV49°53°85°
CMYK 0.000.100.53   0.15
XYZ51.278055.797220.6377
Yxy55.79720.40150.4369
Hunter Lab74.6975-8.184835.9074
CIE-Lab79.4983-4.593149.7671

#dac566 color RGB value is (218,197,102).

#dac566 hex color red value is 218, green value is 197 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dac566 hue: 0.14 , saturation: 0.61 and the lightness value of dac566 is 0.63.

The process color (four color CMYK) of #dac566 color hex is 0.00, 0.10, 0.53, 0.15. Web safe color of #dac566 is #cccc66. Color #dac566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 01100110
Octal 332 305 146
Decimal 218 197 102
Hex DA C5 66

RGB Percentages of Color #dac566

%42.17
%38.10
%19.73

CMYK Percentages of Color #dac566

%0
%10
%53
%15

Triadic Colors of #dac566

#dac566 #66dac5 #c566da

Analogous Colors of #dac566

#dac566 #b5da66 #da8b66

Monochromatic Colors of #dac566

#dac566

Complementary Color

#dac566 #667bda

#dac566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac566 Color CSS Codes

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

#dac566 Text Font Color

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

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


#dac566 Background Color

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

This div background color is #dac566


#dac566 Border Color

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

This div border color is #dac566


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,197,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac566


Comments

No comments written yet.

Please login to write comment.