Color Hex Logo

#daa817 Color Hex

#DAA817
(218,168,23)
0 Favorites   0 Comments

Color spaces of #daa817

RGB 21816823
HSL0.120.810.47
HSV45°89°85°
CMYK 0.000.230.89   0.15
XYZ43.070742.97266.8351
Yxy42.97260.46370.4627
Hunter Lab65.55352.561539.7054
CIE-Lab71.53646.735271.4386

#daa817 color RGB value is (218,168,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 00010111
Octal 332 250 27
Decimal 218 168 23
Hex DA A8 17

RGB Percentages of Color #daa817

%53.30
%41.08
%5.62

CMYK Percentages of Color #daa817

%0
%23
%89
%15

Triadic Colors of #daa817

#daa817 #17daa8 #a817da

Analogous Colors of #daa817

#daa817 #abda17 #da4717

Monochromatic Colors of #daa817

#daa817

Complementary Color

#daa817 #1749da

#daa817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa817 Color CSS Codes

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

#daa817 Text Font Color

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

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


#daa817 Background Color

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

This div background color is #daa817


#daa817 Border Color

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

This div border color is #daa817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa817


Comments

No comments written yet.

Please login to write comment.