Color Hex Logo

#d69843 Color Hex

#D69843
(214,152,67)
0 Favorites   0 Comments

Color spaces of #d69843

RGB 21415267
HSL0.100.640.55
HSV35°69°84°
CMYK 0.000.290.69   0.16
XYZ39.972937.157910.3756
Yxy37.15790.45680.4246
Hunter Lab60.957310.376632.5783
CIE-Lab67.395315.147152.4338

#d69843 color RGB value is (214,152,67).

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

The process color (four color CMYK) of #d69843 color hex is 0.00, 0.29, 0.69, 0.16. Web safe color of #d69843 is #cc9933. Color #d69843 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011000 01000011
Octal 326 230 103
Decimal 214 152 67
Hex D6 98 43

RGB Percentages of Color #d69843

%49.42
%35.10
%15.47

CMYK Percentages of Color #d69843

%0
%29
%69
%16

Triadic Colors of #d69843

#d69843 #43d698 #9843d6

Analogous Colors of #d69843

#d69843 #cbd643 #d64f43

Monochromatic Colors of #d69843

#d69843

Complementary Color

#d69843 #4381d6

#d69843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69843 Color CSS Codes

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

#d69843 Text Font Color

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

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


#d69843 Background Color

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

This div background color is #d69843


#d69843 Border Color

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

This div border color is #d69843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69843


Comments

No comments written yet.

Please login to write comment.