Color Hex Logo

#dac720 Color Hex

#DAC720
(218,199,32)
0 Favorites   0 Comments

Color spaces of #dac720

RGB 21819932
HSL0.150.740.49
HSV54°85°85°
CMYK 0.000.090.85   0.15
XYZ49.597655.85669.5338
Yxy55.85660.43130.4858
Hunter Lab74.7373-12.333044.7528
CIE-Lab79.5321-9.234975.8999

#dac720 color RGB value is (218,199,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 00100000
Octal 332 307 40
Decimal 218 199 32
Hex DA C7 20

RGB Percentages of Color #dac720

%48.55
%44.32
%7.13

CMYK Percentages of Color #dac720

%0
%9
%85
%15

Triadic Colors of #dac720

#dac720 #20dac7 #c720da

Analogous Colors of #dac720

#dac720 #90da20 #da6a20

Monochromatic Colors of #dac720

#dac720

Complementary Color

#dac720 #2033da

#dac720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac720 Color CSS Codes

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

#dac720 Text Font Color

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

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


#dac720 Background Color

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

This div background color is #dac720


#dac720 Border Color

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

This div border color is #dac720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac720


Comments

No comments written yet.

Please login to write comment.