Color Hex Logo

#dac67a Color Hex

#DAC67A
(218,198,122)
0 Favorites   0 Comments

Color spaces of #dac67a

RGB 218198122
HSL0.130.560.67
HSV48°44°85°
CMYK 0.000.090.44   0.15
XYZ52.620456.698726.5829
Yxy56.69870.38720.4172
Hunter Lab75.2985-7.032431.7776
CIE-Lab80.0098-3.276840.5340

#dac67a color RGB value is (218,198,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01111010
Octal 332 306 172
Decimal 218 198 122
Hex DA C6 7A

RGB Percentages of Color #dac67a

%40.52
%36.80
%22.68

CMYK Percentages of Color #dac67a

%0
%9
%44
%15

Triadic Colors of #dac67a

#dac67a #7adac6 #c67ada

Analogous Colors of #dac67a

#dac67a #beda7a #da967a

Monochromatic Colors of #dac67a

#dac67a

Complementary Color

#dac67a #7a8eda

#dac67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac67a Color CSS Codes

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

#dac67a Text Font Color

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

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


#dac67a Background Color

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

This div background color is #dac67a


#dac67a Border Color

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

This div border color is #dac67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac67a


Comments

No comments written yet.

Please login to write comment.