Color Hex Logo

#d8891f Color Hex

#D8891F
(216,137,31)
0 Favorites   0 Comments

Color spaces of #d8891f

RGB 21613731
HSL0.100.750.48
HSV34°86°85°
CMYK 0.000.370.86   0.15
XYZ37.511932.58925.6096
Yxy32.58920.49550.4304
Hunter Lab57.087017.390434.1348
CIE-Lab63.826922.677163.2130

#d8891f color RGB value is (216,137,31).

#d8891f hex color red value is 216, green value is 137 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d8891f hue: 0.10 , saturation: 0.75 and the lightness value of d8891f is 0.48.

The process color (four color CMYK) of #d8891f color hex is 0.00, 0.37, 0.86, 0.15. Web safe color of #d8891f is #cc9933. Color #d8891f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001001 00011111
Octal 330 211 37
Decimal 216 137 31
Hex D8 89 1F

RGB Percentages of Color #d8891f

%56.25
%35.68
%8.07

CMYK Percentages of Color #d8891f

%0
%37
%86
%15

Triadic Colors of #d8891f

#d8891f #1fd889 #891fd8

Analogous Colors of #d8891f

#d8891f #cbd81f #d82d1f

Monochromatic Colors of #d8891f

#d8891f

Complementary Color

#d8891f #1f6ed8

#d8891f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8891f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8891f Color CSS Codes

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

#d8891f Text Font Color

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

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


#d8891f Background Color

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

This div background color is #d8891f


#d8891f Border Color

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

This div border color is #d8891f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8891f


Comments

No comments written yet.

Please login to write comment.