Color Hex Logo

#daa418 Color Hex

#DAA418
(218,164,24)
0 Favorites   0 Comments

Color spaces of #daa418

RGB 21816424
HSL0.120.800.47
HSV43°89°85°
CMYK 0.000.250.89   0.15
XYZ42.353841.52236.6465
Yxy41.52230.46790.4587
Hunter Lab64.43784.558738.9909
CIE-Lab70.54038.885870.4592

#daa418 color RGB value is (218,164,24).

#daa418 hex color red value is 218, green value is 164 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #daa418 hue: 0.12 , saturation: 0.80 and the lightness value of daa418 is 0.47.

The process color (four color CMYK) of #daa418 color hex is 0.00, 0.25, 0.89, 0.15. Web safe color of #daa418 is #cc9900. Color #daa418 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00011000
Octal 332 244 30
Decimal 218 164 24
Hex DA A4 18

RGB Percentages of Color #daa418

%53.69
%40.39
%5.91

CMYK Percentages of Color #daa418

%0
%25
%89
%15

Triadic Colors of #daa418

#daa418 #18daa4 #a418da

Analogous Colors of #daa418

#daa418 #afda18 #da4318

Monochromatic Colors of #daa418

#daa418

Complementary Color

#daa418 #184eda

#daa418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa418 Color CSS Codes

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

#daa418 Text Font Color

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

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


#daa418 Background Color

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

This div background color is #daa418


#daa418 Border Color

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

This div border color is #daa418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa418


Comments

No comments written yet.

Please login to write comment.