Color Hex Logo

#daa332 Color Hex

#DAA332
(218,163,50)
0 Favorites   0 Comments

Color spaces of #daa332

RGB 21816350
HSL0.110.690.53
HSV40°77°85°
CMYK 0.000.250.77   0.15
XYZ42.586441.33018.7506
Yxy41.33010.45960.4460
Hunter Lab64.28855.738336.9317
CIE-Lab70.406610.160162.6679

#daa332 color RGB value is (218,163,50).

#daa332 hex color red value is 218, green value is 163 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #daa332 hue: 0.11 , saturation: 0.69 and the lightness value of daa332 is 0.53.

The process color (four color CMYK) of #daa332 color hex is 0.00, 0.25, 0.77, 0.15. Web safe color of #daa332 is #cc9933. Color #daa332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 00110010
Octal 332 243 62
Decimal 218 163 50
Hex DA A3 32

RGB Percentages of Color #daa332

%50.58
%37.82
%11.60

CMYK Percentages of Color #daa332

%0
%25
%77
%15

Triadic Colors of #daa332

#daa332 #32daa3 #a332da

Analogous Colors of #daa332

#daa332 #bdda32 #da4f32

Monochromatic Colors of #daa332

#daa332

Complementary Color

#daa332 #3269da

#daa332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa332 Color CSS Codes

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

#daa332 Text Font Color

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

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


#daa332 Background Color

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

This div background color is #daa332


#daa332 Border Color

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

This div border color is #daa332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa332


Comments

No comments written yet.

Please login to write comment.