Color Hex Logo

#daac7b Color Hex

#DAAC7B
(218,172,123)
0 Favorites   0 Comments

Color spaces of #daac7b

RGB 218172123
HSL0.090.560.67
HSV31°44°85°
CMYK 0.000.210.44   0.15
XYZ47.241145.840525.0971
Yxy45.84050.39970.3879
Hunter Lab67.70566.062325.4163
CIE-Lab73.441910.537131.5837

#daac7b color RGB value is (218,172,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 01111011
Octal 332 254 173
Decimal 218 172 123
Hex DA AC 7B

RGB Percentages of Color #daac7b

%42.50
%33.53
%23.98

CMYK Percentages of Color #daac7b

%0
%21
%44
%15

Triadic Colors of #daac7b

#daac7b #7bdaac #ac7bda

Analogous Colors of #daac7b

#daac7b #d9da7b #da7d7b

Monochromatic Colors of #daac7b

#daac7b

Complementary Color

#daac7b #7ba9da

#daac7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac7b Color CSS Codes

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

#daac7b Text Font Color

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

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


#daac7b Background Color

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

This div background color is #daac7b


#daac7b Border Color

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

This div border color is #daac7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac7b


Comments

No comments written yet.

Please login to write comment.