Color Hex Logo

#dac615 Color Hex

#DAC615
(218,198,21)
0 Favorites   0 Comments

Color spaces of #dac615

RGB 21819821
HSL0.150.820.47
HSV54°90°85°
CMYK 0.000.090.90   0.15
XYZ49.242955.34778.7973
Yxy55.34770.43430.4881
Hunter Lab74.3960-12.043545.0662
CIE-Lab79.2411-8.942477.7466

#dac615 color RGB value is (218,198,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 00010101
Octal 332 306 25
Decimal 218 198 21
Hex DA C6 15

RGB Percentages of Color #dac615

%49.89
%45.31
%4.81

CMYK Percentages of Color #dac615

%0
%9
%90
%15

Triadic Colors of #dac615

#dac615 #15dac6 #c615da

Analogous Colors of #dac615

#dac615 #8cda15 #da6315

Monochromatic Colors of #dac615

#dac615

Complementary Color

#dac615 #1529da

#dac615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac615 Color CSS Codes

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

#dac615 Text Font Color

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

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


#dac615 Background Color

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

This div background color is #dac615


#dac615 Border Color

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

This div border color is #dac615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac615


Comments

No comments written yet.

Please login to write comment.