Color Hex Logo

#dac74d Color Hex

#DAC74D
(218,199,77)
0 Favorites   0 Comments

Color spaces of #dac74d

RGB 21819977
HSL0.140.660.58
HSV52°65°85°
CMYK 0.000.090.65   0.15
XYZ50.676456.288115.2149
Yxy56.28810.41480.4607
Hunter Lab75.0254-10.725440.4940
CIE-Lab79.7775-7.394861.3490

#dac74d color RGB value is (218,199,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 01001101
Octal 332 307 115
Decimal 218 199 77
Hex DA C7 4D

RGB Percentages of Color #dac74d

%44.13
%40.28
%15.59

CMYK Percentages of Color #dac74d

%0
%9
%65
%15

Triadic Colors of #dac74d

#dac74d #4ddac7 #c74dda

Analogous Colors of #dac74d

#dac74d #a7da4d #da814d

Monochromatic Colors of #dac74d

#dac74d

Complementary Color

#dac74d #4d60da

#dac74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac74d Color CSS Codes

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

#dac74d Text Font Color

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

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


#dac74d Background Color

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

This div background color is #dac74d


#dac74d Border Color

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

This div border color is #dac74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac74d


Comments

No comments written yet.

Please login to write comment.