Color Hex Logo

#dac510 Color Hex

#DAC510
(218,197,16)
0 Favorites   0 Comments

Color spaces of #dac510

RGB 21819716
HSL0.150.860.46
HSV54°93°85°
CMYK 0.000.100.93   0.15
XYZ48.973254.87538.5010
Yxy54.87530.43590.4884
Hunter Lab74.0779-11.629145.0505
CIE-Lab78.9694-8.505678.2599

#dac510 color RGB value is (218,197,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 00010000
Octal 332 305 20
Decimal 218 197 16
Hex DA C5 10

RGB Percentages of Color #dac510

%50.58
%45.71
%3.71

CMYK Percentages of Color #dac510

%0
%10
%93
%15

Triadic Colors of #dac510

#dac510 #10dac5 #c510da

Analogous Colors of #dac510

#dac510 #8ada10 #da6010

Monochromatic Colors of #dac510

#dac510

Complementary Color

#dac510 #1025da

#dac510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac510 Color CSS Codes

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

#dac510 Text Font Color

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

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


#dac510 Background Color

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

This div background color is #dac510


#dac510 Border Color

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

This div border color is #dac510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac510


Comments

No comments written yet.

Please login to write comment.