Color Hex Logo

#dac6a0 Color Hex

#DAC6A0
(218,198,160)
0 Favorites   0 Comments

Color spaces of #dac6a0

RGB 218198160
HSL0.110.440.74
HSV39°27°85°
CMYK 0.000.090.27   0.15
XYZ55.452757.831741.4977
Yxy57.83170.35830.3736
Hunter Lab76.0472-2.922420.8794
CIE-Lab80.64511.222621.6240

#dac6a0 color RGB value is (218,198,160).

#dac6a0 hex color red value is 218, green value is 198 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dac6a0 hue: 0.11 , saturation: 0.44 and the lightness value of dac6a0 is 0.74.

The process color (four color CMYK) of #dac6a0 color hex is 0.00, 0.09, 0.27, 0.15. Web safe color of #dac6a0 is #cccc99. Color #dac6a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 10100000
Octal 332 306 240
Decimal 218 198 160
Hex DA C6 A0

RGB Percentages of Color #dac6a0

%37.85
%34.38
%27.78

CMYK Percentages of Color #dac6a0

%0
%9
%27
%15

Triadic Colors of #dac6a0

#dac6a0 #a0dac6 #c6a0da

Analogous Colors of #dac6a0

#dac6a0 #d1daa0 #daa9a0

Monochromatic Colors of #dac6a0

#dac6a0

Complementary Color

#dac6a0 #a0b4da

#dac6a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac6a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac6a0 Color CSS Codes

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

#dac6a0 Text Font Color

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

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


#dac6a0 Background Color

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

This div background color is #dac6a0


#dac6a0 Border Color

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

This div border color is #dac6a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac6a0


Comments

No comments written yet.

Please login to write comment.