Color Hex Logo

#d8c785 Color Hex

#D8C785
(216,199,133)
0 Favorites   0 Comments

Color spaces of #d8c785

RGB 216199133
HSL0.130.520.68
HSV48°38°85°
CMYK 0.000.080.38   0.15
XYZ52.976057.139230.4271
Yxy57.13920.37690.4066
Hunter Lab75.5905-7.185329.0476
CIE-Lab80.2578-3.423035.2052

#d8c785 color RGB value is (216,199,133).

#d8c785 hex color red value is 216, green value is 199 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #d8c785 hue: 0.13 , saturation: 0.52 and the lightness value of d8c785 is 0.68.

The process color (four color CMYK) of #d8c785 color hex is 0.00, 0.08, 0.38, 0.15. Web safe color of #d8c785 is #cccc99. Color #d8c785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11000111 10000101
Octal 330 307 205
Decimal 216 199 133
Hex D8 C7 85

RGB Percentages of Color #d8c785

%39.42
%36.31
%24.27

CMYK Percentages of Color #d8c785

%0
%8
%38
%15

Triadic Colors of #d8c785

#d8c785 #85d8c7 #c785d8

Analogous Colors of #d8c785

#d8c785 #c0d885 #d89e85

Monochromatic Colors of #d8c785

#d8c785

Complementary Color

#d8c785 #8596d8

#d8c785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8c785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8c785 Color CSS Codes

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

#d8c785 Text Font Color

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

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


#d8c785 Background Color

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

This div background color is #d8c785


#d8c785 Border Color

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

This div border color is #d8c785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8c785


Comments

No comments written yet.

Please login to write comment.