Color Hex Logo

#daa43c Color Hex

#DAA43C
(218,164,60)
0 Favorites   0 Comments

Color spaces of #daa43c

RGB 21816460
HSL0.110.680.55
HSV39°72°85°
CMYK 0.000.250.72   0.15
XYZ43.004541.782610.0732
Yxy41.78260.45330.4405
Hunter Lab64.63955.636636.0081
CIE-Lab70.720810.053859.0636

#daa43c color RGB value is (218,164,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00111100
Octal 332 244 74
Decimal 218 164 60
Hex DA A4 3C

RGB Percentages of Color #daa43c

%49.32
%37.10
%13.57

CMYK Percentages of Color #daa43c

%0
%25
%72
%15

Triadic Colors of #daa43c

#daa43c #3cdaa4 #a43cda

Analogous Colors of #daa43c

#daa43c #c1da3c #da553c

Monochromatic Colors of #daa43c

#daa43c

Complementary Color

#daa43c #3c72da

#daa43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa43c Color CSS Codes

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

#daa43c Text Font Color

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

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


#daa43c Background Color

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

This div background color is #daa43c


#daa43c Border Color

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

This div border color is #daa43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa43c


Comments

No comments written yet.

Please login to write comment.