Color Hex Logo

#dac760 Color Hex

#DAC760
(218,199,96)
0 Favorites   0 Comments

Color spaces of #dac760

RGB 21819996
HSL0.140.620.62
HSV51°56°85°
CMYK 0.000.090.56   0.15
XYZ51.448256.596819.2790
Yxy56.59680.40410.4445
Hunter Lab75.2308-9.583037.4677
CIE-Lab79.9523-6.100253.1285

#dac760 color RGB value is (218,199,96).

#dac760 hex color red value is 218, green value is 199 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dac760 hue: 0.14 , saturation: 0.62 and the lightness value of dac760 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 01100000
Octal 332 307 140
Decimal 218 199 96
Hex DA C7 60

RGB Percentages of Color #dac760

%42.50
%38.79
%18.71

CMYK Percentages of Color #dac760

%0
%9
%56
%15

Triadic Colors of #dac760

#dac760 #60dac7 #c760da

Analogous Colors of #dac760

#dac760 #b0da60 #da8a60

Monochromatic Colors of #dac760

#dac760

Complementary Color

#dac760 #6073da

#dac760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac760 Color CSS Codes

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

#dac760 Text Font Color

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

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


#dac760 Background Color

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

This div background color is #dac760


#dac760 Border Color

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

This div border color is #dac760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac760


Comments

No comments written yet.

Please login to write comment.