Color Hex Logo

#dac047 Color Hex

#DAC047
(218,192,71)
0 Favorites   0 Comments

Color spaces of #dac047

RGB 21819271
HSL0.140.670.57
HSV49°67°85°
CMYK 0.000.120.67   0.15
XYZ48.900453.059613.6254
Yxy53.05960.42310.4591
Hunter Lab72.8420-7.642739.8990
CIE-Lab77.9102-4.138761.8773

#dac047 color RGB value is (218,192,71).

#dac047 hex color red value is 218, green value is 192 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dac047 hue: 0.14 , saturation: 0.67 and the lightness value of dac047 is 0.57.

The process color (four color CMYK) of #dac047 color hex is 0.00, 0.12, 0.67, 0.15. Web safe color of #dac047 is #cccc33. Color #dac047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 01000111
Octal 332 300 107
Decimal 218 192 71
Hex DA C0 47

RGB Percentages of Color #dac047

%45.32
%39.92
%14.76

CMYK Percentages of Color #dac047

%0
%12
%67
%15

Triadic Colors of #dac047

#dac047 #47dac0 #c047da

Analogous Colors of #dac047

#dac047 #abda47 #da7747

Monochromatic Colors of #dac047

#dac047

Complementary Color

#dac047 #4761da

#dac047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac047 Color CSS Codes

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

#dac047 Text Font Color

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

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


#dac047 Background Color

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

This div background color is #dac047


#dac047 Border Color

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

This div border color is #dac047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac047


Comments

No comments written yet.

Please login to write comment.