Color Hex Logo

#daa133 Color Hex

#DAA133
(218,161,51)
0 Favorites   0 Comments

Color spaces of #daa133

RGB 21816151
HSL0.110.690.53
HSV40°77°85°
CMYK 0.000.260.77   0.15
XYZ42.255940.63428.7480
Yxy40.63420.46110.4434
Hunter Lab63.74506.772236.4848
CIE-Lab69.918911.270061.8356

#daa133 color RGB value is (218,161,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 00110011
Octal 332 241 63
Decimal 218 161 51
Hex DA A1 33

RGB Percentages of Color #daa133

%50.70
%37.44
%11.86

CMYK Percentages of Color #daa133

%0
%26
%77
%15

Triadic Colors of #daa133

#daa133 #33daa1 #a133da

Analogous Colors of #daa133

#daa133 #c0da33 #da4e33

Monochromatic Colors of #daa133

#daa133

Complementary Color

#daa133 #336cda

#daa133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa133 Color CSS Codes

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

#daa133 Text Font Color

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

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


#daa133 Background Color

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

This div background color is #daa133


#daa133 Border Color

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

This div border color is #daa133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa133


Comments

No comments written yet.

Please login to write comment.