Color Hex Logo

#d9957a Color Hex

#D9957A
(217,149,122)
0 Favorites   0 Comments

Color spaces of #d9957a

RGB 217149122
HSL0.050.560.66
HSV17°44°85°
CMYK 0.000.310.44   0.15
XYZ42.875637.651723.4201
Yxy37.65170.41250.3622
Hunter Lab61.361017.344020.3230
CIE-Lab67.763122.418424.5872

#d9957a color RGB value is (217,149,122).

#d9957a hex color red value is 217, green value is 149 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #d9957a hue: 0.05 , saturation: 0.56 and the lightness value of d9957a is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010101 01111010
Octal 331 225 172
Decimal 217 149 122
Hex D9 95 7A

RGB Percentages of Color #d9957a

%44.47
%30.53
%25.00

CMYK Percentages of Color #d9957a

%0
%31
%44
%15

Triadic Colors of #d9957a

#d9957a #7ad995 #957ad9

Analogous Colors of #d9957a

#d9957a #d9c57a #d97a8f

Monochromatic Colors of #d9957a

#d9957a

Complementary Color

#d9957a #7abed9

#d9957a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9957a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9957a Color CSS Codes

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

#d9957a Text Font Color

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

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


#d9957a Background Color

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

This div background color is #d9957a


#d9957a Border Color

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

This div border color is #d9957a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,149,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9957a


Comments

No comments written yet.

Please login to write comment.