Color Hex Logo

#dac642 Color Hex

#DAC642
(218,198,66)
0 Favorites   0 Comments

Color spaces of #dac642

RGB 21819866
HSL0.140.670.56
HSV52°70°85°
CMYK 0.000.090.70   0.15
XYZ50.090955.686913.2628
Yxy55.68690.42080.4678
Hunter Lab74.6237-10.773841.6990
CIE-Lab79.4353-7.487365.4022

#dac642 color RGB value is (218,198,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01000010
Octal 332 306 102
Decimal 218 198 66
Hex DA C6 42

RGB Percentages of Color #dac642

%45.23
%41.08
%13.69

CMYK Percentages of Color #dac642

%0
%9
%70
%15

Triadic Colors of #dac642

#dac642 #42dac6 #c642da

Analogous Colors of #dac642

#dac642 #a2da42 #da7a42

Monochromatic Colors of #dac642

#dac642

Complementary Color

#dac642 #4256da

#dac642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac642 Color CSS Codes

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

#dac642 Text Font Color

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

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


#dac642 Background Color

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

This div background color is #dac642


#dac642 Border Color

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

This div border color is #dac642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac642


Comments

No comments written yet.

Please login to write comment.