Color Hex Logo

#daa144 Color Hex

#DAA144
(218,161,68)
0 Favorites   0 Comments

Color spaces of #daa144

RGB 21816168
HSL0.100.670.56
HSV37°69°85°
CMYK 0.000.260.69   0.15
XYZ42.701740.812511.0958
Yxy40.81250.45130.4314
Hunter Lab63.88477.514634.4215
CIE-Lab70.044412.066454.9346

#daa144 color RGB value is (218,161,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 01000100
Octal 332 241 104
Decimal 218 161 68
Hex DA A1 44

RGB Percentages of Color #daa144

%48.77
%36.02
%15.21

CMYK Percentages of Color #daa144

%0
%26
%69
%15

Triadic Colors of #daa144

#daa144 #44daa1 #a144da

Analogous Colors of #daa144

#daa144 #c8da44 #da5644

Monochromatic Colors of #daa144

#daa144

Complementary Color

#daa144 #447dda

#daa144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa144 Color CSS Codes

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

#daa144 Text Font Color

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

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


#daa144 Background Color

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

This div background color is #daa144


#daa144 Border Color

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

This div border color is #daa144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa144


Comments

No comments written yet.

Please login to write comment.