Color Hex Logo

#dac619 Color Hex

#DAC619
(218,198,25)
0 Favorites   0 Comments

Color spaces of #dac619

RGB 21819825
HSL0.150.790.48
HSV54°89°85°
CMYK 0.000.090.89   0.15
XYZ49.283055.36389.0085
Yxy55.36380.43360.4871
Hunter Lab74.4069-11.983444.9065
CIE-Lab79.2504-8.873277.0761

#dac619 color RGB value is (218,198,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 00011001
Octal 332 306 31
Decimal 218 198 25
Hex DA C6 19

RGB Percentages of Color #dac619

%49.43
%44.90
%5.67

CMYK Percentages of Color #dac619

%0
%9
%89
%15

Triadic Colors of #dac619

#dac619 #19dac6 #c619da

Analogous Colors of #dac619

#dac619 #8eda19 #da6619

Monochromatic Colors of #dac619

#dac619

Complementary Color

#dac619 #192dda

#dac619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac619 Color CSS Codes

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

#dac619 Text Font Color

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

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


#dac619 Background Color

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

This div background color is #dac619


#dac619 Border Color

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

This div border color is #dac619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac619


Comments

No comments written yet.

Please login to write comment.