Color Hex Logo

#dac147 Color Hex

#DAC147
(218,193,71)
0 Favorites   0 Comments

Color spaces of #dac147

RGB 21819371
HSL0.140.670.57
HSV50°67°85°
CMYK 0.000.110.67   0.15
XYZ49.120753.500313.6989
Yxy53.50030.42230.4599
Hunter Lab73.1439-8.127940.0965
CIE-Lab78.1695-4.655662.1448

#dac147 color RGB value is (218,193,71).

#dac147 hex color red value is 218, green value is 193 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dac147 hue: 0.14 , saturation: 0.67 and the lightness value of dac147 is 0.57.

The process color (four color CMYK) of #dac147 color hex is 0.00, 0.11, 0.67, 0.15. Web safe color of #dac147 is #cccc33. Color #dac147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01000111
Octal 332 301 107
Decimal 218 193 71
Hex DA C1 47

RGB Percentages of Color #dac147

%45.23
%40.04
%14.73

CMYK Percentages of Color #dac147

%0
%11
%67
%15

Triadic Colors of #dac147

#dac147 #47dac1 #c147da

Analogous Colors of #dac147

#dac147 #aada47 #da7847

Monochromatic Colors of #dac147

#dac147

Complementary Color

#dac147 #4760da

#dac147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac147 Color CSS Codes

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

#dac147 Text Font Color

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

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


#dac147 Background Color

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

This div background color is #dac147


#dac147 Border Color

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

This div border color is #dac147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac147


Comments

No comments written yet.

Please login to write comment.