Color Hex Logo

#dac442 Color Hex

#DAC442
(218,196,66)
0 Favorites   0 Comments

Color spaces of #dac442

RGB 21819666
HSL0.140.670.56
HSV51°70°85°
CMYK 0.000.100.70   0.15
XYZ49.636754.778613.1115
Yxy54.77860.42230.4661
Hunter Lab74.0126-9.810641.3054
CIE-Lab78.9136-6.462964.8811

#dac442 color RGB value is (218,196,66).

#dac442 hex color red value is 218, green value is 196 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dac442 hue: 0.14 , saturation: 0.67 and the lightness value of dac442 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 01000010
Octal 332 304 102
Decimal 218 196 66
Hex DA C4 42

RGB Percentages of Color #dac442

%45.42
%40.83
%13.75

CMYK Percentages of Color #dac442

%0
%10
%70
%15

Triadic Colors of #dac442

#dac442 #42dac4 #c442da

Analogous Colors of #dac442

#dac442 #a4da42 #da7842

Monochromatic Colors of #dac442

#dac442

Complementary Color

#dac442 #4258da

#dac442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac442 Color CSS Codes

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

#dac442 Text Font Color

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

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


#dac442 Background Color

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

This div background color is #dac442


#dac442 Border Color

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

This div border color is #dac442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac442


Comments

No comments written yet.

Please login to write comment.