Color Hex Logo

#daa30e Color Hex

#DAA30E
(218,163,14)
0 Favorites   0 Comments

Color spaces of #daa30e

RGB 21816314
HSL0.120.880.45
HSV44°94°85°
CMYK 0.000.250.94   0.15
XYZ42.089941.13156.1363
Yxy41.13150.47100.4603
Hunter Lab64.13384.912139.2208
CIE-Lab70.26809.264972.0584

#daa30e color RGB value is (218,163,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 00001110
Octal 332 243 16
Decimal 218 163 14
Hex DA A3 E

RGB Percentages of Color #daa30e

%55.19
%41.27
%3.54

CMYK Percentages of Color #daa30e

%0
%25
%94
%15

Triadic Colors of #daa30e

#daa30e #0edaa3 #a30eda

Analogous Colors of #daa30e

#daa30e #abda0e #da3d0e

Monochromatic Colors of #daa30e

#daa30e

Complementary Color

#daa30e #0e45da

#daa30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa30e Color CSS Codes

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

#daa30e Text Font Color

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

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


#daa30e Background Color

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

This div background color is #daa30e


#daa30e Border Color

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

This div border color is #daa30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa30e


Comments

No comments written yet.

Please login to write comment.