Color Hex Logo

#dac34d Color Hex

#DAC34D
(218,195,77)
0 Favorites   0 Comments

Color spaces of #dac34d

RGB 21819577
HSL0.140.660.58
HSV50°65°85°
CMYK 0.000.110.65   0.15
XYZ49.768154.471514.9122
Yxy54.47150.41770.4572
Hunter Lab73.8048-8.792239.6839
CIE-Lab78.7359-5.341960.2460

#dac34d color RGB value is (218,195,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01001101
Octal 332 303 115
Decimal 218 195 77
Hex DA C3 4D

RGB Percentages of Color #dac34d

%44.49
%39.80
%15.71

CMYK Percentages of Color #dac34d

%0
%11
%65
%15

Triadic Colors of #dac34d

#dac34d #4ddac3 #c34dda

Analogous Colors of #dac34d

#dac34d #abda4d #da7d4d

Monochromatic Colors of #dac34d

#dac34d

Complementary Color

#dac34d #4d64da

#dac34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac34d Color CSS Codes

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

#dac34d Text Font Color

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

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


#dac34d Background Color

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

This div background color is #dac34d


#dac34d Border Color

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

This div border color is #dac34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac34d


Comments

No comments written yet.

Please login to write comment.