Color Hex Logo

#d6c392 Color Hex

#D6C392
(214,195,146)
0 Favorites   0 Comments

Color spaces of #d6c392

RGB 214195146
HSL0.120.450.71
HSV43°32°84°
CMYK 0.000.090.32   0.16
XYZ52.435055.401735.1241
Yxy55.40170.36680.3875
Hunter Lab74.4323-4.509524.1241
CIE-Lab79.2721-0.579627.0967

#d6c392 color RGB value is (214,195,146).

#d6c392 hex color red value is 214, green value is 195 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #d6c392 hue: 0.12 , saturation: 0.45 and the lightness value of d6c392 is 0.71.

The process color (four color CMYK) of #d6c392 color hex is 0.00, 0.09, 0.32, 0.16. Web safe color of #d6c392 is #cccc99. Color #d6c392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11000011 10010010
Octal 326 303 222
Decimal 214 195 146
Hex D6 C3 92

RGB Percentages of Color #d6c392

%38.56
%35.14
%26.31

CMYK Percentages of Color #d6c392

%0
%9
%32
%16

Triadic Colors of #d6c392

#d6c392 #92d6c3 #c392d6

Analogous Colors of #d6c392

#d6c392 #c7d692 #d6a192

Monochromatic Colors of #d6c392

#d6c392

Complementary Color

#d6c392 #92a5d6

#d6c392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6c392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6c392 Color CSS Codes

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

#d6c392 Text Font Color

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

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


#d6c392 Background Color

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

This div background color is #d6c392


#d6c392 Border Color

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

This div border color is #d6c392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6c392


Comments

No comments written yet.

Please login to write comment.