Color Hex Logo

#daa43b Color Hex

#DAA43B
(218,164,59)
0 Favorites   0 Comments

Color spaces of #daa43b

RGB 21816459
HSL0.110.680.54
HSV40°73°85°
CMYK 0.000.250.73   0.15
XYZ42.978341.77219.9353
Yxy41.77210.45390.4412
Hunter Lab64.63135.593436.1277
CIE-Lab70.713510.007259.4657

#daa43b color RGB value is (218,164,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00111011
Octal 332 244 73
Decimal 218 164 59
Hex DA A4 3B

RGB Percentages of Color #daa43b

%49.43
%37.19
%13.38

CMYK Percentages of Color #daa43b

%0
%25
%73
%15

Triadic Colors of #daa43b

#daa43b #3bdaa4 #a43bda

Analogous Colors of #daa43b

#daa43b #c1da3b #da553b

Monochromatic Colors of #daa43b

#daa43b

Complementary Color

#daa43b #3b71da

#daa43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa43b Color CSS Codes

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

#daa43b Text Font Color

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

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


#daa43b Background Color

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

This div background color is #daa43b


#daa43b Border Color

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

This div border color is #daa43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa43b


Comments

No comments written yet.

Please login to write comment.