Color Hex Logo

#d8863e Color Hex

#D8863E
(216,134,62)
0 Favorites   0 Comments

Color spaces of #d8863e

RGB 21613462
HSL0.080.660.55
HSV28°71°85°
CMYK 0.000.380.71   0.15
XYZ37.713531.99698.7457
Yxy31.99690.48070.4078
Hunter Lab56.565820.019230.4292
CIE-Lab63.340325.430250.5008

#d8863e color RGB value is (216,134,62).

#d8863e hex color red value is 216, green value is 134 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d8863e hue: 0.08 , saturation: 0.66 and the lightness value of d8863e is 0.55.

The process color (four color CMYK) of #d8863e color hex is 0.00, 0.38, 0.71, 0.15. Web safe color of #d8863e is #cc9933. Color #d8863e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000110 00111110
Octal 330 206 76
Decimal 216 134 62
Hex D8 86 3E

RGB Percentages of Color #d8863e

%52.43
%32.52
%15.05

CMYK Percentages of Color #d8863e

%0
%38
%71
%15

Triadic Colors of #d8863e

#d8863e #3ed886 #863ed8

Analogous Colors of #d8863e

#d8863e #d8d33e #d83e43

Monochromatic Colors of #d8863e

#d8863e

Complementary Color

#d8863e #3e90d8

#d8863e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8863e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8863e Color CSS Codes

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

#d8863e Text Font Color

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

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


#d8863e Background Color

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

This div background color is #d8863e


#d8863e Border Color

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

This div border color is #d8863e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,134,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8863e

#d8863e Color Palettes


Comments

No comments written yet.

Please login to write comment.