Color Hex Logo

#daa430 Color Hex

#DAA430
(218,164,48)
0 Favorites   0 Comments

Color spaces of #daa430

RGB 21816448
HSL0.110.700.52
HSV41°78°85°
CMYK 0.000.250.78   0.15
XYZ42.722441.66978.5877
Yxy41.66970.45950.4482
Hunter Lab64.55215.170337.2988
CIE-Lab70.64269.549663.6137

#daa430 color RGB value is (218,164,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00110000
Octal 332 244 60
Decimal 218 164 48
Hex DA A4 30

RGB Percentages of Color #daa430

%50.70
%38.14
%11.16

CMYK Percentages of Color #daa430

%0
%25
%78
%15

Triadic Colors of #daa430

#daa430 #30daa4 #a430da

Analogous Colors of #daa430

#daa430 #bbda30 #da4f30

Monochromatic Colors of #daa430

#daa430

Complementary Color

#daa430 #3066da

#daa430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa430 Color CSS Codes

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

#daa430 Text Font Color

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

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


#daa430 Background Color

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

This div background color is #daa430


#daa430 Border Color

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

This div border color is #daa430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa430


Comments

No comments written yet.

Please login to write comment.