Color Hex Logo

#d8956d Color Hex

#D8956D
(216,149,109)
0 Favorites   0 Comments

Color spaces of #d8956d

RGB 216149109
HSL0.060.580.64
HSV22°50°85°
CMYK 0.000.310.50   0.15
XYZ41.826737.197919.4434
Yxy37.19790.42480.3778
Hunter Lab60.990115.681823.7916
CIE-Lab67.425220.721931.2118

#d8956d color RGB value is (216,149,109).

#d8956d hex color red value is 216, green value is 149 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d8956d hue: 0.06 , saturation: 0.58 and the lightness value of d8956d is 0.64.

The process color (four color CMYK) of #d8956d color hex is 0.00, 0.31, 0.50, 0.15. Web safe color of #d8956d is #cc9966. Color #d8956d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010101 01101101
Octal 330 225 155
Decimal 216 149 109
Hex D8 95 6D

RGB Percentages of Color #d8956d

%45.57
%31.43
%23.00

CMYK Percentages of Color #d8956d

%0
%31
%50
%15

Triadic Colors of #d8956d

#d8956d #6dd895 #956dd8

Analogous Colors of #d8956d

#d8956d #d8cb6d #d86d7b

Monochromatic Colors of #d8956d

#d8956d

Complementary Color

#d8956d #6db0d8

#d8956d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8956d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8956d Color CSS Codes

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

#d8956d Text Font Color

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

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


#d8956d Background Color

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

This div background color is #d8956d


#d8956d Border Color

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

This div border color is #d8956d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,149,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 #d8956d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8956d


Comments

No comments written yet.

Please login to write comment.