Color Hex Logo

#dac721 Color Hex

#DAC721
(218,199,33)
0 Favorites   0 Comments

Color spaces of #dac721

RGB 21819933
HSL0.150.740.49
HSV54°85°85°
CMYK 0.000.090.85   0.15
XYZ49.611455.86219.6065
Yxy55.86210.43110.4854
Hunter Lab74.7410-12.312344.6981
CIE-Lab79.5353-9.211075.6801

#dac721 color RGB value is (218,199,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 00100001
Octal 332 307 41
Decimal 218 199 33
Hex DA C7 21

RGB Percentages of Color #dac721

%48.44
%44.22
%7.33

CMYK Percentages of Color #dac721

%0
%9
%85
%15

Triadic Colors of #dac721

#dac721 #21dac7 #c721da

Analogous Colors of #dac721

#dac721 #91da21 #da6b21

Monochromatic Colors of #dac721

#dac721

Complementary Color

#dac721 #2134da

#dac721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac721 Color CSS Codes

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

#dac721 Text Font Color

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

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


#dac721 Background Color

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

This div background color is #dac721


#dac721 Border Color

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

This div border color is #dac721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac721


Comments

No comments written yet.

Please login to write comment.