Color Hex Logo

#dac32c Color Hex

#DAC32C
(218,195,44)
0 Favorites   0 Comments

Color spaces of #dac32c

RGB 21819544
HSL0.140.700.51
HSV52°80°85°
CMYK 0.000.110.80   0.15
XYZ48.883254.117510.2522
Yxy54.11750.43160.4778
Hunter Lab73.5646-10.125943.2324
CIE-Lab78.5302-6.858271.9955

#dac32c color RGB value is (218,195,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 00101100
Octal 332 303 54
Decimal 218 195 44
Hex DA C3 2C

RGB Percentages of Color #dac32c

%47.70
%42.67
%9.63

CMYK Percentages of Color #dac32c

%0
%11
%80
%15

Triadic Colors of #dac32c

#dac32c #2cdac3 #c32cda

Analogous Colors of #dac32c

#dac32c #9ada2c #da6c2c

Monochromatic Colors of #dac32c

#dac32c

Complementary Color

#dac32c #2c43da

#dac32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac32c Color CSS Codes

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

#dac32c Text Font Color

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

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


#dac32c Background Color

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

This div background color is #dac32c


#dac32c Border Color

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

This div border color is #dac32c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,195,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 #dac32c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac32c


Comments

No comments written yet.

Please login to write comment.