Color Hex Logo

#daa151 Color Hex

#DAA151
(218,161,81)
0 Favorites   0 Comments

Color spaces of #daa151

RGB 21816181
HSL0.100.650.59
HSV35°63°85°
CMYK 0.000.260.63   0.15
XYZ43.143540.989213.4224
Yxy40.98920.44220.4202
Hunter Lab64.02288.247132.3858
CIE-Lab70.168412.848049.0286

#daa151 color RGB value is (218,161,81).

#daa151 hex color red value is 218, green value is 161 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #daa151 hue: 0.10 , saturation: 0.65 and the lightness value of daa151 is 0.59.

The process color (four color CMYK) of #daa151 color hex is 0.00, 0.26, 0.63, 0.15. Web safe color of #daa151 is #cc9966. Color #daa151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 01010001
Octal 332 241 121
Decimal 218 161 81
Hex DA A1 51

RGB Percentages of Color #daa151

%47.39
%35.00
%17.61

CMYK Percentages of Color #daa151

%0
%26
%63
%15

Triadic Colors of #daa151

#daa151 #51daa1 #a151da

Analogous Colors of #daa151

#daa151 #cfda51 #da5d51

Monochromatic Colors of #daa151

#daa151

Complementary Color

#daa151 #518ada

#daa151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa151 Color CSS Codes

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

#daa151 Text Font Color

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

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


#daa151 Background Color

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

This div background color is #daa151


#daa151 Border Color

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

This div border color is #daa151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa151


Comments

No comments written yet.

Please login to write comment.