Color Hex Logo

#daa53d Color Hex

#DAA53D
(218,165,61)
0 Favorites   0 Comments

Color spaces of #daa53d

RGB 21816561
HSL0.110.680.55
HSV40°72°85°
CMYK 0.000.240.72   0.15
XYZ43.210942.152610.2737
Yxy42.15260.45180.4408
Hunter Lab64.92505.182036.0655
CIE-Lab70.97609.566858.9074

#daa53d color RGB value is (218,165,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 00111101
Octal 332 245 75
Decimal 218 165 61
Hex DA A5 3D

RGB Percentages of Color #daa53d

%49.10
%37.16
%13.74

CMYK Percentages of Color #daa53d

%0
%24
%72
%15

Triadic Colors of #daa53d

#daa53d #3ddaa5 #a53dda

Analogous Colors of #daa53d

#daa53d #c1da3d #da573d

Monochromatic Colors of #daa53d

#daa53d

Complementary Color

#daa53d #3d72da

#daa53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa53d Color CSS Codes

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

#daa53d Text Font Color

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

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


#daa53d Background Color

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

This div background color is #daa53d


#daa53d Border Color

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

This div border color is #daa53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa53d


Comments

No comments written yet.

Please login to write comment.