Color Hex Logo

#dac676 Color Hex

#DAC676
(218,198,118)
0 Favorites   0 Comments

Color spaces of #dac676

RGB 218198118
HSL0.130.570.66
HSV48°46°85°
CMYK 0.000.090.46   0.15
XYZ52.377556.601625.3041
Yxy56.60160.39010.4215
Hunter Lab75.2340-7.388932.7223
CIE-Lab79.9550-3.673142.4769

#dac676 color RGB value is (218,198,118).

#dac676 hex color red value is 218, green value is 198 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dac676 hue: 0.13 , saturation: 0.57 and the lightness value of dac676 is 0.66.

The process color (four color CMYK) of #dac676 color hex is 0.00, 0.09, 0.46, 0.15. Web safe color of #dac676 is #cccc66. Color #dac676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01110110
Octal 332 306 166
Decimal 218 198 118
Hex DA C6 76

RGB Percentages of Color #dac676

%40.82
%37.08
%22.10

CMYK Percentages of Color #dac676

%0
%9
%46
%15

Triadic Colors of #dac676

#dac676 #76dac6 #c676da

Analogous Colors of #dac676

#dac676 #bcda76 #da9476

Monochromatic Colors of #dac676

#dac676

Complementary Color

#dac676 #768ada

#dac676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac676 Color CSS Codes

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

#dac676 Text Font Color

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

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


#dac676 Background Color

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

This div background color is #dac676


#dac676 Border Color

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

This div border color is #dac676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac676


Comments

No comments written yet.

Please login to write comment.