Color Hex Logo

#d8863a Color Hex

#D8863A
(216,134,58)
0 Favorites   0 Comments

Color spaces of #d8863a

RGB 21613458
HSL0.080.670.54
HSV29°73°85°
CMYK 0.000.380.73   0.15
XYZ37.607731.95468.1887
Yxy31.95460.48370.4110
Hunter Lab56.528419.829330.9811
CIE-Lab63.305325.237152.3128

#d8863a color RGB value is (216,134,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000110 00111010
Octal 330 206 72
Decimal 216 134 58
Hex D8 86 3A

RGB Percentages of Color #d8863a

%52.94
%32.84
%14.22

CMYK Percentages of Color #d8863a

%0
%38
%73
%15

Triadic Colors of #d8863a

#d8863a #3ad886 #863ad8

Analogous Colors of #d8863a

#d8863a #d8d53a #d83a3d

Monochromatic Colors of #d8863a

#d8863a

Complementary Color

#d8863a #3a8cd8

#d8863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8863a Color CSS Codes

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

#d8863a Text Font Color

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

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


#d8863a Background Color

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

This div background color is #d8863a


#d8863a Border Color

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

This div border color is #d8863a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8863a


Comments

No comments written yet.

Please login to write comment.