Color Hex Logo

#dac04d Color Hex

#DAC04D
(218,192,77)
0 Favorites   0 Comments

Color spaces of #dac04d

RGB 21819277
HSL0.140.660.58
HSV49°65°85°
CMYK 0.000.120.65   0.15
XYZ49.102653.140514.6903
Yxy53.14050.41990.4545
Hunter Lab72.8975-7.336039.0802
CIE-Lab77.9579-3.792959.4185

#dac04d color RGB value is (218,192,77).

#dac04d hex color red value is 218, green value is 192 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dac04d hue: 0.14 , saturation: 0.66 and the lightness value of dac04d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 01001101
Octal 332 300 115
Decimal 218 192 77
Hex DA C0 4D

RGB Percentages of Color #dac04d

%44.76
%39.43
%15.81

CMYK Percentages of Color #dac04d

%0
%12
%65
%15

Triadic Colors of #dac04d

#dac04d #4ddac0 #c04dda

Analogous Colors of #dac04d

#dac04d #aeda4d #da7a4d

Monochromatic Colors of #dac04d

#dac04d

Complementary Color

#dac04d #4d67da

#dac04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac04d Color CSS Codes

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

#dac04d Text Font Color

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

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


#dac04d Background Color

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

This div background color is #dac04d


#dac04d Border Color

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

This div border color is #dac04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac04d


Comments

No comments written yet.

Please login to write comment.