Color Hex Logo

#d99e65 Color Hex

#D99E65
(217,158,101)
0 Favorites   0 Comments

Color spaces of #d99e65

RGB 217158101
HSL0.080.600.62
HSV29°53°85°
CMYK 0.000.270.53   0.15
XYZ43.191140.145017.7843
Yxy40.14500.42710.3970
Hunter Lab63.360110.799227.7102
CIE-Lab69.572715.556938.2134

#d99e65 color RGB value is (217,158,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 01100101
Octal 331 236 145
Decimal 217 158 101
Hex D9 9E 65

RGB Percentages of Color #d99e65

%45.59
%33.19
%21.22

CMYK Percentages of Color #d99e65

%0
%27
%53
%15

Triadic Colors of #d99e65

#d99e65 #65d99e #9e65d9

Analogous Colors of #d99e65

#d99e65 #d9d865 #d96566

Monochromatic Colors of #d99e65

#d99e65

Complementary Color

#d99e65 #65a0d9

#d99e65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99e65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99e65 Color CSS Codes

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

#d99e65 Text Font Color

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

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


#d99e65 Background Color

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

This div background color is #d99e65


#d99e65 Border Color

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

This div border color is #d99e65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99e65


Comments

No comments written yet.

Please login to write comment.