Color Hex Logo

#daa300 Color Hex

#DAA300
(218,163,0)
0 Favorites   0 Comments

Color spaces of #daa300

RGB 2181630
HSL0.121.000.43
HSV45°100°85°
CMYK 0.000.251.00   0.15
XYZ42.010641.09985.7189
Yxy41.09980.47290.4627
Hunter Lab64.10914.779839.5874
CIE-Lab70.24589.121073.7998

#daa300 color RGB value is (218,163,0).

#daa300 hex color red value is 218, green value is 163 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #daa300 hue: 0.12 , saturation: 1.00 and the lightness value of daa300 is 0.43.

The process color (four color CMYK) of #daa300 color hex is 0.00, 0.25, 1.00, 0.15. Web safe color of #daa300 is #cc9900. Color #daa300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 00000000
Octal 332 243 0
Decimal 218 163 0
Hex DA A3 0

RGB Percentages of Color #daa300

%57.22
%42.78
%0.00

CMYK Percentages of Color #daa300

%0
%25
%100
%15

Triadic Colors of #daa300

#daa300 #00daa3 #a300da

Analogous Colors of #daa300

#daa300 #a4da00 #da3600

Monochromatic Colors of #daa300

#daa300

Complementary Color

#daa300 #0037da

#daa300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa300 Color CSS Codes

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

#daa300 Text Font Color

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

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


#daa300 Background Color

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

This div background color is #daa300


#daa300 Border Color

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

This div border color is #daa300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa300


Comments

No comments written yet.

Please login to write comment.