Color Hex Logo

#dac95d Color Hex

#DAC95D
(218,201,93)
0 Favorites   0 Comments

Color spaces of #dac95d

RGB 21820193
HSL0.140.630.61
HSV52°57°85°
CMYK 0.000.080.57   0.15
XYZ51.775957.469018.7197
Yxy57.46900.40460.4491
Hunter Lab75.8083-10.751838.4251
CIE-Lab80.4427-7.350655.0707

#dac95d color RGB value is (218,201,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 01011101
Octal 332 311 135
Decimal 218 201 93
Hex DA C9 5D

RGB Percentages of Color #dac95d

%42.58
%39.26
%18.16

CMYK Percentages of Color #dac95d

%0
%8
%57
%15

Triadic Colors of #dac95d

#dac95d #5ddac9 #c95dda

Analogous Colors of #dac95d

#dac95d #adda5d #da8b5d

Monochromatic Colors of #dac95d

#dac95d

Complementary Color

#dac95d #5d6eda

#dac95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac95d Color CSS Codes

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

#dac95d Text Font Color

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

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


#dac95d Background Color

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

This div background color is #dac95d


#dac95d Border Color

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

This div border color is #dac95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac95d


Comments

No comments written yet.

Please login to write comment.