Color Hex Logo

#dac475 Color Hex

#DAC475
(218,196,117)
0 Favorites   0 Comments

Color spaces of #dac475

RGB 218196117
HSL0.130.580.66
HSV47°46°85°
CMYK 0.000.100.46   0.15
XYZ51.864355.669624.8414
Yxy55.66960.39180.4205
Hunter Lab74.6121-6.492332.4884
CIE-Lab79.4254-2.733642.3179

#dac475 color RGB value is (218,196,117).

#dac475 hex color red value is 218, green value is 196 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dac475 hue: 0.13 , saturation: 0.58 and the lightness value of dac475 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 01110101
Octal 332 304 165
Decimal 218 196 117
Hex DA C4 75

RGB Percentages of Color #dac475

%41.05
%36.91
%22.03

CMYK Percentages of Color #dac475

%0
%10
%46
%15

Triadic Colors of #dac475

#dac475 #75dac4 #c475da

Analogous Colors of #dac475

#dac475 #beda75 #da9275

Monochromatic Colors of #dac475

#dac475

Complementary Color

#dac475 #758bda

#dac475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac475 Color CSS Codes

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

#dac475 Text Font Color

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

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


#dac475 Background Color

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

This div background color is #dac475


#dac475 Border Color

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

This div border color is #dac475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac475


Comments

No comments written yet.

Please login to write comment.