Color Hex Logo

#d7995c Color Hex

#D7995C
(215,153,92)
0 Favorites   0 Comments

Color spaces of #d7995c

RGB 21515392
HSL0.080.610.60
HSV30°57°84°
CMYK 0.000.290.57   0.16
XYZ41.347338.002215.2811
Yxy38.00220.43690.4016
Hunter Lab61.645911.843628.4550
CIE-Lab68.022216.690140.9310

#d7995c color RGB value is (215,153,92).

#d7995c hex color red value is 215, green value is 153 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #d7995c hue: 0.08 , saturation: 0.61 and the lightness value of d7995c is 0.60.

The process color (four color CMYK) of #d7995c color hex is 0.00, 0.29, 0.57, 0.16. Web safe color of #d7995c is #cc9966. Color #d7995c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011001 01011100
Octal 327 231 134
Decimal 215 153 92
Hex D7 99 5C

RGB Percentages of Color #d7995c

%46.74
%33.26
%20.00

CMYK Percentages of Color #d7995c

%0
%29
%57
%16

Triadic Colors of #d7995c

#d7995c #5cd799 #995cd7

Analogous Colors of #d7995c

#d7995c #d7d75c #d75c5c

Monochromatic Colors of #d7995c

#d7995c

Complementary Color

#d7995c #5c9ad7

#d7995c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7995c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7995c Color CSS Codes

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

#d7995c Text Font Color

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

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


#d7995c Background Color

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

This div background color is #d7995c


#d7995c Border Color

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

This div border color is #d7995c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7995c


Comments

No comments written yet.

Please login to write comment.