Color Hex Logo

#daa43f Color Hex

#DAA43F
(218,164,63)
1 Favorites   0 Comments

Color spaces of #daa43f

RGB 21816463
HSL0.110.680.55
HSV39°71°85°
CMYK 0.000.250.71   0.15
XYZ43.086141.815210.5029
Yxy41.81520.45160.4383
Hunter Lab64.66475.771435.6353
CIE-Lab70.743310.199357.8341

#daa43f color RGB value is (218,164,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00111111
Octal 332 244 77
Decimal 218 164 63
Hex DA A4 3F

RGB Percentages of Color #daa43f

%48.99
%36.85
%14.16

CMYK Percentages of Color #daa43f

%0
%25
%71
%15

Triadic Colors of #daa43f

#daa43f #3fdaa4 #a43fda

Analogous Colors of #daa43f

#daa43f #c3da3f #da573f

Monochromatic Colors of #daa43f

#daa43f

Complementary Color

#daa43f #3f75da

#daa43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa43f Color CSS Codes

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

#daa43f Text Font Color

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

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


#daa43f Background Color

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

This div background color is #daa43f


#daa43f Border Color

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

This div border color is #daa43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa43f


Comments

No comments written yet.

Please login to write comment.