Color Hex Logo

#dac570 Color Hex

#DAC570
(218,197,112)
0 Favorites   0 Comments

Color spaces of #dac570

RGB 218197112
HSL0.130.590.65
HSV48°49°85°
CMYK 0.000.100.49   0.15
XYZ51.804356.007823.4094
Yxy56.00780.39480.4268
Hunter Lab74.8384-7.406633.8410
CIE-Lab79.6183-3.722545.0453

#dac570 color RGB value is (218,197,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 01110000
Octal 332 305 160
Decimal 218 197 112
Hex DA C5 70

RGB Percentages of Color #dac570

%41.37
%37.38
%21.25

CMYK Percentages of Color #dac570

%0
%10
%49
%15

Triadic Colors of #dac570

#dac570 #70dac5 #c570da

Analogous Colors of #dac570

#dac570 #bada70 #da9070

Monochromatic Colors of #dac570

#dac570

Complementary Color

#dac570 #7085da

#dac570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac570 Color CSS Codes

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

#dac570 Text Font Color

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

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


#dac570 Background Color

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

This div background color is #dac570


#dac570 Border Color

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

This div border color is #dac570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac570

#dac570 Color Palettes


Comments

No comments written yet.

Please login to write comment.