Color Hex Logo

#dac93f Color Hex

#DAC93F
(218,201,63)
0 Favorites   0 Comments

Color spaces of #dac93f

RGB 21820163
HSL0.150.680.55
HSV53°71°85°
CMYK 0.000.080.71   0.15
XYZ50.697357.037613.0400
Yxy57.03760.41980.4723
Hunter Lab75.5232-12.342142.6291
CIE-Lab80.2007-9.163467.2802

#dac93f color RGB value is (218,201,63).

#dac93f hex color red value is 218, green value is 201 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dac93f hue: 0.15 , saturation: 0.68 and the lightness value of dac93f is 0.55.

The process color (four color CMYK) of #dac93f color hex is 0.00, 0.08, 0.71, 0.15. Web safe color of #dac93f is #cccc33. Color #dac93f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 00111111
Octal 332 311 77
Decimal 218 201 63
Hex DA C9 3F

RGB Percentages of Color #dac93f

%45.23
%41.70
%13.07

CMYK Percentages of Color #dac93f

%0
%8
%71
%15

Triadic Colors of #dac93f

#dac93f #3fdac9 #c93fda

Analogous Colors of #dac93f

#dac93f #9eda3f #da7c3f

Monochromatic Colors of #dac93f

#dac93f

Complementary Color

#dac93f #3f50da

#dac93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac93f Color CSS Codes

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

#dac93f Text Font Color

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

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


#dac93f Background Color

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

This div background color is #dac93f


#dac93f Border Color

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

This div border color is #dac93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac93f


Comments

No comments written yet.

Please login to write comment.