Color Hex Logo

#d8c49f Color Hex

#D8C49F
(216,196,159)
0 Favorites   0 Comments

Color spaces of #d8c49f

RGB 216196159
HSL0.110.420.74
HSV39°26°85°
CMYK 0.000.090.26   0.15
XYZ54.316856.582040.8595
Yxy56.58200.35790.3728
Hunter Lab75.2210-2.742620.4488
CIE-Lab79.94391.372721.1622

#d8c49f color RGB value is (216,196,159).

#d8c49f hex color red value is 216, green value is 196 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d8c49f hue: 0.11 , saturation: 0.42 and the lightness value of d8c49f is 0.74.

The process color (four color CMYK) of #d8c49f color hex is 0.00, 0.09, 0.26, 0.15. Web safe color of #d8c49f is #cccc99. Color #d8c49f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11000100 10011111
Octal 330 304 237
Decimal 216 196 159
Hex D8 C4 9F

RGB Percentages of Color #d8c49f

%37.83
%34.33
%27.85

CMYK Percentages of Color #d8c49f

%0
%9
%26
%15

Triadic Colors of #d8c49f

#d8c49f #9fd8c4 #c49fd8

Analogous Colors of #d8c49f

#d8c49f #d0d89f #d8a89f

Monochromatic Colors of #d8c49f

#d8c49f

Complementary Color

#d8c49f #9fb3d8

#d8c49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8c49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8c49f Color CSS Codes

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

#d8c49f Text Font Color

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

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


#d8c49f Background Color

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

This div background color is #d8c49f


#d8c49f Border Color

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

This div border color is #d8c49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8c49f


Comments

No comments written yet.

Please login to write comment.