Color Hex Logo

#d6891f Color Hex

#D6891F
(214,137,31)
0 Favorites   0 Comments

Color spaces of #d6891f

RGB 21413731
HSL0.100.750.48
HSV35°86°84°
CMYK 0.000.360.86   0.16
XYZ36.924532.28645.5821
Yxy32.28640.49370.4317
Hunter Lab56.821116.559033.9501
CIE-Lab63.578921.821662.9072

#d6891f color RGB value is (214,137,31).

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

The process color (four color CMYK) of #d6891f color hex is 0.00, 0.36, 0.86, 0.16. Web safe color of #d6891f is #cc9933. Color #d6891f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001001 00011111
Octal 326 211 37
Decimal 214 137 31
Hex D6 89 1F

RGB Percentages of Color #d6891f

%56.02
%35.86
%8.12

CMYK Percentages of Color #d6891f

%0
%36
%86
%16

Triadic Colors of #d6891f

#d6891f #1fd689 #891fd6

Analogous Colors of #d6891f

#d6891f #c8d61f #d62e1f

Monochromatic Colors of #d6891f

#d6891f

Complementary Color

#d6891f #1f6cd6

#d6891f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6891f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6891f Color CSS Codes

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

#d6891f Text Font Color

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

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


#d6891f Background Color

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

This div background color is #d6891f


#d6891f Border Color

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

This div border color is #d6891f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,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 #d6891f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6891f


Comments

No comments written yet.

Please login to write comment.