Color Hex Logo

#dac63e Color Hex

#DAC63E
(218,198,62)
0 Favorites   0 Comments

Color spaces of #dac63e

RGB 21819862
HSL0.150.680.55
HSV52°72°85°
CMYK 0.000.090.72   0.15
XYZ49.977055.641412.6632
Yxy55.64140.42250.4704
Hunter Lab74.5932-10.944042.1499
CIE-Lab79.4093-7.681566.8745

#dac63e color RGB value is (218,198,62).

#dac63e hex color red value is 218, green value is 198 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dac63e hue: 0.15 , saturation: 0.68 and the lightness value of dac63e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 00111110
Octal 332 306 76
Decimal 218 198 62
Hex DA C6 3E

RGB Percentages of Color #dac63e

%45.61
%41.42
%12.97

CMYK Percentages of Color #dac63e

%0
%9
%72
%15

Triadic Colors of #dac63e

#dac63e #3edac6 #c63eda

Analogous Colors of #dac63e

#dac63e #a0da3e #da783e

Monochromatic Colors of #dac63e

#dac63e

Complementary Color

#dac63e #3e52da

#dac63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac63e Color CSS Codes

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

#dac63e Text Font Color

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

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


#dac63e Background Color

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

This div background color is #dac63e


#dac63e Border Color

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

This div border color is #dac63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac63e


Comments

No comments written yet.

Please login to write comment.