Color Hex Logo

#daa372 Color Hex

#DAA372
(218,163,114)
0 Favorites   0 Comments

Color spaces of #daa372

RGB 218163114
HSL0.080.580.65
HSV28°48°85°
CMYK 0.000.250.48   0.15
XYZ45.047942.314721.7129
Yxy42.31470.41300.3879
Hunter Lab65.04989.776825.7445
CIE-Lab71.087414.459633.3040

#daa372 color RGB value is (218,163,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 01110010
Octal 332 243 162
Decimal 218 163 114
Hex DA A3 72

RGB Percentages of Color #daa372

%44.04
%32.93
%23.03

CMYK Percentages of Color #daa372

%0
%25
%48
%15

Triadic Colors of #daa372

#daa372 #72daa3 #a372da

Analogous Colors of #daa372

#daa372 #dad772 #da7275

Monochromatic Colors of #daa372

#daa372

Complementary Color

#daa372 #72a9da

#daa372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa372 Color CSS Codes

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

#daa372 Text Font Color

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

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


#daa372 Background Color

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

This div background color is #daa372


#daa372 Border Color

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

This div border color is #daa372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa372


Comments

No comments written yet.

Please login to write comment.