Color Hex Logo

#daa232 Color Hex

#DAA232
(218,162,50)
0 Favorites   0 Comments

Color spaces of #daa232

RGB 21816250
HSL0.110.690.53
HSV40°77°85°
CMYK 0.000.260.77   0.15
XYZ42.409540.97648.6916
Yxy40.97640.46060.4450
Hunter Lab64.01286.236736.7586
CIE-Lab70.159410.695162.4361

#daa232 color RGB value is (218,162,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 00110010
Octal 332 242 62
Decimal 218 162 50
Hex DA A2 32

RGB Percentages of Color #daa232

%50.70
%37.67
%11.63

CMYK Percentages of Color #daa232

%0
%26
%77
%15

Triadic Colors of #daa232

#daa232 #32daa2 #a232da

Analogous Colors of #daa232

#daa232 #beda32 #da4e32

Monochromatic Colors of #daa232

#daa232

Complementary Color

#daa232 #326ada

#daa232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa232 Color CSS Codes

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

#daa232 Text Font Color

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

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


#daa232 Background Color

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

This div background color is #daa232


#daa232 Border Color

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

This div border color is #daa232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa232


Comments

No comments written yet.

Please login to write comment.