Color Hex Logo

#dac062 Color Hex

#DAC062
(218,192,98)
0 Favorites   0 Comments

Color spaces of #dac062

RGB 21819298
HSL0.130.620.62
HSV47°55°85°
CMYK 0.000.120.55   0.15
XYZ49.967753.486519.2456
Yxy53.48650.40720.4359
Hunter Lab73.1345-6.028735.5917
CIE-Lab78.1614-2.327650.1056

#dac062 color RGB value is (218,192,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 01100010
Octal 332 300 142
Decimal 218 192 98
Hex DA C0 62

RGB Percentages of Color #dac062

%42.91
%37.80
%19.29

CMYK Percentages of Color #dac062

%0
%12
%55
%15

Triadic Colors of #dac062

#dac062 #62dac0 #c062da

Analogous Colors of #dac062

#dac062 #b8da62 #da8462

Monochromatic Colors of #dac062

#dac062

Complementary Color

#dac062 #627cda

#dac062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac062 Color CSS Codes

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

#dac062 Text Font Color

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

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


#dac062 Background Color

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

This div background color is #dac062


#dac062 Border Color

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

This div border color is #dac062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac062


Comments

No comments written yet.

Please login to write comment.