Color Hex Logo

#daa55c Color Hex

#DAA55C
(218,165,92)
0 Favorites   0 Comments

Color spaces of #daa55c

RGB 21816592
HSL0.100.630.61
HSV35°58°85°
CMYK 0.000.240.58   0.15
XYZ44.300342.588416.0107
Yxy42.58840.43050.4139
Hunter Lab65.25986.966531.1358
CIE-Lab71.274711.483444.9102

#daa55c color RGB value is (218,165,92).

#daa55c hex color red value is 218, green value is 165 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #daa55c hue: 0.10 , saturation: 0.63 and the lightness value of daa55c is 0.61.

The process color (four color CMYK) of #daa55c color hex is 0.00, 0.24, 0.58, 0.15. Web safe color of #daa55c is #cc9966. Color #daa55c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 01011100
Octal 332 245 134
Decimal 218 165 92
Hex DA A5 5C

RGB Percentages of Color #daa55c

%45.89
%34.74
%19.37

CMYK Percentages of Color #daa55c

%0
%24
%58
%15

Triadic Colors of #daa55c

#daa55c #5cdaa5 #a55cda

Analogous Colors of #daa55c

#daa55c #d0da5c #da665c

Monochromatic Colors of #daa55c

#daa55c

Complementary Color

#daa55c #5c91da

#daa55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa55c Color CSS Codes

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

#daa55c Text Font Color

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

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


#daa55c Background Color

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

This div background color is #daa55c


#daa55c Border Color

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

This div border color is #daa55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa55c


Comments

No comments written yet.

Please login to write comment.