Color Hex Logo

#daa327 Color Hex

#DAA327
(218,163,39)
0 Favorites   0 Comments

Color spaces of #daa327

RGB 21816339
HSL0.120.710.50
HSV42°82°85°
CMYK 0.000.250.82   0.15
XYZ42.376841.24637.6473
Yxy41.24630.46430.4519
Hunter Lab64.22335.389937.8964
CIE-Lab70.34819.783366.3586

#daa327 color RGB value is (218,163,39).

#daa327 hex color red value is 218, green value is 163 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #daa327 hue: 0.12 , saturation: 0.71 and the lightness value of daa327 is 0.50.

The process color (four color CMYK) of #daa327 color hex is 0.00, 0.25, 0.82, 0.15. Web safe color of #daa327 is #cc9933. Color #daa327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 00100111
Octal 332 243 47
Decimal 218 163 39
Hex DA A3 27

RGB Percentages of Color #daa327

%51.90
%38.81
%9.29

CMYK Percentages of Color #daa327

%0
%25
%82
%15

Triadic Colors of #daa327

#daa327 #27daa3 #a327da

Analogous Colors of #daa327

#daa327 #b8da27 #da4a27

Monochromatic Colors of #daa327

#daa327

Complementary Color

#daa327 #275eda

#daa327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa327 Color CSS Codes

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

#daa327 Text Font Color

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

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


#daa327 Background Color

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

This div background color is #daa327


#daa327 Border Color

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

This div border color is #daa327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa327


Comments

No comments written yet.

Please login to write comment.