Color Hex Logo

#d8c174 Color Hex

#D8C174
(216,193,116)
0 Favorites   0 Comments

Color spaces of #d8c174

RGB 216193116
HSL0.130.560.65
HSV46°46°85°
CMYK 0.000.110.46   0.15
XYZ50.541353.999824.2822
Yxy53.99980.39230.4192
Hunter Lab73.4846-5.829031.8474
CIE-Lab78.4616-2.083541.5802

#d8c174 color RGB value is (216,193,116).

#d8c174 hex color red value is 216, green value is 193 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d8c174 hue: 0.13 , saturation: 0.56 and the lightness value of d8c174 is 0.65.

The process color (four color CMYK) of #d8c174 color hex is 0.00, 0.11, 0.46, 0.15. Web safe color of #d8c174 is #cccc66. Color #d8c174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11000001 01110100
Octal 330 301 164
Decimal 216 193 116
Hex D8 C1 74

RGB Percentages of Color #d8c174

%41.14
%36.76
%22.10

CMYK Percentages of Color #d8c174

%0
%11
%46
%15

Triadic Colors of #d8c174

#d8c174 #74d8c1 #c174d8

Analogous Colors of #d8c174

#d8c174 #bdd874 #d88f74

Monochromatic Colors of #d8c174

#d8c174

Complementary Color

#d8c174 #748bd8

#d8c174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8c174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8c174 Color CSS Codes

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

#d8c174 Text Font Color

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

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


#d8c174 Background Color

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

This div background color is #d8c174


#d8c174 Border Color

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

This div border color is #d8c174


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,193,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8c174; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8c174;
  -webkit-box-shadow: 1px 1px 3px 2px #d8c174;
  box-shadow:         1px 1px 3px 2px #d8c174; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,193,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8c174


Comments

No comments written yet.

Please login to write comment.