Color Hex Logo

#daac5b Color Hex

#DAAC5B
(218,172,91)
0 Favorites   0 Comments

Color spaces of #daac5b

RGB 21817291
HSL0.110.630.61
HSV38°58°85°
CMYK 0.000.210.58   0.15
XYZ45.554345.165816.2144
Yxy45.16580.42600.4224
Hunter Lab67.20553.384132.7392
CIE-Lab73.00097.666747.4407

#daac5b color RGB value is (218,172,91).

#daac5b hex color red value is 218, green value is 172 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #daac5b hue: 0.11 , saturation: 0.63 and the lightness value of daac5b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 01011011
Octal 332 254 133
Decimal 218 172 91
Hex DA AC 5B

RGB Percentages of Color #daac5b

%45.32
%35.76
%18.92

CMYK Percentages of Color #daac5b

%0
%21
%58
%15

Triadic Colors of #daac5b

#daac5b #5bdaac #ac5bda

Analogous Colors of #daac5b

#daac5b #c9da5b #da6d5b

Monochromatic Colors of #daac5b

#daac5b

Complementary Color

#daac5b #5b89da

#daac5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac5b Color CSS Codes

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

#daac5b Text Font Color

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

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


#daac5b Background Color

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

This div background color is #daac5b


#daac5b Border Color

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

This div border color is #daac5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac5b


Comments

No comments written yet.

Please login to write comment.