Color Hex Logo

#d1994e Color Hex

#D1994E
(209,153,78)
0 Favorites   0 Comments

Color spaces of #d1994e

RGB 20915378
HSL0.100.590.56
HSV34°63°82°
CMYK 0.000.270.63   0.18
XYZ39.060936.887812.2691
Yxy36.88780.44280.4181
Hunter Lab60.73538.512430.5376
CIE-Lab67.192813.149346.8350

#d1994e color RGB value is (209,153,78).

#d1994e hex color red value is 209, green value is 153 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d1994e hue: 0.10 , saturation: 0.59 and the lightness value of d1994e is 0.56.

The process color (four color CMYK) of #d1994e color hex is 0.00, 0.27, 0.63, 0.18. Web safe color of #d1994e is #cc9966. Color #d1994e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011001 01001110
Octal 321 231 116
Decimal 209 153 78
Hex D1 99 4E

RGB Percentages of Color #d1994e

%47.50
%34.77
%17.73

CMYK Percentages of Color #d1994e

%0
%27
%63
%18

Triadic Colors of #d1994e

#d1994e #4ed199 #994ed1

Analogous Colors of #d1994e

#d1994e #c8d14e #d1584e

Monochromatic Colors of #d1994e

#d1994e

Complementary Color

#d1994e #4e86d1

#d1994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1994e Color CSS Codes

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

#d1994e Text Font Color

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

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


#d1994e Background Color

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

This div background color is #d1994e


#d1994e Border Color

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

This div border color is #d1994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1994e

#d1994e Color Palettes


Comments

No comments written yet.

Please login to write comment.