Color Hex Logo

#dac95f Color Hex

#DAC95F
(218,201,95)
0 Favorites   0 Comments

Color spaces of #dac95f

RGB 21820195
HSL0.140.620.61
HSV52°56°85°
CMYK 0.000.080.56   0.15
XYZ51.865657.504919.1924
Yxy57.50490.40340.4473
Hunter Lab75.8320-10.620238.0766
CIE-Lab80.4627-7.201554.1770

#dac95f color RGB value is (218,201,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 01011111
Octal 332 311 137
Decimal 218 201 95
Hex DA C9 5F

RGB Percentages of Color #dac95f

%42.41
%39.11
%18.48

CMYK Percentages of Color #dac95f

%0
%8
%56
%15

Triadic Colors of #dac95f

#dac95f #5fdac9 #c95fda

Analogous Colors of #dac95f

#dac95f #aeda5f #da8c5f

Monochromatic Colors of #dac95f

#dac95f

Complementary Color

#dac95f #5f70da

#dac95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac95f Color CSS Codes

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

#dac95f Text Font Color

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

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


#dac95f Background Color

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

This div background color is #dac95f


#dac95f Border Color

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

This div border color is #dac95f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,201,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 #dac95f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac95f


Comments

No comments written yet.

Please login to write comment.