Color Hex Logo

#dac399 Color Hex

#DAC399
(218,195,153)
0 Favorites   0 Comments

Color spaces of #dac399

RGB 218195153
HSL0.110.470.73
HSV39°30°85°
CMYK 0.000.110.30   0.15
XYZ54.178356.235538.1360
Yxy56.23550.36470.3786
Hunter Lab74.9903-2.272122.3416
CIE-Lab79.74771.865624.1030

#dac399 color RGB value is (218,195,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 10011001
Octal 332 303 231
Decimal 218 195 153
Hex DA C3 99

RGB Percentages of Color #dac399

%38.52
%34.45
%27.03

CMYK Percentages of Color #dac399

%0
%11
%30
%15

Triadic Colors of #dac399

#dac399 #99dac3 #c399da

Analogous Colors of #dac399

#dac399 #d1da99 #daa399

Monochromatic Colors of #dac399

#dac399

Complementary Color

#dac399 #99b0da

#dac399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac399 Color CSS Codes

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

#dac399 Text Font Color

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

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


#dac399 Background Color

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

This div background color is #dac399


#dac399 Border Color

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

This div border color is #dac399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac399


Comments

No comments written yet.

Please login to write comment.