Color Hex Logo

#dacc91 Color Hex

#DACC91
(218,204,145)
0 Favorites   0 Comments

Color spaces of #dacc91

RGB 218204145
HSL0.130.500.71
HSV48°33°85°
CMYK 0.000.060.33   0.15
XYZ55.617160.135535.4640
Yxy60.13550.36780.3977
Hunter Lab77.5471-7.686427.1683
CIE-Lab81.9118-3.824631.2068

#dacc91 color RGB value is (218,204,145).

#dacc91 hex color red value is 218, green value is 204 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dacc91 hue: 0.13 , saturation: 0.50 and the lightness value of dacc91 is 0.71.

The process color (four color CMYK) of #dacc91 color hex is 0.00, 0.06, 0.33, 0.15. Web safe color of #dacc91 is #cccc99. Color #dacc91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 10010001
Octal 332 314 221
Decimal 218 204 145
Hex DA CC 91

RGB Percentages of Color #dacc91

%38.45
%35.98
%25.57

CMYK Percentages of Color #dacc91

%0
%6
%33
%15

Triadic Colors of #dacc91

#dacc91 #91dacc #cc91da

Analogous Colors of #dacc91

#dacc91 #c4da91 #daa891

Monochromatic Colors of #dacc91

#dacc91

Complementary Color

#dacc91 #919fda

#dacc91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacc91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacc91 Color CSS Codes

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

#dacc91 Text Font Color

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

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


#dacc91 Background Color

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

This div background color is #dacc91


#dacc91 Border Color

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

This div border color is #dacc91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacc91


Comments

No comments written yet.

Please login to write comment.