Color Hex Logo

#daa117 Color Hex

#DAA117
(218,161,23)
0 Favorites   0 Comments

Color spaces of #daa117

RGB 21816123
HSL0.120.810.47
HSV42°89°85°
CMYK 0.000.260.89   0.15
XYZ41.813040.45706.4158
Yxy40.45700.47150.4562
Hunter Lab63.60586.031638.5436
CIE-Lab69.793810.471170.0939

#daa117 color RGB value is (218,161,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 00010111
Octal 332 241 27
Decimal 218 161 23
Hex DA A1 17

RGB Percentages of Color #daa117

%54.23
%40.05
%5.72

CMYK Percentages of Color #daa117

%0
%26
%89
%15

Triadic Colors of #daa117

#daa117 #17daa1 #a117da

Analogous Colors of #daa117

#daa117 #b2da17 #da4017

Monochromatic Colors of #daa117

#daa117

Complementary Color

#daa117 #1750da

#daa117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa117 Color CSS Codes

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

#daa117 Text Font Color

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

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


#daa117 Background Color

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

This div background color is #daa117


#daa117 Border Color

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

This div border color is #daa117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa117


Comments

No comments written yet.

Please login to write comment.