Color Hex Logo

#dac68d Color Hex

#DAC68D
(218,198,141)
0 Favorites   0 Comments

Color spaces of #dac68d

RGB 218198141
HSL0.120.510.70
HSV44°35°85°
CMYK 0.000.090.35   0.15
XYZ53.915257.216733.4016
Yxy57.21670.37300.3959
Hunter Lab75.6417-5.143426.7681
CIE-Lab80.3013-1.193031.1511

#dac68d color RGB value is (218,198,141).

#dac68d hex color red value is 218, green value is 198 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dac68d hue: 0.12 , saturation: 0.51 and the lightness value of dac68d is 0.70.

The process color (four color CMYK) of #dac68d color hex is 0.00, 0.09, 0.35, 0.15. Web safe color of #dac68d is #cccc99. Color #dac68d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 10001101
Octal 332 306 215
Decimal 218 198 141
Hex DA C6 8D

RGB Percentages of Color #dac68d

%39.14
%35.55
%25.31

CMYK Percentages of Color #dac68d

%0
%9
%35
%15

Triadic Colors of #dac68d

#dac68d #8ddac6 #c68dda

Analogous Colors of #dac68d

#dac68d #c8da8d #daa08d

Monochromatic Colors of #dac68d

#dac68d

Complementary Color

#dac68d #8da1da

#dac68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac68d Color CSS Codes

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

#dac68d Text Font Color

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

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


#dac68d Background Color

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

This div background color is #dac68d


#dac68d Border Color

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

This div border color is #dac68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac68d


Comments

No comments written yet.

Please login to write comment.