Color Hex Logo

#d69859 Color Hex

#D69859
(214,152,89)
0 Favorites   0 Comments

Color spaces of #d69859

RGB 21415289
HSL0.080.600.59
HSV30°58°84°
CMYK 0.000.290.58   0.16
XYZ40.763037.473914.5359
Yxy37.47390.43940.4039
Hunter Lab61.215911.733328.7726
CIE-Lab67.631116.583141.9743

#d69859 color RGB value is (214,152,89).

#d69859 hex color red value is 214, green value is 152 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #d69859 hue: 0.08 , saturation: 0.60 and the lightness value of d69859 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011000 01011001
Octal 326 230 131
Decimal 214 152 89
Hex D6 98 59

RGB Percentages of Color #d69859

%47.03
%33.41
%19.56

CMYK Percentages of Color #d69859

%0
%29
%58
%16

Triadic Colors of #d69859

#d69859 #59d698 #9859d6

Analogous Colors of #d69859

#d69859 #d6d659 #d65959

Monochromatic Colors of #d69859

#d69859

Complementary Color

#d69859 #5997d6

#d69859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69859 Color CSS Codes

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

#d69859 Text Font Color

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

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


#d69859 Background Color

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

This div background color is #d69859


#d69859 Border Color

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

This div border color is #d69859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69859


Comments

No comments written yet.

Please login to write comment.