Color Hex Logo

#dac521 Color Hex

#DAC521
(218,197,33)
0 Favorites   0 Comments

Color spaces of #dac521

RGB 21819733
HSL0.150.740.49
HSV53°85°85°
CMYK 0.000.100.85   0.15
XYZ49.154254.94779.4541
Yxy54.94770.43290.4839
Hunter Lab74.1267-11.356544.3269
CIE-Lab79.0111-8.192375.2498

#dac521 color RGB value is (218,197,33).

#dac521 hex color red value is 218, green value is 197 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dac521 hue: 0.15 , saturation: 0.74 and the lightness value of dac521 is 0.49.

The process color (four color CMYK) of #dac521 color hex is 0.00, 0.10, 0.85, 0.15. Web safe color of #dac521 is #cccc33. Color #dac521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 00100001
Octal 332 305 41
Decimal 218 197 33
Hex DA C5 21

RGB Percentages of Color #dac521

%48.66
%43.97
%7.37

CMYK Percentages of Color #dac521

%0
%10
%85
%15

Triadic Colors of #dac521

#dac521 #21dac5 #c521da

Analogous Colors of #dac521

#dac521 #93da21 #da6921

Monochromatic Colors of #dac521

#dac521

Complementary Color

#dac521 #2136da

#dac521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac521 Color CSS Codes

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

#dac521 Text Font Color

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

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


#dac521 Background Color

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

This div background color is #dac521


#dac521 Border Color

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

This div border color is #dac521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac521


Comments

No comments written yet.

Please login to write comment.