Color Hex Logo

#d79669 Color Hex

#D79669
(215,150,105)
0 Favorites   0 Comments

Color spaces of #d79669

RGB 215150105
HSL0.070.580.63
HSV25°51°84°
CMYK 0.000.300.51   0.16
XYZ41.480537.279718.3740
Yxy37.27970.42700.3838
Hunter Lab61.057114.418024.8978
CIE-Lab67.486319.406433.4210

#d79669 color RGB value is (215,150,105).

#d79669 hex color red value is 215, green value is 150 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #d79669 hue: 0.07 , saturation: 0.58 and the lightness value of d79669 is 0.63.

The process color (four color CMYK) of #d79669 color hex is 0.00, 0.30, 0.51, 0.16. Web safe color of #d79669 is #cc9966. Color #d79669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010110 01101001
Octal 327 226 151
Decimal 215 150 105
Hex D7 96 69

RGB Percentages of Color #d79669

%45.74
%31.91
%22.34

CMYK Percentages of Color #d79669

%0
%30
%51
%16

Triadic Colors of #d79669

#d79669 #69d796 #9669d7

Analogous Colors of #d79669

#d79669 #d7cd69 #d76973

Monochromatic Colors of #d79669

#d79669

Complementary Color

#d79669 #69aad7

#d79669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79669 Color CSS Codes

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

#d79669 Text Font Color

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

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


#d79669 Background Color

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

This div background color is #d79669


#d79669 Border Color

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

This div border color is #d79669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79669


Comments

No comments written yet.

Please login to write comment.