Color Hex Logo

#daaa40 Color Hex

#DAAA40
(218,170,64)
0 Favorites   0 Comments

Color spaces of #daaa40

RGB 21817064
HSL0.110.680.55
HSV41°71°85°
CMYK 0.000.220.71   0.15
XYZ44.213644.025011.0179
Yxy44.02500.44540.4435
Hunter Lab66.35132.829736.6006
CIE-Lab72.24527.047258.9483

#daaa40 color RGB value is (218,170,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 01000000
Octal 332 252 100
Decimal 218 170 64
Hex DA AA 40

RGB Percentages of Color #daaa40

%48.23
%37.61
%14.16

CMYK Percentages of Color #daaa40

%0
%22
%71
%15

Triadic Colors of #daaa40

#daaa40 #40daaa #aa40da

Analogous Colors of #daaa40

#daaa40 #bdda40 #da5d40

Monochromatic Colors of #daaa40

#daaa40

Complementary Color

#daaa40 #4070da

#daaa40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa40 Color CSS Codes

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

#daaa40 Text Font Color

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

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


#daaa40 Background Color

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

This div background color is #daaa40


#daaa40 Border Color

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

This div border color is #daaa40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa40


Comments

No comments written yet.

Please login to write comment.