Color Hex Logo

#d49843 Color Hex

#D49843
(212,152,67)
0 Favorites   0 Comments

Color spaces of #d49843

RGB 21215267
HSL0.100.630.55
HSV35°68°83°
CMYK 0.000.280.68   0.17
XYZ39.392736.858810.3484
Yxy36.85880.45490.4256
Hunter Lab60.71149.574932.3919
CIE-Lab67.171014.292952.1269

#d49843 color RGB value is (212,152,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011000 01000011
Octal 324 230 103
Decimal 212 152 67
Hex D4 98 43

RGB Percentages of Color #d49843

%49.19
%35.27
%15.55

CMYK Percentages of Color #d49843

%0
%28
%68
%17

Triadic Colors of #d49843

#d49843 #43d498 #9843d4

Analogous Colors of #d49843

#d49843 #c8d443 #d44f43

Monochromatic Colors of #d49843

#d49843

Complementary Color

#d49843 #437fd4

#d49843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49843 Color CSS Codes

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

#d49843 Text Font Color

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

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


#d49843 Background Color

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

This div background color is #d49843


#d49843 Border Color

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

This div border color is #d49843


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,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 #d49843">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49843


Comments

No comments written yet.

Please login to write comment.