Color Hex Logo

#dac12c Color Hex

#DAC12C
(218,193,44)
0 Favorites   0 Comments

Color spaces of #dac12c

RGB 21819344
HSL0.140.700.51
HSV51°80°85°
CMYK 0.000.110.80   0.15
XYZ48.438053.227210.1038
Yxy53.22720.43340.4762
Hunter Lab72.9570-9.164042.8588
CIE-Lab78.0089-5.831371.5379

#dac12c color RGB value is (218,193,44).

#dac12c hex color red value is 218, green value is 193 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dac12c hue: 0.14 , saturation: 0.70 and the lightness value of dac12c is 0.51.

The process color (four color CMYK) of #dac12c color hex is 0.00, 0.11, 0.80, 0.15. Web safe color of #dac12c is #cccc33. Color #dac12c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00101100
Octal 332 301 54
Decimal 218 193 44
Hex DA C1 2C

RGB Percentages of Color #dac12c

%47.91
%42.42
%9.67

CMYK Percentages of Color #dac12c

%0
%11
%80
%15

Triadic Colors of #dac12c

#dac12c #2cdac1 #c12cda

Analogous Colors of #dac12c

#dac12c #9cda2c #da6a2c

Monochromatic Colors of #dac12c

#dac12c

Complementary Color

#dac12c #2c45da

#dac12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac12c Color CSS Codes

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

#dac12c Text Font Color

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

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


#dac12c Background Color

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

This div background color is #dac12c


#dac12c Border Color

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

This div border color is #dac12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac12c


Comments

No comments written yet.

Please login to write comment.