Color Hex Logo

#dac713 Color Hex

#DAC713
(218,199,19)
0 Favorites   0 Comments

Color spaces of #dac713

RGB 21819919
HSL0.150.840.46
HSV54°91°85°
CMYK 0.000.090.91   0.15
XYZ49.454455.79938.7799
Yxy55.79930.43370.4893
Hunter Lab74.6989-12.547345.3205
CIE-Lab79.4995-9.481878.2490

#dac713 color RGB value is (218,199,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 00010011
Octal 332 307 23
Decimal 218 199 19
Hex DA C7 13

RGB Percentages of Color #dac713

%50.00
%45.64
%4.36

CMYK Percentages of Color #dac713

%0
%9
%91
%15

Triadic Colors of #dac713

#dac713 #13dac7 #c713da

Analogous Colors of #dac713

#dac713 #8ada13 #da6413

Monochromatic Colors of #dac713

#dac713

Complementary Color

#dac713 #1326da

#dac713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac713 Color CSS Codes

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

#dac713 Text Font Color

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

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


#dac713 Background Color

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

This div background color is #dac713


#dac713 Border Color

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

This div border color is #dac713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac713


Comments

No comments written yet.

Please login to write comment.