Color Hex Logo

#daa35b Color Hex

#DAA35B
(218,163,91)
0 Favorites   0 Comments

Color spaces of #daa35b

RGB 21816391
HSL0.090.630.61
HSV34°58°85°
CMYK 0.000.250.58   0.15
XYZ43.899041.855115.6627
Yxy41.85510.43290.4127
Hunter Lab64.69557.903630.9328
CIE-Lab70.770912.480944.8120

#daa35b color RGB value is (218,163,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 01011011
Octal 332 243 133
Decimal 218 163 91
Hex DA A3 5B

RGB Percentages of Color #daa35b

%46.19
%34.53
%19.28

CMYK Percentages of Color #daa35b

%0
%25
%58
%15

Triadic Colors of #daa35b

#daa35b #5bdaa3 #a35bda

Analogous Colors of #daa35b

#daa35b #d2da5b #da645b

Monochromatic Colors of #daa35b

#daa35b

Complementary Color

#daa35b #5b92da

#daa35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa35b Color CSS Codes

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

#daa35b Text Font Color

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

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


#daa35b Background Color

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

This div background color is #daa35b


#daa35b Border Color

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

This div border color is #daa35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa35b


Comments

No comments written yet.

Please login to write comment.