Color Hex Logo

#d6961e Color Hex

#D6961E
(214,150,30)
0 Favorites   0 Comments

Color spaces of #d6961e

RGB 21415030
HSL0.110.750.48
HSV39°86°84°
CMYK 0.000.300.86   0.16
XYZ38.872236.20266.1673
Yxy36.20260.47850.4456
Hunter Lab60.168610.025736.0408
CIE-Lab66.674414.783965.7338

#d6961e color RGB value is (214,150,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010110 00011110
Octal 326 226 36
Decimal 214 150 30
Hex D6 96 1E

RGB Percentages of Color #d6961e

%54.31
%38.07
%7.61

CMYK Percentages of Color #d6961e

%0
%30
%86
%16

Triadic Colors of #d6961e

#d6961e #1ed696 #961ed6

Analogous Colors of #d6961e

#d6961e #bad61e #d63a1e

Monochromatic Colors of #d6961e

#d6961e

Complementary Color

#d6961e #1e5ed6

#d6961e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6961e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6961e Color CSS Codes

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

#d6961e Text Font Color

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

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


#d6961e Background Color

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

This div background color is #d6961e


#d6961e Border Color

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

This div border color is #d6961e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6961e


Comments

No comments written yet.

Please login to write comment.