Color Hex Logo

#dac60e Color Hex

#DAC60E
(218,198,14)
0 Favorites   0 Comments

Color spaces of #dac60e

RGB 21819814
HSL0.150.880.45
HSV54°94°85°
CMYK 0.000.090.94   0.15
XYZ49.186855.32538.5019
Yxy55.32530.43520.4895
Hunter Lab74.3810-12.127945.2897
CIE-Lab79.2283-9.039678.7032

#dac60e color RGB value is (218,198,14).

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

The process color (four color CMYK) of #dac60e color hex is 0.00, 0.09, 0.94, 0.15. Web safe color of #dac60e is #cccc00. Color #dac60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 00001110
Octal 332 306 16
Decimal 218 198 14
Hex DA C6 E

RGB Percentages of Color #dac60e

%50.70
%46.05
%3.26

CMYK Percentages of Color #dac60e

%0
%9
%94
%15

Triadic Colors of #dac60e

#dac60e #0edac6 #c60eda

Analogous Colors of #dac60e

#dac60e #88da0e #da600e

Monochromatic Colors of #dac60e

#dac60e

Complementary Color

#dac60e #0e22da

#dac60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac60e Color CSS Codes

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

#dac60e Text Font Color

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

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


#dac60e Background Color

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

This div background color is #dac60e


#dac60e Border Color

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

This div border color is #dac60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac60e


Comments

No comments written yet.

Please login to write comment.