Color Hex Logo

#dac016 Color Hex

#DAC016
(218,192,22)
0 Favorites   0 Comments

Color spaces of #dac016

RGB 21819222
HSL0.140.820.47
HSV52°90°85°
CMYK 0.000.120.90   0.15
XYZ47.907952.66268.3989
Yxy52.66260.43960.4833
Hunter Lab72.5690-9.155443.9363
CIE-Lab77.6754-5.855876.3724

#dac016 color RGB value is (218,192,22).

#dac016 hex color red value is 218, green value is 192 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dac016 hue: 0.14 , saturation: 0.82 and the lightness value of dac016 is 0.47.

The process color (four color CMYK) of #dac016 color hex is 0.00, 0.12, 0.90, 0.15. Web safe color of #dac016 is #cccc00. Color #dac016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 00010110
Octal 332 300 26
Decimal 218 192 22
Hex DA C0 16

RGB Percentages of Color #dac016

%50.46
%44.44
%5.09

CMYK Percentages of Color #dac016

%0
%12
%90
%15

Triadic Colors of #dac016

#dac016 #16dac0 #c016da

Analogous Colors of #dac016

#dac016 #92da16 #da5e16

Monochromatic Colors of #dac016

#dac016

Complementary Color

#dac016 #1630da

#dac016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac016 Color CSS Codes

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

#dac016 Text Font Color

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

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


#dac016 Background Color

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

This div background color is #dac016


#dac016 Border Color

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

This div border color is #dac016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac016


Comments

No comments written yet.

Please login to write comment.