Color Hex Logo

#d3966f Color Hex

#D3966F
(211,150,111)
0 Favorites   0 Comments

Color spaces of #d3966f

RGB 211150111
HSL0.070.530.63
HSV23°47°83°
CMYK 0.000.290.47   0.17
XYZ40.639636.809320.0019
Yxy36.80930.41700.3777
Hunter Lab60.670713.392722.9227
CIE-Lab67.133718.346029.6410

#d3966f color RGB value is (211,150,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010110 01101111
Octal 323 226 157
Decimal 211 150 111
Hex D3 96 6F

RGB Percentages of Color #d3966f

%44.70
%31.78
%23.52

CMYK Percentages of Color #d3966f

%0
%29
%47
%17

Triadic Colors of #d3966f

#d3966f #6fd396 #966fd3

Analogous Colors of #d3966f

#d3966f #d3c86f #d36f7a

Monochromatic Colors of #d3966f

#d3966f

Complementary Color

#d3966f #6facd3

#d3966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3966f Color CSS Codes

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

#d3966f Text Font Color

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

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


#d3966f Background Color

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

This div background color is #d3966f


#d3966f Border Color

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

This div border color is #d3966f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3966f


Comments

No comments written yet.

Please login to write comment.