Color Hex Logo

#d7a065 Color Hex

#D7A065
(215,160,101)
0 Favorites   0 Comments

Color spaces of #d7a065

RGB 215160101
HSL0.090.590.62
HSV31°53°84°
CMYK 0.000.260.53   0.16
XYZ42.944140.528317.8713
Yxy40.52830.42370.3999
Hunter Lab63.66189.001827.9193
CIE-Lab69.844213.652538.5035

#d7a065 color RGB value is (215,160,101).

#d7a065 hex color red value is 215, green value is 160 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #d7a065 hue: 0.09 , saturation: 0.59 and the lightness value of d7a065 is 0.62.

The process color (four color CMYK) of #d7a065 color hex is 0.00, 0.26, 0.53, 0.16. Web safe color of #d7a065 is #cc9966. Color #d7a065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10100000 01100101
Octal 327 240 145
Decimal 215 160 101
Hex D7 A0 65

RGB Percentages of Color #d7a065

%45.17
%33.61
%21.22

CMYK Percentages of Color #d7a065

%0
%26
%53
%16

Triadic Colors of #d7a065

#d7a065 #65d7a0 #a065d7

Analogous Colors of #d7a065

#d7a065 #d5d765 #d76765

Monochromatic Colors of #d7a065

#d7a065

Complementary Color

#d7a065 #659cd7

#d7a065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7a065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7a065 Color CSS Codes

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

#d7a065 Text Font Color

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

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


#d7a065 Background Color

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

This div background color is #d7a065


#d7a065 Border Color

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

This div border color is #d7a065


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,160,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7a065; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7a065;
  -webkit-box-shadow: 1px 1px 3px 2px #d7a065;
  box-shadow:         1px 1px 3px 2px #d7a065; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,160,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7a065


Comments

No comments written yet.

Please login to write comment.