Color Hex Logo

#d8864f Color Hex

#D8864F
(216,134,79)
0 Favorites   0 Comments

Color spaces of #d8864f

RGB 21613479
HSL0.070.640.58
HSV24°63°85°
CMYK 0.000.380.63   0.15
XYZ38.255332.213611.5987
Yxy32.21360.46610.3925
Hunter Lab56.757020.987627.6136
CIE-Lab63.519026.411042.2935

#d8864f color RGB value is (216,134,79).

#d8864f hex color red value is 216, green value is 134 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #d8864f hue: 0.07 , saturation: 0.64 and the lightness value of d8864f is 0.58.

The process color (four color CMYK) of #d8864f color hex is 0.00, 0.38, 0.63, 0.15. Web safe color of #d8864f is #cc9966. Color #d8864f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000110 01001111
Octal 330 206 117
Decimal 216 134 79
Hex D8 86 4F

RGB Percentages of Color #d8864f

%50.35
%31.24
%18.41

CMYK Percentages of Color #d8864f

%0
%38
%63
%15

Triadic Colors of #d8864f

#d8864f #4fd886 #864fd8

Analogous Colors of #d8864f

#d8864f #d8cb4f #d84f5c

Monochromatic Colors of #d8864f

#d8864f

Complementary Color

#d8864f #4fa1d8

#d8864f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8864f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8864f Color CSS Codes

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

#d8864f Text Font Color

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

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


#d8864f Background Color

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

This div background color is #d8864f


#d8864f Border Color

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

This div border color is #d8864f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8864f


Comments

No comments written yet.

Please login to write comment.