Color Hex Logo

#dac64e Color Hex

#DAC64E
(218,198,78)
0 Favorites   0 Comments

Color spaces of #dac64e

RGB 21819878
HSL0.140.650.58
HSV51°64°85°
CMYK 0.000.090.64   0.15
XYZ50.482755.843715.3259
Yxy55.84370.41500.4590
Hunter Lab74.7286-10.190040.1504
CIE-Lab79.5248-6.822760.6615

#dac64e color RGB value is (218,198,78).

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

The process color (four color CMYK) of #dac64e color hex is 0.00, 0.09, 0.64, 0.15. Web safe color of #dac64e is #cccc66. Color #dac64e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01001110
Octal 332 306 116
Decimal 218 198 78
Hex DA C6 4E

RGB Percentages of Color #dac64e

%44.13
%40.08
%15.79

CMYK Percentages of Color #dac64e

%0
%9
%64
%15

Triadic Colors of #dac64e

#dac64e #4edac6 #c64eda

Analogous Colors of #dac64e

#dac64e #a8da4e #da804e

Monochromatic Colors of #dac64e

#dac64e

Complementary Color

#dac64e #4e62da

#dac64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac64e Color CSS Codes

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

#dac64e Text Font Color

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

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


#dac64e Background Color

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

This div background color is #dac64e


#dac64e Border Color

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

This div border color is #dac64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac64e


Comments

No comments written yet.

Please login to write comment.