Color Hex Logo

#dac912 Color Hex

#DAC912
(218,201,18)
0 Favorites   0 Comments

Color spaces of #dac912

RGB 21820118
HSL0.150.850.46
HSV55°92°85°
CMYK 0.000.080.92   0.15
XYZ49.909356.72248.8903
Yxy56.72240.43200.4910
Hunter Lab75.3143-13.511545.7212
CIE-Lab80.0232-10.510078.7914

#dac912 color RGB value is (218,201,18).

#dac912 hex color red value is 218, green value is 201 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dac912 hue: 0.15 , saturation: 0.85 and the lightness value of dac912 is 0.46.

The process color (four color CMYK) of #dac912 color hex is 0.00, 0.08, 0.92, 0.15. Web safe color of #dac912 is #cccc00. Color #dac912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 00010010
Octal 332 311 22
Decimal 218 201 18
Hex DA C9 12

RGB Percentages of Color #dac912

%49.89
%46.00
%4.12

CMYK Percentages of Color #dac912

%0
%8
%92
%15

Triadic Colors of #dac912

#dac912 #12dac9 #c912da

Analogous Colors of #dac912

#dac912 #87da12 #da6512

Monochromatic Colors of #dac912

#dac912

Complementary Color

#dac912 #1223da

#dac912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac912 Color CSS Codes

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

#dac912 Text Font Color

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

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


#dac912 Background Color

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

This div background color is #dac912


#dac912 Border Color

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

This div border color is #dac912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac912


Comments

No comments written yet.

Please login to write comment.