Color Hex Logo

#dac340 Color Hex

#DAC340
(218,195,64)
0 Favorites   0 Comments

Color spaces of #dac340

RGB 21819564
HSL0.140.680.55
HSV51°71°85°
CMYK 0.000.110.71   0.15
XYZ49.354054.305812.7313
Yxy54.30580.42400.4666
Hunter Lab73.6925-9.415241.3416
CIE-Lab78.6397-6.048365.3730

#dac340 color RGB value is (218,195,64).

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

The process color (four color CMYK) of #dac340 color hex is 0.00, 0.11, 0.71, 0.15. Web safe color of #dac340 is #cccc33. Color #dac340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01000000
Octal 332 303 100
Decimal 218 195 64
Hex DA C3 40

RGB Percentages of Color #dac340

%45.70
%40.88
%13.42

CMYK Percentages of Color #dac340

%0
%11
%71
%15

Triadic Colors of #dac340

#dac340 #40dac3 #c340da

Analogous Colors of #dac340

#dac340 #a4da40 #da7640

Monochromatic Colors of #dac340

#dac340

Complementary Color

#dac340 #4057da

#dac340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac340 Color CSS Codes

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

#dac340 Text Font Color

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

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


#dac340 Background Color

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

This div background color is #dac340


#dac340 Border Color

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

This div border color is #dac340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac340


Comments

No comments written yet.

Please login to write comment.