Color Hex Logo

#d69357 Color Hex

#D69357
(214,147,87)
0 Favorites   0 Comments

Color spaces of #d69357

RGB 21414787
HSL0.080.610.59
HSV28°59°84°
CMYK 0.000.310.59   0.16
XYZ39.885635.851713.8347
Yxy35.85170.44530.4003
Hunter Lab59.876314.121328.2142
CIE-Lab66.406519.136641.5337

#d69357 color RGB value is (214,147,87).

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

The process color (four color CMYK) of #d69357 color hex is 0.00, 0.31, 0.59, 0.16. Web safe color of #d69357 is #cc9966. Color #d69357 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010011 01010111
Octal 326 223 127
Decimal 214 147 87
Hex D6 93 57

RGB Percentages of Color #d69357

%47.77
%32.81
%19.42

CMYK Percentages of Color #d69357

%0
%31
%59
%16

Triadic Colors of #d69357

#d69357 #57d693 #9357d6

Analogous Colors of #d69357

#d69357 #d6d357 #d6575b

Monochromatic Colors of #d69357

#d69357

Complementary Color

#d69357 #579ad6

#d69357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69357 Color CSS Codes

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

#d69357 Text Font Color

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

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


#d69357 Background Color

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

This div background color is #d69357


#d69357 Border Color

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

This div border color is #d69357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69357


Comments

No comments written yet.

Please login to write comment.