Color Hex Logo

#dac673 Color Hex

#DAC673
(218,198,115)
0 Favorites   0 Comments

Color spaces of #dac673

RGB 218198115
HSL0.130.580.65
HSV48°47°85°
CMYK 0.000.090.47   0.15
XYZ52.202056.531424.3800
Yxy56.53140.39220.4247
Hunter Lab75.1874-7.646733.4060
CIE-Lab79.9153-3.960443.9239

#dac673 color RGB value is (218,198,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01110011
Octal 332 306 163
Decimal 218 198 115
Hex DA C6 73

RGB Percentages of Color #dac673

%41.05
%37.29
%21.66

CMYK Percentages of Color #dac673

%0
%9
%47
%15

Triadic Colors of #dac673

#dac673 #73dac6 #c673da

Analogous Colors of #dac673

#dac673 #bbda73 #da9373

Monochromatic Colors of #dac673

#dac673

Complementary Color

#dac673 #7387da

#dac673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac673 Color CSS Codes

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

#dac673 Text Font Color

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

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


#dac673 Background Color

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

This div background color is #dac673


#dac673 Border Color

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

This div border color is #dac673


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,198,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 #dac673">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac673


Comments

No comments written yet.

Please login to write comment.