Color Hex Logo

#daac37 Color Hex

#DAAC37
(218,172,55)
0 Favorites   0 Comments

Color spaces of #daac37

RGB 21817255
HSL0.120.690.54
HSV43°75°85°
CMYK 0.000.210.75   0.15
XYZ44.355644.68639.9020
Yxy44.68630.44830.4516
Hunter Lab66.84781.456638.0110
CIE-Lab72.68495.566562.9653

#daac37 color RGB value is (218,172,55).

#daac37 hex color red value is 218, green value is 172 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #daac37 hue: 0.12 , saturation: 0.69 and the lightness value of daac37 is 0.54.

The process color (four color CMYK) of #daac37 color hex is 0.00, 0.21, 0.75, 0.15. Web safe color of #daac37 is #cc9933. Color #daac37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 00110111
Octal 332 254 67
Decimal 218 172 55
Hex DA AC 37

RGB Percentages of Color #daac37

%48.99
%38.65
%12.36

CMYK Percentages of Color #daac37

%0
%21
%75
%15

Triadic Colors of #daac37

#daac37 #37daac #ac37da

Analogous Colors of #daac37

#daac37 #b7da37 #da5b37

Monochromatic Colors of #daac37

#daac37

Complementary Color

#daac37 #3765da

#daac37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac37 Color CSS Codes

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

#daac37 Text Font Color

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

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


#daac37 Background Color

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

This div background color is #daac37


#daac37 Border Color

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

This div border color is #daac37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac37


Comments

No comments written yet.

Please login to write comment.