Color Hex Logo

#daac39 Color Hex

#DAAC39
(218,172,57)
0 Favorites   0 Comments

Color spaces of #daac39

RGB 21817257
HSL0.120.690.54
HSV43°74°85°
CMYK 0.000.210.74   0.15
XYZ44.404544.705910.1596
Yxy44.70590.44730.4503
Hunter Lab66.86251.535637.7947
CIE-Lab72.69785.653162.2144

#daac39 color RGB value is (218,172,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 00111001
Octal 332 254 71
Decimal 218 172 57
Hex DA AC 39

RGB Percentages of Color #daac39

%48.77
%38.48
%12.75

CMYK Percentages of Color #daac39

%0
%21
%74
%15

Triadic Colors of #daac39

#daac39 #39daac #ac39da

Analogous Colors of #daac39

#daac39 #b8da39 #da5c39

Monochromatic Colors of #daac39

#daac39

Complementary Color

#daac39 #3967da

#daac39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac39 Color CSS Codes

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

#daac39 Text Font Color

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

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


#daac39 Background Color

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

This div background color is #daac39


#daac39 Border Color

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

This div border color is #daac39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac39


Comments

No comments written yet.

Please login to write comment.