Color Hex Logo

#daaa34 Color Hex

#DAAA34
(218,170,52)
0 Favorites   0 Comments

Color spaces of #daaa34

RGB 21817052
HSL0.120.690.53
HSV43°76°85°
CMYK 0.000.220.76   0.15
XYZ43.908043.90289.4087
Yxy43.90280.45160.4516
Hunter Lab66.25922.333137.9623
CIE-Lab72.16356.504863.5855

#daaa34 color RGB value is (218,170,52).

#daaa34 hex color red value is 218, green value is 170 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #daaa34 hue: 0.12 , saturation: 0.69 and the lightness value of daaa34 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 00110100
Octal 332 252 64
Decimal 218 170 52
Hex DA AA 34

RGB Percentages of Color #daaa34

%49.55
%38.64
%11.82

CMYK Percentages of Color #daaa34

%0
%22
%76
%15

Triadic Colors of #daaa34

#daaa34 #34daaa #aa34da

Analogous Colors of #daaa34

#daaa34 #b7da34 #da5734

Monochromatic Colors of #daaa34

#daaa34

Complementary Color

#daaa34 #3464da

#daaa34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa34 Color CSS Codes

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

#daaa34 Text Font Color

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

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


#daaa34 Background Color

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

This div background color is #daaa34


#daaa34 Border Color

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

This div border color is #daaa34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa34


Comments

No comments written yet.

Please login to write comment.