Color Hex Logo

#dac67d Color Hex

#DAC67D
(218,198,125)
0 Favorites   0 Comments

Color spaces of #dac67d

RGB 218198125
HSL0.130.560.67
HSV47°43°85°
CMYK 0.000.090.43   0.15
XYZ52.809256.774327.5772
Yxy56.77430.38500.4139
Hunter Lab75.3487-6.756131.0443
CIE-Lab80.0525-2.970239.0681

#dac67d color RGB value is (218,198,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01111101
Octal 332 306 175
Decimal 218 198 125
Hex DA C6 7D

RGB Percentages of Color #dac67d

%40.30
%36.60
%23.11

CMYK Percentages of Color #dac67d

%0
%9
%43
%15

Triadic Colors of #dac67d

#dac67d #7ddac6 #c67dda

Analogous Colors of #dac67d

#dac67d #c0da7d #da987d

Monochromatic Colors of #dac67d

#dac67d

Complementary Color

#dac67d #7d91da

#dac67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac67d Color CSS Codes

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

#dac67d Text Font Color

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

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


#dac67d Background Color

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

This div background color is #dac67d


#dac67d Border Color

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

This div border color is #dac67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac67d


Comments

No comments written yet.

Please login to write comment.