Color Hex Logo

#d49947 Color Hex

#D49947
(212,153,71)
0 Favorites   0 Comments

Color spaces of #d49947

RGB 21215371
HSL0.100.620.55
HSV35°67°83°
CMYK 0.000.280.67   0.17
XYZ39.679937.234411.0568
Yxy37.23440.45110.4233
Hunter Lab61.02009.289431.9707
CIE-Lab67.452513.983150.5755

#d49947 color RGB value is (212,153,71).

#d49947 hex color red value is 212, green value is 153 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d49947 hue: 0.10 , saturation: 0.62 and the lightness value of d49947 is 0.55.

The process color (four color CMYK) of #d49947 color hex is 0.00, 0.28, 0.67, 0.17. Web safe color of #d49947 is #cc9933. Color #d49947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011001 01000111
Octal 324 231 107
Decimal 212 153 71
Hex D4 99 47

RGB Percentages of Color #d49947

%48.62
%35.09
%16.28

CMYK Percentages of Color #d49947

%0
%28
%67
%17

Triadic Colors of #d49947

#d49947 #47d499 #9947d4

Analogous Colors of #d49947

#d49947 #c9d447 #d45247

Monochromatic Colors of #d49947

#d49947

Complementary Color

#d49947 #4782d4

#d49947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49947 Color CSS Codes

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

#d49947 Text Font Color

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

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


#d49947 Background Color

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

This div background color is #d49947


#d49947 Border Color

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

This div border color is #d49947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49947


Comments

No comments written yet.

Please login to write comment.