Color Hex Logo

#d99e5d Color Hex

#D99E5D
(217,158,93)
0 Favorites   0 Comments

Color spaces of #d99e5d

RGB 21715893
HSL0.090.620.61
HSV31°57°85°
CMYK 0.000.270.57   0.15
XYZ42.817939.995715.8191
Yxy39.99570.43410.4055
Hunter Lab63.242210.179129.4390
CIE-Lab69.466514.904342.2154

#d99e5d color RGB value is (217,158,93).

#d99e5d hex color red value is 217, green value is 158 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d99e5d hue: 0.09 , saturation: 0.62 and the lightness value of d99e5d is 0.61.

The process color (four color CMYK) of #d99e5d color hex is 0.00, 0.27, 0.57, 0.15. Web safe color of #d99e5d is #cc9966. Color #d99e5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 01011101
Octal 331 236 135
Decimal 217 158 93
Hex D9 9E 5D

RGB Percentages of Color #d99e5d

%46.37
%33.76
%19.87

CMYK Percentages of Color #d99e5d

%0
%27
%57
%15

Triadic Colors of #d99e5d

#d99e5d #5dd99e #9e5dd9

Analogous Colors of #d99e5d

#d99e5d #d6d95d #d9605d

Monochromatic Colors of #d99e5d

#d99e5d

Complementary Color

#d99e5d #5d98d9

#d99e5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99e5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99e5d Color CSS Codes

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

#d99e5d Text Font Color

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

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


#d99e5d Background Color

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

This div background color is #d99e5d


#d99e5d Border Color

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

This div border color is #d99e5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99e5d


Comments

No comments written yet.

Please login to write comment.