Color Hex Logo

#dac059 Color Hex

#DAC059
(218,192,89)
0 Favorites   0 Comments

Color spaces of #dac059

RGB 21819289
HSL0.130.640.60
HSV48°59°85°
CMYK 0.000.120.59   0.15
XYZ49.566353.326017.1317
Yxy53.32600.41300.4443
Hunter Lab73.0247-6.634337.2077
CIE-Lab78.0671-3.004754.2129

#dac059 color RGB value is (218,192,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 01011001
Octal 332 300 131
Decimal 218 192 89
Hex DA C0 59

RGB Percentages of Color #dac059

%43.69
%38.48
%17.84

CMYK Percentages of Color #dac059

%0
%12
%59
%15

Triadic Colors of #dac059

#dac059 #59dac0 #c059da

Analogous Colors of #dac059

#dac059 #b4da59 #da8059

Monochromatic Colors of #dac059

#dac059

Complementary Color

#dac059 #5973da

#dac059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac059 Color CSS Codes

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

#dac059 Text Font Color

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

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


#dac059 Background Color

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

This div background color is #dac059


#dac059 Border Color

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

This div border color is #dac059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac059


Comments

No comments written yet.

Please login to write comment.