Color Hex Logo

#dac20f Color Hex

#DAC20F
(218,194,15)
0 Favorites   0 Comments

Color spaces of #dac20f

RGB 21819415
HSL0.150.870.46
HSV53°93°85°
CMYK 0.000.110.93   0.15
XYZ48.291553.52358.2378
Yxy53.52350.43880.4863
Hunter Lab73.1598-10.204844.5358
CIE-Lab78.1831-6.984977.7956

#dac20f color RGB value is (218,194,15).

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

The process color (four color CMYK) of #dac20f color hex is 0.00, 0.11, 0.93, 0.15. Web safe color of #dac20f is #cccc00. Color #dac20f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 00001111
Octal 332 302 17
Decimal 218 194 15
Hex DA C2 F

RGB Percentages of Color #dac20f

%51.05
%45.43
%3.51

CMYK Percentages of Color #dac20f

%0
%11
%93
%15

Triadic Colors of #dac20f

#dac20f #0fdac2 #c20fda

Analogous Colors of #dac20f

#dac20f #8dda0f #da5d0f

Monochromatic Colors of #dac20f

#dac20f

Complementary Color

#dac20f #0f27da

#dac20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac20f Color CSS Codes

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

#dac20f Text Font Color

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

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


#dac20f Background Color

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

This div background color is #dac20f


#dac20f Border Color

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

This div border color is #dac20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac20f


Comments

No comments written yet.

Please login to write comment.