Color Hex Logo

#daa51d Color Hex

#DAA51D
(218,165,29)
0 Favorites   0 Comments

Color spaces of #daa51d

RGB 21816529
HSL0.120.770.48
HSV43°87°85°
CMYK 0.000.240.87   0.15
XYZ42.590341.90447.0060
Yxy41.90440.46550.4580
Hunter Lab64.73364.157038.8967
CIE-Lab70.80508.454669.5205

#daa51d color RGB value is (218,165,29).

#daa51d hex color red value is 218, green value is 165 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #daa51d hue: 0.12 , saturation: 0.77 and the lightness value of daa51d is 0.48.

The process color (four color CMYK) of #daa51d color hex is 0.00, 0.24, 0.87, 0.15. Web safe color of #daa51d is #cc9933. Color #daa51d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 00011101
Octal 332 245 35
Decimal 218 165 29
Hex DA A5 1D

RGB Percentages of Color #daa51d

%52.91
%40.05
%7.04

CMYK Percentages of Color #daa51d

%0
%24
%87
%15

Triadic Colors of #daa51d

#daa51d #1ddaa5 #a51dda

Analogous Colors of #daa51d

#daa51d #b1da1d #da471d

Monochromatic Colors of #daa51d

#daa51d

Complementary Color

#daa51d #1d52da

#daa51d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa51d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa51d Color CSS Codes

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

#daa51d Text Font Color

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

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


#daa51d Background Color

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

This div background color is #daa51d


#daa51d Border Color

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

This div border color is #daa51d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa51d


Comments

No comments written yet.

Please login to write comment.