Color Hex Logo

#daa772 Color Hex

#DAA772
(218,167,114)
0 Favorites   0 Comments

Color spaces of #daa772

RGB 218167114
HSL0.080.580.65
HSV31°48°85°
CMYK 0.000.230.48   0.15
XYZ45.769443.757821.9534
Yxy43.75780.41060.3925
Hunter Lab66.14977.743426.6279
CIE-Lab72.066312.310134.5621

#daa772 color RGB value is (218,167,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 01110010
Octal 332 247 162
Decimal 218 167 114
Hex DA A7 72

RGB Percentages of Color #daa772

%43.69
%33.47
%22.85

CMYK Percentages of Color #daa772

%0
%23
%48
%15

Triadic Colors of #daa772

#daa772 #72daa7 #a772da

Analogous Colors of #daa772

#daa772 #d9da72 #da7372

Monochromatic Colors of #daa772

#daa772

Complementary Color

#daa772 #72a5da

#daa772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa772 Color CSS Codes

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

#daa772 Text Font Color

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

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


#daa772 Background Color

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

This div background color is #daa772


#daa772 Border Color

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

This div border color is #daa772


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,167,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 #daa772">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa772


Comments

No comments written yet.

Please login to write comment.