Color Hex Logo

#dac12a Color Hex

#DAC12A
(218,193,42)
0 Favorites   0 Comments

Color spaces of #dac12a

RGB 21819342
HSL0.140.700.51
HSV51°81°85°
CMYK 0.000.110.81   0.15
XYZ48.401353.21259.9105
Yxy53.21250.43400.4771
Hunter Lab72.9469-9.219843.0077
CIE-Lab78.0003-5.894972.1041

#dac12a color RGB value is (218,193,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00101010
Octal 332 301 52
Decimal 218 193 42
Hex DA C1 2A

RGB Percentages of Color #dac12a

%48.12
%42.60
%9.27

CMYK Percentages of Color #dac12a

%0
%11
%81
%15

Triadic Colors of #dac12a

#dac12a #2adac1 #c12ada

Analogous Colors of #dac12a

#dac12a #9bda2a #da692a

Monochromatic Colors of #dac12a

#dac12a

Complementary Color

#dac12a #2a43da

#dac12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac12a Color CSS Codes

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

#dac12a Text Font Color

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

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


#dac12a Background Color

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

This div background color is #dac12a


#dac12a Border Color

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

This div border color is #dac12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac12a


Comments

No comments written yet.

Please login to write comment.