Color Hex Logo

#dac17f Color Hex

#DAC17F
(218,193,127)
0 Favorites   0 Comments

Color spaces of #dac17f

RGB 218193127
HSL0.120.550.68
HSV44°42°85°
CMYK 0.000.110.42   0.15
XYZ51.814254.577727.8823
Yxy54.57770.38590.4065
Hunter Lab73.8767-4.091429.3367
CIE-Lab78.7974-0.158336.4392

#dac17f color RGB value is (218,193,127).

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

The process color (four color CMYK) of #dac17f color hex is 0.00, 0.11, 0.42, 0.15. Web safe color of #dac17f is #cccc66. Color #dac17f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01111111
Octal 332 301 177
Decimal 218 193 127
Hex DA C1 7F

RGB Percentages of Color #dac17f

%40.52
%35.87
%23.61

CMYK Percentages of Color #dac17f

%0
%11
%42
%15

Triadic Colors of #dac17f

#dac17f #7fdac1 #c17fda

Analogous Colors of #dac17f

#dac17f #c6da7f #da947f

Monochromatic Colors of #dac17f

#dac17f

Complementary Color

#dac17f #7f98da

#dac17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac17f Color CSS Codes

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

#dac17f Text Font Color

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

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


#dac17f Background Color

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

This div background color is #dac17f


#dac17f Border Color

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

This div border color is #dac17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac17f


Comments

No comments written yet.

Please login to write comment.