Color Hex Logo

#d6931e Color Hex

#D6931E
(214,147,30)
0 Favorites   0 Comments

Color spaces of #d6931e

RGB 21414730
HSL0.110.750.48
HSV38°86°84°
CMYK 0.000.310.86   0.16
XYZ38.399635.25736.0098
Yxy35.25730.48200.4426
Hunter Lab59.377911.524535.5636
CIE-Lab65.948516.402865.1417

#d6931e color RGB value is (214,147,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010011 00011110
Octal 326 223 36
Decimal 214 147 30
Hex D6 93 1E

RGB Percentages of Color #d6931e

%54.73
%37.60
%7.67

CMYK Percentages of Color #d6931e

%0
%31
%86
%16

Triadic Colors of #d6931e

#d6931e #1ed693 #931ed6

Analogous Colors of #d6931e

#d6931e #bdd61e #d6371e

Monochromatic Colors of #d6931e

#d6931e

Complementary Color

#d6931e #1e61d6

#d6931e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6931e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6931e Color CSS Codes

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

#d6931e Text Font Color

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

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


#d6931e Background Color

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

This div background color is #d6931e


#d6931e Border Color

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

This div border color is #d6931e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,147,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6931e


Comments

No comments written yet.

Please login to write comment.