Color Hex Logo

#dac220 Color Hex

#DAC220
(218,194,32)
0 Favorites   0 Comments

Color spaces of #dac220

RGB 21819432
HSL0.150.740.49
HSV52°85°85°
CMYK 0.000.110.85   0.15
XYZ48.465953.59339.1566
Yxy53.59330.43580.4819
Hunter Lab73.2074-9.939843.8294
CIE-Lab78.2240-6.681674.8315

#dac220 color RGB value is (218,194,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 00100000
Octal 332 302 40
Decimal 218 194 32
Hex DA C2 20

RGB Percentages of Color #dac220

%49.10
%43.69
%7.21

CMYK Percentages of Color #dac220

%0
%11
%85
%15

Triadic Colors of #dac220

#dac220 #20dac2 #c220da

Analogous Colors of #dac220

#dac220 #95da20 #da6520

Monochromatic Colors of #dac220

#dac220

Complementary Color

#dac220 #2038da

#dac220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac220 Color CSS Codes

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

#dac220 Text Font Color

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

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


#dac220 Background Color

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

This div background color is #dac220


#dac220 Border Color

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

This div border color is #dac220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac220


Comments

No comments written yet.

Please login to write comment.