Color Hex Logo

#dac574 Color Hex

#DAC574
(218,197,116)
0 Favorites   0 Comments

Color spaces of #dac574

RGB 218197116
HSL0.130.580.65
HSV48°47°85°
CMYK 0.000.100.47   0.15
XYZ52.032156.098924.6088
Yxy56.09890.39200.4226
Hunter Lab74.8992-7.070532.9492
CIE-Lab79.6701-3.348143.1224

#dac574 color RGB value is (218,197,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 01110100
Octal 332 305 164
Decimal 218 197 116
Hex DA C5 74

RGB Percentages of Color #dac574

%41.05
%37.10
%21.85

CMYK Percentages of Color #dac574

%0
%10
%47
%15

Triadic Colors of #dac574

#dac574 #74dac5 #c574da

Analogous Colors of #dac574

#dac574 #bcda74 #da9274

Monochromatic Colors of #dac574

#dac574

Complementary Color

#dac574 #7489da

#dac574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac574 Color CSS Codes

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

#dac574 Text Font Color

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

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


#dac574 Background Color

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

This div background color is #dac574


#dac574 Border Color

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

This div border color is #dac574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac574


Comments

No comments written yet.

Please login to write comment.