Color Hex Logo

#d9954e Color Hex

#D9954E
(217,149,78)
0 Favorites   0 Comments

Color spaces of #d9954e

RGB 21714978
HSL0.090.650.58
HSV31°64°85°
CMYK 0.000.310.64   0.15
XYZ40.737936.796712.1631
Yxy36.79670.45420.4102
Hunter Lab60.660313.720630.5739
CIE-Lab67.124218.690446.9958

#d9954e color RGB value is (217,149,78).

#d9954e hex color red value is 217, green value is 149 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d9954e hue: 0.09 , saturation: 0.65 and the lightness value of d9954e is 0.58.

The process color (four color CMYK) of #d9954e color hex is 0.00, 0.31, 0.64, 0.15. Web safe color of #d9954e is #cc9966. Color #d9954e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010101 01001110
Octal 331 225 116
Decimal 217 149 78
Hex D9 95 4E

RGB Percentages of Color #d9954e

%48.87
%33.56
%17.57

CMYK Percentages of Color #d9954e

%0
%31
%64
%15

Triadic Colors of #d9954e

#d9954e #4ed995 #954ed9

Analogous Colors of #d9954e

#d9954e #d8d94e #d9504e

Monochromatic Colors of #d9954e

#d9954e

Complementary Color

#d9954e #4e92d9

#d9954e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9954e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9954e Color CSS Codes

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

#d9954e Text Font Color

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

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


#d9954e Background Color

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

This div background color is #d9954e


#d9954e Border Color

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

This div border color is #d9954e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,149,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9954e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9954e;
  -webkit-box-shadow: 1px 1px 3px 2px #d9954e;
  box-shadow:         1px 1px 3px 2px #d9954e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,149,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9954e


Comments

No comments written yet.

Please login to write comment.