Color Hex Logo

#dac762 Color Hex

#DAC762
(218,199,98)
0 Favorites   0 Comments

Color spaces of #dac762

RGB 21819998
HSL0.140.620.62
HSV51°55°85°
CMYK 0.000.090.55   0.15
XYZ51.541556.634119.7702
Yxy56.63410.40280.4426
Hunter Lab75.2556-9.445337.1030
CIE-Lab79.9734-5.944952.2190

#dac762 color RGB value is (218,199,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 01100010
Octal 332 307 142
Decimal 218 199 98
Hex DA C7 62

RGB Percentages of Color #dac762

%42.33
%38.64
%19.03

CMYK Percentages of Color #dac762

%0
%9
%55
%15

Triadic Colors of #dac762

#dac762 #62dac7 #c762da

Analogous Colors of #dac762

#dac762 #b1da62 #da8b62

Monochromatic Colors of #dac762

#dac762

Complementary Color

#dac762 #6275da

#dac762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac762 Color CSS Codes

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

#dac762 Text Font Color

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

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


#dac762 Background Color

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

This div background color is #dac762


#dac762 Border Color

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

This div border color is #dac762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac762


Comments

No comments written yet.

Please login to write comment.