Color Hex Logo

#daa767 Color Hex

#DAA767
(218,167,103)
1 Favorites   0 Comments

Color spaces of #daa767

RGB 218167103
HSL0.090.610.63
HSV33°53°85°
CMYK 0.000.230.53   0.15
XYZ45.180343.522118.8513
Yxy43.52210.42010.4047
Hunter Lab65.97136.795629.2378
CIE-Lab71.907911.304340.0956

#daa767 color RGB value is (218,167,103).

#daa767 hex color red value is 218, green value is 167 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #daa767 hue: 0.09 , saturation: 0.61 and the lightness value of daa767 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 01100111
Octal 332 247 147
Decimal 218 167 103
Hex DA A7 67

RGB Percentages of Color #daa767

%44.67
%34.22
%21.11

CMYK Percentages of Color #daa767

%0
%23
%53
%15

Triadic Colors of #daa767

#daa767 #67daa7 #a767da

Analogous Colors of #daa767

#daa767 #d4da67 #da6e67

Monochromatic Colors of #daa767

#daa767

Complementary Color

#daa767 #679ada

#daa767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa767 Color CSS Codes

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

#daa767 Text Font Color

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

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


#daa767 Background Color

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

This div background color is #daa767


#daa767 Border Color

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

This div border color is #daa767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa767


Comments

No comments written yet.

Please login to write comment.