Color Hex Logo

#d7866b Color Hex

#D7866B
(215,134,107)
0 Favorites   0 Comments

Color spaces of #d7866b

RGB 215134107
HSL0.040.570.63
HSV15°50°84°
CMYK 0.000.380.50   0.16
XYZ39.203332.558818.1282
Yxy32.55880.43610.3622
Hunter Lab57.060322.782921.1056
CIE-Lab63.802128.215627.5639

#d7866b color RGB value is (215,134,107).

#d7866b hex color red value is 215, green value is 134 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d7866b hue: 0.04 , saturation: 0.57 and the lightness value of d7866b is 0.63.

The process color (four color CMYK) of #d7866b color hex is 0.00, 0.38, 0.50, 0.16. Web safe color of #d7866b is #cc9966. Color #d7866b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000110 01101011
Octal 327 206 153
Decimal 215 134 107
Hex D7 86 6B

RGB Percentages of Color #d7866b

%47.15
%29.39
%23.46

CMYK Percentages of Color #d7866b

%0
%38
%50
%16

Triadic Colors of #d7866b

#d7866b #6bd786 #866bd7

Analogous Colors of #d7866b

#d7866b #d7bc6b #d76b86

Monochromatic Colors of #d7866b

#d7866b

Complementary Color

#d7866b #6bbcd7

#d7866b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7866b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7866b Color CSS Codes

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

#d7866b Text Font Color

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

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


#d7866b Background Color

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

This div background color is #d7866b


#d7866b Border Color

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

This div border color is #d7866b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7866b


Comments

No comments written yet.

Please login to write comment.