Color Hex Logo

#dac660 Color Hex

#DAC660
(218,198,96)
0 Favorites   0 Comments

Color spaces of #dac660

RGB 21819896
HSL0.140.620.62
HSV50°56°85°
CMYK 0.000.090.56   0.15
XYZ51.218856.138119.2025
Yxy56.13810.40470.4436
Hunter Lab74.9254-9.097237.2524
CIE-Lab79.6924-5.586452.8291

#dac660 color RGB value is (218,198,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01100000
Octal 332 306 140
Decimal 218 198 96
Hex DA C6 60

RGB Percentages of Color #dac660

%42.58
%38.67
%18.75

CMYK Percentages of Color #dac660

%0
%9
%56
%15

Triadic Colors of #dac660

#dac660 #60dac6 #c660da

Analogous Colors of #dac660

#dac660 #b1da60 #da8960

Monochromatic Colors of #dac660

#dac660

Complementary Color

#dac660 #6074da

#dac660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac660 Color CSS Codes

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

#dac660 Text Font Color

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

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


#dac660 Background Color

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

This div background color is #dac660


#dac660 Border Color

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

This div border color is #dac660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac660


Comments

No comments written yet.

Please login to write comment.