Color Hex Logo

#dacd41 Color Hex

#DACD41
(218,205,65)
0 Favorites   0 Comments

Color spaces of #dacd41

RGB 21820565
HSL0.150.670.55
HSV55°70°85°
CMYK 0.000.060.70   0.15
XYZ51.698958.949713.6546
Yxy58.94970.41590.4742
Hunter Lab76.7787-14.169943.2007
CIE-Lab81.2639-11.093267.5883

#dacd41 color RGB value is (218,205,65).

#dacd41 hex color red value is 218, green value is 205 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #dacd41 hue: 0.15 , saturation: 0.67 and the lightness value of dacd41 is 0.55.

The process color (four color CMYK) of #dacd41 color hex is 0.00, 0.06, 0.70, 0.15. Web safe color of #dacd41 is #cccc33. Color #dacd41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 01000001
Octal 332 315 101
Decimal 218 205 65
Hex DA CD 41

RGB Percentages of Color #dacd41

%44.67
%42.01
%13.32

CMYK Percentages of Color #dacd41

%0
%6
%70
%15

Triadic Colors of #dacd41

#dacd41 #41dacd #cd41da

Analogous Colors of #dacd41

#dacd41 #9bda41 #da8141

Monochromatic Colors of #dacd41

#dacd41

Complementary Color

#dacd41 #414eda

#dacd41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd41 Color CSS Codes

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

#dacd41 Text Font Color

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

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


#dacd41 Background Color

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

This div background color is #dacd41


#dacd41 Border Color

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

This div border color is #dacd41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd41


Comments

No comments written yet.

Please login to write comment.