Color Hex Logo

#dac57d Color Hex

#DAC57D
(218,197,125)
0 Favorites   0 Comments

Color spaces of #dac57d

RGB 218197125
HSL0.130.560.67
HSV46°43°85°
CMYK 0.000.100.43   0.15
XYZ52.581456.318627.5013
Yxy56.31860.38550.4129
Hunter Lab75.0457-6.262530.8046
CIE-Lab79.7948-2.451438.7400

#dac57d color RGB value is (218,197,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 01111101
Octal 332 305 175
Decimal 218 197 125
Hex DA C5 7D

RGB Percentages of Color #dac57d

%40.37
%36.48
%23.15

CMYK Percentages of Color #dac57d

%0
%10
%43
%15

Triadic Colors of #dac57d

#dac57d #7ddac5 #c57dda

Analogous Colors of #dac57d

#dac57d #c1da7d #da977d

Monochromatic Colors of #dac57d

#dac57d

Complementary Color

#dac57d #7d92da

#dac57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac57d Color CSS Codes

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

#dac57d Text Font Color

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

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


#dac57d Background Color

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

This div background color is #dac57d


#dac57d Border Color

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

This div border color is #dac57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac57d


Comments

No comments written yet.

Please login to write comment.