Color Hex Logo

#d38964 Color Hex

#D38964
(211,137,100)
0 Favorites   0 Comments

Color spaces of #d38964

RGB 211137100
HSL0.060.560.61
HSV20°53°83°
CMYK 0.000.350.53   0.17
XYZ38.109932.660316.3521
Yxy32.66030.43740.3749
Hunter Lab57.149219.021523.0398
CIE-Lab63.884924.365731.4241

#d38964 color RGB value is (211,137,100).

#d38964 hex color red value is 211, green value is 137 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #d38964 hue: 0.06 , saturation: 0.56 and the lightness value of d38964 is 0.61.

The process color (four color CMYK) of #d38964 color hex is 0.00, 0.35, 0.53, 0.17. Web safe color of #d38964 is #cc9966. Color #d38964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001001 01100100
Octal 323 211 144
Decimal 211 137 100
Hex D3 89 64

RGB Percentages of Color #d38964

%47.10
%30.58
%22.32

CMYK Percentages of Color #d38964

%0
%35
%53
%17

Triadic Colors of #d38964

#d38964 #64d389 #8964d3

Analogous Colors of #d38964

#d38964 #d3c164 #d36477

Monochromatic Colors of #d38964

#d38964

Complementary Color

#d38964 #64aed3

#d38964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38964 Color CSS Codes

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

#d38964 Text Font Color

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

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


#d38964 Background Color

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

This div background color is #d38964


#d38964 Border Color

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

This div border color is #d38964


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,137,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38964


Comments

No comments written yet.

Please login to write comment.