Color Hex Logo

#daa93c Color Hex

#DAA93C
(218,169,60)
0 Favorites   0 Comments

Color spaces of #daa93c

RGB 21816960
HSL0.110.680.55
HSV41°72°85°
CMYK 0.000.220.72   0.15
XYZ43.917043.607610.3774
Yxy43.60760.44860.4454
Hunter Lab66.03613.147636.9080
CIE-Lab71.96547.384960.3080

#daa93c color RGB value is (218,169,60).

#daa93c hex color red value is 218, green value is 169 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #daa93c hue: 0.11 , saturation: 0.68 and the lightness value of daa93c is 0.55.

The process color (four color CMYK) of #daa93c color hex is 0.00, 0.22, 0.72, 0.15. Web safe color of #daa93c is #cc9933. Color #daa93c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 00111100
Octal 332 251 74
Decimal 218 169 60
Hex DA A9 3C

RGB Percentages of Color #daa93c

%48.77
%37.81
%13.42

CMYK Percentages of Color #daa93c

%0
%22
%72
%15

Triadic Colors of #daa93c

#daa93c #3cdaa9 #a93cda

Analogous Colors of #daa93c

#daa93c #bcda3c #da5a3c

Monochromatic Colors of #daa93c

#daa93c

Complementary Color

#daa93c #3c6dda

#daa93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa93c Color CSS Codes

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

#daa93c Text Font Color

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

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


#daa93c Background Color

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

This div background color is #daa93c


#daa93c Border Color

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

This div border color is #daa93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa93c


Comments

No comments written yet.

Please login to write comment.