Color Hex Logo

#dac12b Color Hex

#DAC12B
(218,193,43)
0 Favorites   0 Comments

Color spaces of #dac12b

RGB 21819343
HSL0.140.700.51
HSV51°80°85°
CMYK 0.000.110.80   0.15
XYZ48.419553.219810.0060
Yxy53.21980.43370.4767
Hunter Lab72.9519-9.192142.9342
CIE-Lab78.0046-5.863471.8235

#dac12b color RGB value is (218,193,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00101011
Octal 332 301 53
Decimal 218 193 43
Hex DA C1 2B

RGB Percentages of Color #dac12b

%48.02
%42.51
%9.47

CMYK Percentages of Color #dac12b

%0
%11
%80
%15

Triadic Colors of #dac12b

#dac12b #2bdac1 #c12bda

Analogous Colors of #dac12b

#dac12b #9cda2b #da6a2b

Monochromatic Colors of #dac12b

#dac12b

Complementary Color

#dac12b #2b44da

#dac12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac12b Color CSS Codes

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

#dac12b Text Font Color

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

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


#dac12b Background Color

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

This div background color is #dac12b


#dac12b Border Color

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

This div border color is #dac12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac12b


Comments

No comments written yet.

Please login to write comment.