Color Hex Logo

#dac47a Color Hex

#DAC47A
(218,196,122)
0 Favorites   0 Comments

Color spaces of #dac47a

RGB 218196122
HSL0.130.560.67
HSV46°44°85°
CMYK 0.000.100.44   0.15
XYZ52.166255.790426.4315
Yxy55.79040.38820.4151
Hunter Lab74.6930-6.046831.3042
CIE-Lab79.4944-2.239739.8830

#dac47a color RGB value is (218,196,122).

#dac47a hex color red value is 218, green value is 196 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dac47a hue: 0.13 , saturation: 0.56 and the lightness value of dac47a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 01111010
Octal 332 304 172
Decimal 218 196 122
Hex DA C4 7A

RGB Percentages of Color #dac47a

%40.67
%36.57
%22.76

CMYK Percentages of Color #dac47a

%0
%10
%44
%15

Triadic Colors of #dac47a

#dac47a #7adac4 #c47ada

Analogous Colors of #dac47a

#dac47a #c0da7a #da947a

Monochromatic Colors of #dac47a

#dac47a

Complementary Color

#dac47a #7a90da

#dac47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac47a Color CSS Codes

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

#dac47a Text Font Color

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

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


#dac47a Background Color

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

This div background color is #dac47a


#dac47a Border Color

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

This div border color is #dac47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac47a


Comments

No comments written yet.

Please login to write comment.