Color Hex Logo

#daa69c Color Hex

#DAA69C
(218,166,156)
0 Favorites   0 Comments

Color spaces of #daa69c

RGB 218166156
HSL0.030.460.73
HSV10°28°85°
CMYK 0.000.240.28   0.15
XYZ48.550444.578237.4981
Yxy44.57820.37170.3413
Hunter Lab66.766912.956413.4380
CIE-Lab72.613317.734512.5928

#daa69c color RGB value is (218,166,156).

#daa69c hex color red value is 218, green value is 166 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #daa69c hue: 0.03 , saturation: 0.46 and the lightness value of daa69c is 0.73.

The process color (four color CMYK) of #daa69c color hex is 0.00, 0.24, 0.28, 0.15. Web safe color of #daa69c is #cc9999. Color #daa69c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 10011100
Octal 332 246 234
Decimal 218 166 156
Hex DA A6 9C

RGB Percentages of Color #daa69c

%40.37
%30.74
%28.89

CMYK Percentages of Color #daa69c

%0
%24
%28
%15

Triadic Colors of #daa69c

#daa69c #9cdaa6 #a69cda

Analogous Colors of #daa69c

#daa69c #dac59c #da9cb1

Monochromatic Colors of #daa69c

#daa69c

Complementary Color

#daa69c #9cd0da

#daa69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa69c Color CSS Codes

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

#daa69c Text Font Color

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

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


#daa69c Background Color

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

This div background color is #daa69c


#daa69c Border Color

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

This div border color is #daa69c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa69c


Comments

No comments written yet.

Please login to write comment.