Color Hex Logo

#d1956f Color Hex

#D1956F
(209,149,111)
0 Favorites   0 Comments

Color spaces of #d1956f

RGB 209149111
HSL0.060.520.63
HSV23°47°82°
CMYK 0.000.290.47   0.18
XYZ39.911236.197919.9223
Yxy36.19790.41560.3769
Hunter Lab60.164713.122622.4826
CIE-Lab66.670918.077028.9940

#d1956f color RGB value is (209,149,111).

#d1956f hex color red value is 209, green value is 149 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #d1956f hue: 0.06 , saturation: 0.52 and the lightness value of d1956f is 0.63.

The process color (four color CMYK) of #d1956f color hex is 0.00, 0.29, 0.47, 0.18. Web safe color of #d1956f is #cc9966. Color #d1956f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010101 01101111
Octal 321 225 157
Decimal 209 149 111
Hex D1 95 6F

RGB Percentages of Color #d1956f

%44.56
%31.77
%23.67

CMYK Percentages of Color #d1956f

%0
%29
%47
%18

Triadic Colors of #d1956f

#d1956f #6fd195 #956fd1

Analogous Colors of #d1956f

#d1956f #d1c66f #d16f7a

Monochromatic Colors of #d1956f

#d1956f

Complementary Color

#d1956f #6fabd1

#d1956f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1956f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1956f Color CSS Codes

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

#d1956f Text Font Color

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

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


#d1956f Background Color

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

This div background color is #d1956f


#d1956f Border Color

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

This div border color is #d1956f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1956f


Comments

No comments written yet.

Please login to write comment.