Color Hex Logo

#dac46f Color Hex

#DAC46F
(218,196,111)
0 Favorites   0 Comments

Color spaces of #dac46f

RGB 218196111
HSL0.130.590.65
HSV48°49°85°
CMYK 0.000.100.49   0.15
XYZ51.522655.533023.0423
Yxy55.53300.39600.4269
Hunter Lab74.5205-6.998033.8314
CIE-Lab79.3473-3.296245.2077

#dac46f color RGB value is (218,196,111).

#dac46f hex color red value is 218, green value is 196 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dac46f hue: 0.13 , saturation: 0.59 and the lightness value of dac46f is 0.65.

The process color (four color CMYK) of #dac46f color hex is 0.00, 0.10, 0.49, 0.15. Web safe color of #dac46f is #cccc66. Color #dac46f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 01101111
Octal 332 304 157
Decimal 218 196 111
Hex DA C4 6F

RGB Percentages of Color #dac46f

%41.52
%37.33
%21.14

CMYK Percentages of Color #dac46f

%0
%10
%49
%15

Triadic Colors of #dac46f

#dac46f #6fdac4 #c46fda

Analogous Colors of #dac46f

#dac46f #bbda6f #da8f6f

Monochromatic Colors of #dac46f

#dac46f

Complementary Color

#dac46f #6f85da

#dac46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac46f Color CSS Codes

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

#dac46f Text Font Color

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

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


#dac46f Background Color

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

This div background color is #dac46f


#dac46f Border Color

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

This div border color is #dac46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac46f


Comments

No comments written yet.

Please login to write comment.