Color Hex Logo

#d7b78d Color Hex

#D7B78D
(215,183,141)
0 Favorites   0 Comments

Color spaces of #d7b78d

RGB 215183141
HSL0.090.480.70
HSV34°34°84°
CMYK 0.000.150.34   0.16
XYZ49.765550.237132.2731
Yxy50.23710.37620.3798
Hunter Lab70.87811.293122.6180
CIE-Lab76.21465.518725.6415

#d7b78d color RGB value is (215,183,141).

#d7b78d hex color red value is 215, green value is 183 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d7b78d hue: 0.09 , saturation: 0.48 and the lightness value of d7b78d is 0.70.

The process color (four color CMYK) of #d7b78d color hex is 0.00, 0.15, 0.34, 0.16. Web safe color of #d7b78d is #cccc99. Color #d7b78d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10110111 10001101
Octal 327 267 215
Decimal 215 183 141
Hex D7 B7 8D

RGB Percentages of Color #d7b78d

%39.89
%33.95
%26.16

CMYK Percentages of Color #d7b78d

%0
%15
%34
%16

Triadic Colors of #d7b78d

#d7b78d #8dd7b7 #b78dd7

Analogous Colors of #d7b78d

#d7b78d #d2d78d #d7928d

Monochromatic Colors of #d7b78d

#d7b78d

Complementary Color

#d7b78d #8dadd7

#d7b78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7b78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7b78d Color CSS Codes

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

#d7b78d Text Font Color

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

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


#d7b78d Background Color

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

This div background color is #d7b78d


#d7b78d Border Color

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

This div border color is #d7b78d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,183,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7b78d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7b78d;
  -webkit-box-shadow: 1px 1px 3px 2px #d7b78d;
  box-shadow:         1px 1px 3px 2px #d7b78d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,183,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7b78d


Comments

No comments written yet.

Please login to write comment.