Color Hex Logo

#d79a6d Color Hex

#D79A6D
(215,154,109)
0 Favorites   0 Comments

Color spaces of #d79a6d

RGB 215154109
HSL0.070.570.64
HSV25°49°84°
CMYK 0.000.280.49   0.16
XYZ42.340238.662419.6990
Yxy38.66240.42050.3839
Hunter Lab62.179112.734324.7417
CIE-Lab68.506017.613532.5838

#d79a6d color RGB value is (215,154,109).

#d79a6d hex color red value is 215, green value is 154 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d79a6d hue: 0.07 , saturation: 0.57 and the lightness value of d79a6d is 0.64.

The process color (four color CMYK) of #d79a6d color hex is 0.00, 0.28, 0.49, 0.16. Web safe color of #d79a6d is #cc9966. Color #d79a6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011010 01101101
Octal 327 232 155
Decimal 215 154 109
Hex D7 9A 6D

RGB Percentages of Color #d79a6d

%44.98
%32.22
%22.80

CMYK Percentages of Color #d79a6d

%0
%28
%49
%16

Triadic Colors of #d79a6d

#d79a6d #6dd79a #9a6dd7

Analogous Colors of #d79a6d

#d79a6d #d7cf6d #d76d75

Monochromatic Colors of #d79a6d

#d79a6d

Complementary Color

#d79a6d #6daad7

#d79a6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79a6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79a6d Color CSS Codes

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

#d79a6d Text Font Color

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

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


#d79a6d Background Color

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

This div background color is #d79a6d


#d79a6d Border Color

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

This div border color is #d79a6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79a6d


Comments

No comments written yet.

Please login to write comment.