Color Hex Logo

#d8863d Color Hex

#D8863D
(216,134,61)
0 Favorites   0 Comments

Color spaces of #d8863d

RGB 21613461
HSL0.080.670.54
HSV28°72°85°
CMYK 0.000.380.72   0.15
XYZ37.686331.98608.6025
Yxy31.98600.48150.4086
Hunter Lab56.556219.970530.5710
CIE-Lab63.331325.380750.9588

#d8863d color RGB value is (216,134,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000110 00111101
Octal 330 206 75
Decimal 216 134 61
Hex D8 86 3D

RGB Percentages of Color #d8863d

%52.55
%32.60
%14.84

CMYK Percentages of Color #d8863d

%0
%38
%72
%15

Triadic Colors of #d8863d

#d8863d #3dd886 #863dd8

Analogous Colors of #d8863d

#d8863d #d8d43d #d83d41

Monochromatic Colors of #d8863d

#d8863d

Complementary Color

#d8863d #3d8fd8

#d8863d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8863d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8863d Color CSS Codes

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

#d8863d Text Font Color

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

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


#d8863d Background Color

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

This div background color is #d8863d


#d8863d Border Color

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

This div border color is #d8863d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8863d


Comments

No comments written yet.

Please login to write comment.