Color Hex Logo

#daa35c Color Hex

#DAA35C
(218,163,92)
0 Favorites   0 Comments

Color spaces of #daa35c

RGB 21816392
HSL0.090.630.61
HSV34°58°85°
CMYK 0.000.250.58   0.15
XYZ43.942441.872515.8914
Yxy41.87250.43210.4117
Hunter Lab64.70907.974630.7357
CIE-Lab70.782912.556444.3252

#daa35c color RGB value is (218,163,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 01011100
Octal 332 243 134
Decimal 218 163 92
Hex DA A3 5C

RGB Percentages of Color #daa35c

%46.09
%34.46
%19.45

CMYK Percentages of Color #daa35c

%0
%25
%58
%15

Triadic Colors of #daa35c

#daa35c #5cdaa3 #a35cda

Analogous Colors of #daa35c

#daa35c #d2da5c #da645c

Monochromatic Colors of #daa35c

#daa35c

Complementary Color

#daa35c #5c93da

#daa35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa35c Color CSS Codes

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

#daa35c Text Font Color

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

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


#daa35c Background Color

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

This div background color is #daa35c


#daa35c Border Color

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

This div border color is #daa35c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,163,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 #daa35c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa35c


Comments

No comments written yet.

Please login to write comment.