Color Hex Logo

#daa146 Color Hex

#DAA146
(218,161,70)
0 Favorites   0 Comments

Color spaces of #daa146

RGB 21816170
HSL0.100.670.56
HSV37°68°85°
CMYK 0.000.260.68   0.15
XYZ42.763840.837411.4229
Yxy40.83740.45000.4298
Hunter Lab63.90417.617634.1348
CIE-Lab70.061912.176554.0556

#daa146 color RGB value is (218,161,70).

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

The process color (four color CMYK) of #daa146 color hex is 0.00, 0.26, 0.68, 0.15. Web safe color of #daa146 is #cc9933. Color #daa146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 01000110
Octal 332 241 106
Decimal 218 161 70
Hex DA A1 46

RGB Percentages of Color #daa146

%48.55
%35.86
%15.59

CMYK Percentages of Color #daa146

%0
%26
%68
%15

Triadic Colors of #daa146

#daa146 #46daa1 #a146da

Analogous Colors of #daa146

#daa146 #c9da46 #da5746

Monochromatic Colors of #daa146

#daa146

Complementary Color

#daa146 #467fda

#daa146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa146 Color CSS Codes

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

#daa146 Text Font Color

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

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


#daa146 Background Color

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

This div background color is #daa146


#daa146 Border Color

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

This div border color is #daa146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa146


Comments

No comments written yet.

Please login to write comment.