Color Hex Logo

#daa415 Color Hex

#DAA415
(218,164,21)
0 Favorites   0 Comments

Color spaces of #daa415

RGB 21816421
HSL0.120.820.47
HSV44°90°85°
CMYK 0.000.250.90   0.15
XYZ42.324341.51056.4911
Yxy41.51050.46860.4596
Hunter Lab64.42864.509639.1267
CIE-Lab70.53218.832571.0636

#daa415 color RGB value is (218,164,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00010101
Octal 332 244 25
Decimal 218 164 21
Hex DA A4 15

RGB Percentages of Color #daa415

%54.09
%40.69
%5.21

CMYK Percentages of Color #daa415

%0
%25
%90
%15

Triadic Colors of #daa415

#daa415 #15daa4 #a415da

Analogous Colors of #daa415

#daa415 #aeda15 #da4115

Monochromatic Colors of #daa415

#daa415

Complementary Color

#daa415 #154bda

#daa415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa415 Color CSS Codes

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

#daa415 Text Font Color

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

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


#daa415 Background Color

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

This div background color is #daa415


#daa415 Border Color

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

This div border color is #daa415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa415


Comments

No comments written yet.

Please login to write comment.