Color Hex Logo

#daa93d Color Hex

#DAA93D
(218,169,61)
0 Favorites   0 Comments

Color spaces of #daa93d

RGB 21816961
HSL0.110.680.55
HSV41°72°85°
CMYK 0.000.220.72   0.15
XYZ43.943743.618310.5180
Yxy43.61830.44800.4447
Hunter Lab66.04423.191036.7886
CIE-Lab71.97267.432259.9097

#daa93d color RGB value is (218,169,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 00111101
Octal 332 251 75
Decimal 218 169 61
Hex DA A9 3D

RGB Percentages of Color #daa93d

%48.66
%37.72
%13.62

CMYK Percentages of Color #daa93d

%0
%22
%72
%15

Triadic Colors of #daa93d

#daa93d #3ddaa9 #a93dda

Analogous Colors of #daa93d

#daa93d #bdda3d #da5b3d

Monochromatic Colors of #daa93d

#daa93d

Complementary Color

#daa93d #3d6eda

#daa93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa93d Color CSS Codes

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

#daa93d Text Font Color

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

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


#daa93d Background Color

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

This div background color is #daa93d


#daa93d Border Color

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

This div border color is #daa93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa93d


Comments

No comments written yet.

Please login to write comment.