Color Hex Logo

#daac51 Color Hex

#DAAC51
(218,172,81)
0 Favorites   0 Comments

Color spaces of #daac51

RGB 21817281
HSL0.110.650.59
HSV40°63°85°
CMYK 0.000.210.63   0.15
XYZ45.151245.004614.0916
Yxy45.00460.43310.4317
Hunter Lab67.08552.738134.5057
CIE-Lab72.89496.966152.1022

#daac51 color RGB value is (218,172,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 01010001
Octal 332 254 121
Decimal 218 172 81
Hex DA AC 51

RGB Percentages of Color #daac51

%46.28
%36.52
%17.20

CMYK Percentages of Color #daac51

%0
%21
%63
%15

Triadic Colors of #daac51

#daac51 #51daac #ac51da

Analogous Colors of #daac51

#daac51 #c4da51 #da6851

Monochromatic Colors of #daac51

#daac51

Complementary Color

#daac51 #517fda

#daac51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac51 Color CSS Codes

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

#daac51 Text Font Color

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

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


#daac51 Background Color

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

This div background color is #daac51


#daac51 Border Color

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

This div border color is #daac51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac51


Comments

No comments written yet.

Please login to write comment.