Color Hex Logo

#daa43a Color Hex

#DAA43A
(218,164,58)
0 Favorites   0 Comments

Color spaces of #daa43a

RGB 21816458
HSL0.110.680.54
HSV40°73°85°
CMYK 0.000.250.73   0.15
XYZ42.952641.76189.8000
Yxy41.76180.45450.4419
Hunter Lab64.62345.551036.2452
CIE-Lab70.70649.961459.8640

#daa43a color RGB value is (218,164,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00111010
Octal 332 244 72
Decimal 218 164 58
Hex DA A4 3A

RGB Percentages of Color #daa43a

%49.55
%37.27
%13.18

CMYK Percentages of Color #daa43a

%0
%25
%73
%15

Triadic Colors of #daa43a

#daa43a #3adaa4 #a43ada

Analogous Colors of #daa43a

#daa43a #c0da3a #da543a

Monochromatic Colors of #daa43a

#daa43a

Complementary Color

#daa43a #3a70da

#daa43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa43a Color CSS Codes

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

#daa43a Text Font Color

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

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


#daa43a Background Color

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

This div background color is #daa43a


#daa43a Border Color

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

This div border color is #daa43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa43a


Comments

No comments written yet.

Please login to write comment.