Color Hex Logo

#daa030 Color Hex

#DAA030
(218,160,48)
0 Favorites   0 Comments

Color spaces of #daa030

RGB 21816048
HSL0.110.700.52
HSV40°78°85°
CMYK 0.000.270.78   0.15
XYZ42.017740.26048.3528
Yxy40.26040.46360.4442
Hunter Lab63.45117.164436.6107
CIE-Lab69.654611.690762.6996

#daa030 color RGB value is (218,160,48).

#daa030 hex color red value is 218, green value is 160 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #daa030 hue: 0.11 , saturation: 0.70 and the lightness value of daa030 is 0.52.

The process color (four color CMYK) of #daa030 color hex is 0.00, 0.27, 0.78, 0.15. Web safe color of #daa030 is #cc9933. Color #daa030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 00110000
Octal 332 240 60
Decimal 218 160 48
Hex DA A0 30

RGB Percentages of Color #daa030

%51.17
%37.56
%11.27

CMYK Percentages of Color #daa030

%0
%27
%78
%15

Triadic Colors of #daa030

#daa030 #30daa0 #a030da

Analogous Colors of #daa030

#daa030 #bfda30 #da4b30

Monochromatic Colors of #daa030

#daa030

Complementary Color

#daa030 #306ada

#daa030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa030 Color CSS Codes

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

#daa030 Text Font Color

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

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


#daa030 Background Color

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

This div background color is #daa030


#daa030 Border Color

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

This div border color is #daa030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa030


Comments

No comments written yet.

Please login to write comment.