Color Hex Logo

#dacc79 Color Hex

#DACC79
(218,204,121)
0 Favorites   0 Comments

Color spaces of #dacc79

RGB 218204121
HSL0.140.570.66
HSV51°44°85°
CMYK 0.000.060.44   0.15
XYZ53.957559.471626.7245
Yxy59.47160.38500.4243
Hunter Lab77.1178-10.064033.4361
CIE-Lab81.5501-6.467642.9681

#dacc79 color RGB value is (218,204,121).

#dacc79 hex color red value is 218, green value is 204 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dacc79 hue: 0.14 , saturation: 0.57 and the lightness value of dacc79 is 0.66.

The process color (four color CMYK) of #dacc79 color hex is 0.00, 0.06, 0.44, 0.15. Web safe color of #dacc79 is #cccc66. Color #dacc79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 01111001
Octal 332 314 171
Decimal 218 204 121
Hex DA CC 79

RGB Percentages of Color #dacc79

%40.15
%37.57
%22.28

CMYK Percentages of Color #dacc79

%0
%6
%44
%15

Triadic Colors of #dacc79

#dacc79 #79dacc #cc79da

Analogous Colors of #dacc79

#dacc79 #b8da79 #da9c79

Monochromatic Colors of #dacc79

#dacc79

Complementary Color

#dacc79 #7987da

#dacc79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacc79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacc79 Color CSS Codes

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

#dacc79 Text Font Color

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

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


#dacc79 Background Color

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

This div background color is #dacc79


#dacc79 Border Color

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

This div border color is #dacc79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacc79


Comments

No comments written yet.

Please login to write comment.