Color Hex Logo

#dac42c Color Hex

#DAC42C
(218,196,44)
0 Favorites   0 Comments

Color spaces of #dac42c

RGB 21819644
HSL0.150.700.51
HSV52°80°85°
CMYK 0.000.100.80   0.15
XYZ49.108054.567110.3271
Yxy54.56710.43080.4786
Hunter Lab73.8695-10.606143.4198
CIE-Lab78.7913-7.370472.2245

#dac42c color RGB value is (218,196,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 00101100
Octal 332 304 54
Decimal 218 196 44
Hex DA C4 2C

RGB Percentages of Color #dac42c

%47.60
%42.79
%9.61

CMYK Percentages of Color #dac42c

%0
%10
%80
%15

Triadic Colors of #dac42c

#dac42c #2cdac4 #c42cda

Analogous Colors of #dac42c

#dac42c #99da2c #da6d2c

Monochromatic Colors of #dac42c

#dac42c

Complementary Color

#dac42c #2c42da

#dac42c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac42c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac42c Color CSS Codes

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

#dac42c Text Font Color

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

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


#dac42c Background Color

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

This div background color is #dac42c


#dac42c Border Color

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

This div border color is #dac42c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac42c


Comments

No comments written yet.

Please login to write comment.