Color Hex Logo

#daa70e Color Hex

#DAA70E
(218,167,14)
0 Favorites   0 Comments

Color spaces of #daa70e

RGB 21816714
HSL0.130.880.45
HSV45°94°85°
CMYK 0.000.230.94   0.15
XYZ42.811442.57466.3768
Yxy42.57460.46650.4640
Hunter Lab65.24922.931539.8800
CIE-Lab71.26537.131472.7890

#daa70e color RGB value is (218,167,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 00001110
Octal 332 247 16
Decimal 218 167 14
Hex DA A7 E

RGB Percentages of Color #daa70e

%54.64
%41.85
%3.51

CMYK Percentages of Color #daa70e

%0
%23
%94
%15

Triadic Colors of #daa70e

#daa70e #0edaa7 #a70eda

Analogous Colors of #daa70e

#daa70e #a7da0e #da410e

Monochromatic Colors of #daa70e

#daa70e

Complementary Color

#daa70e #0e41da

#daa70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa70e Color CSS Codes

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

#daa70e Text Font Color

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

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


#daa70e Background Color

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

This div background color is #daa70e


#daa70e Border Color

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

This div border color is #daa70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa70e


Comments

No comments written yet.

Please login to write comment.