Color Hex Logo

#daa21e Color Hex

#DAA21E
(218,162,30)
0 Favorites   0 Comments

Color spaces of #daa21e

RGB 21816230
HSL0.120.760.49
HSV42°86°85°
CMYK 0.000.260.86   0.15
XYZ42.068140.83986.8939
Yxy40.83980.46850.4548
Hunter Lab63.90605.667638.3383
CIE-Lab70.063510.080268.6720

#daa21e color RGB value is (218,162,30).

#daa21e hex color red value is 218, green value is 162 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #daa21e hue: 0.12 , saturation: 0.76 and the lightness value of daa21e is 0.49.

The process color (four color CMYK) of #daa21e color hex is 0.00, 0.26, 0.86, 0.15. Web safe color of #daa21e is #cc9933. Color #daa21e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 00011110
Octal 332 242 36
Decimal 218 162 30
Hex DA A2 1E

RGB Percentages of Color #daa21e

%53.17
%39.51
%7.32

CMYK Percentages of Color #daa21e

%0
%26
%86
%15

Triadic Colors of #daa21e

#daa21e #1edaa2 #a21eda

Analogous Colors of #daa21e

#daa21e #b4da1e #da441e

Monochromatic Colors of #daa21e

#daa21e

Complementary Color

#daa21e #1e56da

#daa21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa21e Color CSS Codes

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

#daa21e Text Font Color

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

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


#daa21e Background Color

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

This div background color is #daa21e


#daa21e Border Color

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

This div border color is #daa21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa21e


Comments

No comments written yet.

Please login to write comment.