Color Hex Logo

#dac67f Color Hex

#DAC67F
(218,198,127)
0 Favorites   0 Comments

Color spaces of #dac67f

RGB 218198127
HSL0.130.550.68
HSV47°42°85°
CMYK 0.000.090.42   0.15
XYZ52.938356.825928.2570
Yxy56.82590.38360.4117
Hunter Lab75.3830-6.567130.5434
CIE-Lab80.0816-2.760938.0869

#dac67f color RGB value is (218,198,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01111111
Octal 332 306 177
Decimal 218 198 127
Hex DA C6 7F

RGB Percentages of Color #dac67f

%40.15
%36.46
%23.39

CMYK Percentages of Color #dac67f

%0
%9
%42
%15

Triadic Colors of #dac67f

#dac67f #7fdac6 #c67fda

Analogous Colors of #dac67f

#dac67f #c1da7f #da997f

Monochromatic Colors of #dac67f

#dac67f

Complementary Color

#dac67f #7f93da

#dac67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac67f Color CSS Codes

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

#dac67f Text Font Color

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

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


#dac67f Background Color

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

This div background color is #dac67f


#dac67f Border Color

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

This div border color is #dac67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac67f


Comments

No comments written yet.

Please login to write comment.