Color Hex Logo

#dac573 Color Hex

#DAC573
(218,197,115)
0 Favorites   0 Comments

Color spaces of #dac573

RGB 218197115
HSL0.130.580.65
HSV48°47°85°
CMYK 0.000.100.47   0.15
XYZ51.974256.075724.3040
Yxy56.07570.39270.4237
Hunter Lab74.8837-7.155833.1756
CIE-Lab79.6569-3.443043.6047

#dac573 color RGB value is (218,197,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 01110011
Octal 332 305 163
Decimal 218 197 115
Hex DA C5 73

RGB Percentages of Color #dac573

%41.13
%37.17
%21.70

CMYK Percentages of Color #dac573

%0
%10
%47
%15

Triadic Colors of #dac573

#dac573 #73dac5 #c573da

Analogous Colors of #dac573

#dac573 #bcda73 #da9273

Monochromatic Colors of #dac573

#dac573

Complementary Color

#dac573 #7388da

#dac573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac573 Color CSS Codes

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

#dac573 Text Font Color

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

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


#dac573 Background Color

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

This div background color is #dac573


#dac573 Border Color

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

This div border color is #dac573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac573


Comments

No comments written yet.

Please login to write comment.