Color Hex Logo

#d7862c Color Hex

#D7862C
(215,134,44)
0 Favorites   0 Comments

Color spaces of #d7862c

RGB 21513444
HSL0.090.680.51
HSV32°80°84°
CMYK 0.000.380.80   0.16
XYZ37.004131.67916.5472
Yxy31.67910.49190.4211
Hunter Lab56.284218.857732.5021
CIE-Lab63.076824.247957.9851

#d7862c color RGB value is (215,134,44).

#d7862c hex color red value is 215, green value is 134 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #d7862c hue: 0.09 , saturation: 0.68 and the lightness value of d7862c is 0.51.

The process color (four color CMYK) of #d7862c color hex is 0.00, 0.38, 0.80, 0.16. Web safe color of #d7862c is #cc9933. Color #d7862c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000110 00101100
Octal 327 206 54
Decimal 215 134 44
Hex D7 86 2C

RGB Percentages of Color #d7862c

%54.71
%34.10
%11.20

CMYK Percentages of Color #d7862c

%0
%38
%80
%16

Triadic Colors of #d7862c

#d7862c #2cd786 #862cd7

Analogous Colors of #d7862c

#d7862c #d3d72c #d7312c

Monochromatic Colors of #d7862c

#d7862c

Complementary Color

#d7862c #2c7dd7

#d7862c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7862c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7862c Color CSS Codes

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

#d7862c Text Font Color

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

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


#d7862c Background Color

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

This div background color is #d7862c


#d7862c Border Color

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

This div border color is #d7862c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7862c


Comments

No comments written yet.

Please login to write comment.