Color Hex Logo

#dac515 Color Hex

#DAC515
(218,197,21)
0 Favorites   0 Comments

Color spaces of #dac515

RGB 21819721
HSL0.150.820.47
HSV54°90°85°
CMYK 0.000.100.90   0.15
XYZ49.015154.89218.7213
Yxy54.89210.43520.4874
Hunter Lab74.0892-11.566144.8832
CIE-Lab78.9791-8.433177.5445

#dac515 color RGB value is (218,197,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 00010101
Octal 332 305 25
Decimal 218 197 21
Hex DA C5 15

RGB Percentages of Color #dac515

%50.00
%45.18
%4.82

CMYK Percentages of Color #dac515

%0
%10
%90
%15

Triadic Colors of #dac515

#dac515 #15dac5 #c515da

Analogous Colors of #dac515

#dac515 #8dda15 #da6315

Monochromatic Colors of #dac515

#dac515

Complementary Color

#dac515 #152ada

#dac515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac515 Color CSS Codes

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

#dac515 Text Font Color

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

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


#dac515 Background Color

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

This div background color is #dac515


#dac515 Border Color

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

This div border color is #dac515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac515


Comments

No comments written yet.

Please login to write comment.