Color Hex Logo

#d6934d Color Hex

#D6934D
(214,147,77)
0 Favorites   0 Comments

Color spaces of #d6934d

RGB 21414777
HSL0.090.630.57
HSV31°64°84°
CMYK 0.000.310.64   0.16
XYZ39.504835.699411.8297
Yxy35.69940.45390.4102
Hunter Lab59.749013.459830.0855
CIE-Lab66.289618.445246.4450

#d6934d color RGB value is (214,147,77).

#d6934d hex color red value is 214, green value is 147 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d6934d hue: 0.09 , saturation: 0.63 and the lightness value of d6934d is 0.57.

The process color (four color CMYK) of #d6934d color hex is 0.00, 0.31, 0.64, 0.16. Web safe color of #d6934d is #cc9966. Color #d6934d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010011 01001101
Octal 326 223 115
Decimal 214 147 77
Hex D6 93 4D

RGB Percentages of Color #d6934d

%48.86
%33.56
%17.58

CMYK Percentages of Color #d6934d

%0
%31
%64
%16

Triadic Colors of #d6934d

#d6934d #4dd693 #934dd6

Analogous Colors of #d6934d

#d6934d #d5d64d #d64f4d

Monochromatic Colors of #d6934d

#d6934d

Complementary Color

#d6934d #4d90d6

#d6934d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6934d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6934d Color CSS Codes

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

#d6934d Text Font Color

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

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


#d6934d Background Color

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

This div background color is #d6934d


#d6934d Border Color

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

This div border color is #d6934d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6934d


Comments

No comments written yet.

Please login to write comment.