Color Hex Logo

#dac55f Color Hex

#DAC55F
(218,197,95)
0 Favorites   0 Comments

Color spaces of #dac55f

RGB 21819795
HSL0.140.620.61
HSV50°56°85°
CMYK 0.000.100.56   0.15
XYZ50.945355.664218.8856
Yxy55.66420.40600.4436
Hunter Lab74.6084-8.678637.2179
CIE-Lab79.4223-5.148052.9839

#dac55f color RGB value is (218,197,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 01011111
Octal 332 305 137
Decimal 218 197 95
Hex DA C5 5F

RGB Percentages of Color #dac55f

%42.75
%38.63
%18.63

CMYK Percentages of Color #dac55f

%0
%10
%56
%15

Triadic Colors of #dac55f

#dac55f #5fdac5 #c55fda

Analogous Colors of #dac55f

#dac55f #b2da5f #da885f

Monochromatic Colors of #dac55f

#dac55f

Complementary Color

#dac55f #5f74da

#dac55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac55f Color CSS Codes

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

#dac55f Text Font Color

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

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


#dac55f Background Color

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

This div background color is #dac55f


#dac55f Border Color

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

This div border color is #dac55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac55f


Comments

No comments written yet.

Please login to write comment.