Color Hex Logo

#dac45f Color Hex

#DAC45F
(218,196,95)
3 Favorites   0 Comments

Color spaces of #dac45f

RGB 21819695
HSL0.140.620.61
HSV49°56°85°
CMYK 0.000.100.56   0.15
XYZ50.718955.211518.8102
Yxy55.21150.40660.4426
Hunter Lab74.3044-8.191837.0038
CIE-Lab79.1629-4.632552.6853

#dac45f color RGB value is (218,196,95).

#dac45f hex color red value is 218, green value is 196 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dac45f hue: 0.14 , saturation: 0.62 and the lightness value of dac45f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 01011111
Octal 332 304 137
Decimal 218 196 95
Hex DA C4 5F

RGB Percentages of Color #dac45f

%42.83
%38.51
%18.66

CMYK Percentages of Color #dac45f

%0
%10
%56
%15

Triadic Colors of #dac45f

#dac45f #5fdac4 #c45fda

Analogous Colors of #dac45f

#dac45f #b3da5f #da875f

Monochromatic Colors of #dac45f

#dac45f

Complementary Color

#dac45f #5f75da

#dac45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac45f Color CSS Codes

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

#dac45f Text Font Color

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

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


#dac45f Background Color

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

This div background color is #dac45f


#dac45f Border Color

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

This div border color is #dac45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac45f

#dac45f Color Palettes


Comments

No comments written yet.

Please login to write comment.