Color Hex Logo

#dac05a Color Hex

#DAC05A
(218,192,90)
0 Favorites   0 Comments

Color spaces of #dac05a

RGB 21819290
HSL0.130.630.60
HSV48°59°85°
CMYK 0.000.120.59   0.15
XYZ49.608553.342917.3544
Yxy53.34290.41240.4434
Hunter Lab73.0362-6.570637.0372
CIE-Lab78.0770-2.933353.7642

#dac05a color RGB value is (218,192,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 01011010
Octal 332 300 132
Decimal 218 192 90
Hex DA C0 5A

RGB Percentages of Color #dac05a

%43.60
%38.40
%18.00

CMYK Percentages of Color #dac05a

%0
%12
%59
%15

Triadic Colors of #dac05a

#dac05a #5adac0 #c05ada

Analogous Colors of #dac05a

#dac05a #b4da5a #da805a

Monochromatic Colors of #dac05a

#dac05a

Complementary Color

#dac05a #5a74da

#dac05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac05a Color CSS Codes

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

#dac05a Text Font Color

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

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


#dac05a Background Color

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

This div background color is #dac05a


#dac05a Border Color

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

This div border color is #dac05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac05a


Comments

No comments written yet.

Please login to write comment.