Color Hex Logo

#d79860 Color Hex

#D79860
(215,152,96)
0 Favorites   0 Comments

Color spaces of #d79860

RGB 21515296
HSL0.080.600.61
HSV28°55°84°
CMYK 0.000.290.55   0.16
XYZ41.363937.748116.1723
Yxy37.74810.43410.3962
Hunter Lab61.439512.655427.4011
CIE-Lab67.834517.549838.6249

#d79860 color RGB value is (215,152,96).

#d79860 hex color red value is 215, green value is 152 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d79860 hue: 0.08 , saturation: 0.60 and the lightness value of d79860 is 0.61.

The process color (four color CMYK) of #d79860 color hex is 0.00, 0.29, 0.55, 0.16. Web safe color of #d79860 is #cc9966. Color #d79860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011000 01100000
Octal 327 230 140
Decimal 215 152 96
Hex D7 98 60

RGB Percentages of Color #d79860

%46.44
%32.83
%20.73

CMYK Percentages of Color #d79860

%0
%29
%55
%16

Triadic Colors of #d79860

#d79860 #60d798 #9860d7

Analogous Colors of #d79860

#d79860 #d7d460 #d76064

Monochromatic Colors of #d79860

#d79860

Complementary Color

#d79860 #609fd7

#d79860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79860 Color CSS Codes

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

#d79860 Text Font Color

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

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


#d79860 Background Color

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

This div background color is #d79860


#d79860 Border Color

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

This div border color is #d79860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79860


Comments

No comments written yet.

Please login to write comment.