Color Hex Logo

#dac61e Color Hex

#DAC61E
(218,198,30)
0 Favorites   0 Comments

Color spaces of #dac61e

RGB 21819830
HSL0.150.760.49
HSV54°86°85°
CMYK 0.000.090.86   0.15
XYZ49.341955.38739.3185
Yxy55.38730.43260.4857
Hunter Lab74.4226-11.894944.6721
CIE-Lab79.2638-8.771376.1109

#dac61e color RGB value is (218,198,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 00011110
Octal 332 306 36
Decimal 218 198 30
Hex DA C6 1E

RGB Percentages of Color #dac61e

%48.88
%44.39
%6.73

CMYK Percentages of Color #dac61e

%0
%9
%86
%15

Triadic Colors of #dac61e

#dac61e #1edac6 #c61eda

Analogous Colors of #dac61e

#dac61e #90da1e #da681e

Monochromatic Colors of #dac61e

#dac61e

Complementary Color

#dac61e #1e32da

#dac61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac61e Color CSS Codes

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

#dac61e Text Font Color

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

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


#dac61e Background Color

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

This div background color is #dac61e


#dac61e Border Color

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

This div border color is #dac61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac61e


Comments

No comments written yet.

Please login to write comment.