Color Hex Logo

#d49669 Color Hex

#D49669
(212,150,105)
0 Favorites   0 Comments

Color spaces of #d49669

RGB 212150105
HSL0.070.550.62
HSV25°50°83°
CMYK 0.000.290.50   0.17
XYZ40.607536.829718.3332
Yxy36.82970.42400.3846
Hunter Lab60.687513.235724.5702
CIE-Lab67.149118.180632.9214

#d49669 color RGB value is (212,150,105).

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

The process color (four color CMYK) of #d49669 color hex is 0.00, 0.29, 0.50, 0.17. Web safe color of #d49669 is #cc9966. Color #d49669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010110 01101001
Octal 324 226 151
Decimal 212 150 105
Hex D4 96 69

RGB Percentages of Color #d49669

%45.40
%32.12
%22.48

CMYK Percentages of Color #d49669

%0
%29
%50
%17

Triadic Colors of #d49669

#d49669 #69d496 #9669d4

Analogous Colors of #d49669

#d49669 #d4cc69 #d46972

Monochromatic Colors of #d49669

#d49669

Complementary Color

#d49669 #69a7d4

#d49669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49669 Color CSS Codes

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

#d49669 Text Font Color

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

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


#d49669 Background Color

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

This div background color is #d49669


#d49669 Border Color

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

This div border color is #d49669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49669


Comments

No comments written yet.

Please login to write comment.