Color Hex Logo

#dac397 Color Hex

#DAC397
(218,195,151)
0 Favorites   0 Comments

Color spaces of #dac397

RGB 218195151
HSL0.110.480.72
HSV39°31°85°
CMYK 0.000.110.31   0.15
XYZ54.014556.170037.2732
Yxy56.17000.36630.3809
Hunter Lab74.9466-2.510622.9760
CIE-Lab79.71051.607725.1102

#dac397 color RGB value is (218,195,151).

#dac397 hex color red value is 218, green value is 195 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dac397 hue: 0.11 , saturation: 0.48 and the lightness value of dac397 is 0.72.

The process color (four color CMYK) of #dac397 color hex is 0.00, 0.11, 0.31, 0.15. Web safe color of #dac397 is #cccc99. Color #dac397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 10010111
Octal 332 303 227
Decimal 218 195 151
Hex DA C3 97

RGB Percentages of Color #dac397

%38.65
%34.57
%26.77

CMYK Percentages of Color #dac397

%0
%11
%31
%15

Triadic Colors of #dac397

#dac397 #97dac3 #c397da

Analogous Colors of #dac397

#dac397 #d0da97 #daa297

Monochromatic Colors of #dac397

#dac397

Complementary Color

#dac397 #97aeda

#dac397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac397 Color CSS Codes

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

#dac397 Text Font Color

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

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


#dac397 Background Color

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

This div background color is #dac397


#dac397 Border Color

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

This div border color is #dac397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac397


Comments

No comments written yet.

Please login to write comment.