Color Hex Logo

#daaa36 Color Hex

#DAAA36
(218,170,54)
0 Favorites   0 Comments

Color spaces of #daaa36

RGB 21817054
HSL0.120.690.53
HSV42°75°85°
CMYK 0.000.220.75   0.15
XYZ43.954043.92129.6510
Yxy43.92120.45070.4504
Hunter Lab66.27312.407937.7571
CIE-Lab72.17586.586762.8541

#daaa36 color RGB value is (218,170,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 00110110
Octal 332 252 66
Decimal 218 170 54
Hex DA AA 36

RGB Percentages of Color #daaa36

%49.32
%38.46
%12.22

CMYK Percentages of Color #daaa36

%0
%22
%75
%15

Triadic Colors of #daaa36

#daaa36 #36daaa #aa36da

Analogous Colors of #daaa36

#daaa36 #b8da36 #da5836

Monochromatic Colors of #daaa36

#daaa36

Complementary Color

#daaa36 #3666da

#daaa36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa36 Color CSS Codes

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

#daaa36 Text Font Color

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

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


#daaa36 Background Color

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

This div background color is #daaa36


#daaa36 Border Color

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

This div border color is #daaa36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa36


Comments

No comments written yet.

Please login to write comment.