Color Hex Logo

#daac7f Color Hex

#DAAC7F
(218,172,127)
0 Favorites   0 Comments

Color spaces of #daac7f

RGB 218172127
HSL0.080.550.68
HSV30°42°85°
CMYK 0.000.210.42   0.15
XYZ47.496745.942826.4432
Yxy45.94280.39620.3832
Hunter Lab67.78116.464524.3162
CIE-Lab73.508410.963629.5440

#daac7f color RGB value is (218,172,127).

#daac7f hex color red value is 218, green value is 172 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #daac7f hue: 0.08 , saturation: 0.55 and the lightness value of daac7f is 0.68.

The process color (four color CMYK) of #daac7f color hex is 0.00, 0.21, 0.42, 0.15. Web safe color of #daac7f is #cc9966. Color #daac7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 01111111
Octal 332 254 177
Decimal 218 172 127
Hex DA AC 7F

RGB Percentages of Color #daac7f

%42.17
%33.27
%24.56

CMYK Percentages of Color #daac7f

%0
%21
%42
%15

Triadic Colors of #daac7f

#daac7f #7fdaac #ac7fda

Analogous Colors of #daac7f

#daac7f #dada7f #da7f80

Monochromatic Colors of #daac7f

#daac7f

Complementary Color

#daac7f #7fadda

#daac7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac7f Color CSS Codes

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

#daac7f Text Font Color

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

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


#daac7f Background Color

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

This div background color is #daac7f


#daac7f Border Color

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

This div border color is #daac7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac7f


Comments

No comments written yet.

Please login to write comment.