Color Hex Logo

#daaa72 Color Hex

#DAAA72
(218,170,114)
0 Favorites   0 Comments

Color spaces of #daaa72

RGB 218170114
HSL0.090.580.65
HSV32°48°85°
CMYK 0.000.220.48   0.15
XYZ46.325444.869822.1387
Yxy44.86980.40880.3959
Hunter Lab66.98496.223327.2939
CIE-Lab72.806110.702135.5085

#daaa72 color RGB value is (218,170,114).

#daaa72 hex color red value is 218, green value is 170 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #daaa72 hue: 0.09 , saturation: 0.58 and the lightness value of daaa72 is 0.65.

The process color (four color CMYK) of #daaa72 color hex is 0.00, 0.22, 0.48, 0.15. Web safe color of #daaa72 is #cc9966. Color #daaa72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 01110010
Octal 332 252 162
Decimal 218 170 114
Hex DA AA 72

RGB Percentages of Color #daaa72

%43.43
%33.86
%22.71

CMYK Percentages of Color #daaa72

%0
%22
%48
%15

Triadic Colors of #daaa72

#daaa72 #72daaa #aa72da

Analogous Colors of #daaa72

#daaa72 #d6da72 #da7672

Monochromatic Colors of #daaa72

#daaa72

Complementary Color

#daaa72 #72a2da

#daaa72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa72 Color CSS Codes

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

#daaa72 Text Font Color

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

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


#daaa72 Background Color

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

This div background color is #daaa72


#daaa72 Border Color

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

This div border color is #daaa72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa72


Comments

No comments written yet.

Please login to write comment.