Color Hex Logo

#d69771 Color Hex

#D69771
(214,151,113)
0 Favorites   0 Comments

Color spaces of #d69771

RGB 214151113
HSL0.060.550.64
HSV23°47°84°
CMYK 0.000.290.47   0.16
XYZ41.778837.621620.6825
Yxy37.62160.41740.3759
Hunter Lab61.336414.245022.9431
CIE-Lab67.740819.216629.4125

#d69771 color RGB value is (214,151,113).

#d69771 hex color red value is 214, green value is 151 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #d69771 hue: 0.06 , saturation: 0.55 and the lightness value of d69771 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010111 01110001
Octal 326 227 161
Decimal 214 151 113
Hex D6 97 71

RGB Percentages of Color #d69771

%44.77
%31.59
%23.64

CMYK Percentages of Color #d69771

%0
%29
%47
%16

Triadic Colors of #d69771

#d69771 #71d697 #9771d6

Analogous Colors of #d69771

#d69771 #d6ca71 #d6717e

Monochromatic Colors of #d69771

#d69771

Complementary Color

#d69771 #71b0d6

#d69771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69771 Color CSS Codes

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

#d69771 Text Font Color

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

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


#d69771 Background Color

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

This div background color is #d69771


#d69771 Border Color

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

This div border color is #d69771


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,151,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d69771; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d69771;
  -webkit-box-shadow: 1px 1px 3px 2px #d69771;
  box-shadow:         1px 1px 3px 2px #d69771; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,151,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69771


Comments

No comments written yet.

Please login to write comment.