Color Hex Logo

#dac776 Color Hex

#DAC776
(218,199,118)
0 Favorites   0 Comments

Color spaces of #dac776

RGB 218199118
HSL0.140.570.66
HSV49°46°85°
CMYK 0.000.090.46   0.15
XYZ52.606957.060325.3806
Yxy57.06030.38950.4225
Hunter Lab75.5383-7.879732.9556
CIE-Lab80.2135-4.189842.7988

#dac776 color RGB value is (218,199,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 01110110
Octal 332 307 166
Decimal 218 199 118
Hex DA C7 76

RGB Percentages of Color #dac776

%40.75
%37.20
%22.06

CMYK Percentages of Color #dac776

%0
%9
%46
%15

Triadic Colors of #dac776

#dac776 #76dac7 #c776da

Analogous Colors of #dac776

#dac776 #bbda76 #da9576

Monochromatic Colors of #dac776

#dac776

Complementary Color

#dac776 #7689da

#dac776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac776 Color CSS Codes

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

#dac776 Text Font Color

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

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


#dac776 Background Color

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

This div background color is #dac776


#dac776 Border Color

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

This div border color is #dac776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac776


Comments

No comments written yet.

Please login to write comment.