Color Hex Logo

#dac740 Color Hex

#DAC740
(218,199,64)
0 Favorites   0 Comments

Color spaces of #dac740

RGB 21819964
HSL0.150.680.55
HSV53°71°85°
CMYK 0.000.090.71   0.15
XYZ50.262356.122413.0341
Yxy56.12240.42090.4700
Hunter Lab74.9149-11.340942.1248
CIE-Lab79.6834-8.096766.4032

#dac740 color RGB value is (218,199,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 01000000
Octal 332 307 100
Decimal 218 199 64
Hex DA C7 40

RGB Percentages of Color #dac740

%45.32
%41.37
%13.31

CMYK Percentages of Color #dac740

%0
%9
%71
%15

Triadic Colors of #dac740

#dac740 #40dac7 #c740da

Analogous Colors of #dac740

#dac740 #a0da40 #da7a40

Monochromatic Colors of #dac740

#dac740

Complementary Color

#dac740 #4053da

#dac740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac740 Color CSS Codes

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

#dac740 Text Font Color

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

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


#dac740 Background Color

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

This div background color is #dac740


#dac740 Border Color

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

This div border color is #dac740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac740


Comments

No comments written yet.

Please login to write comment.