Color Hex Logo

#d99666 Color Hex

#D99666
(217,150,102)
0 Favorites   0 Comments

Color spaces of #d99666

RGB 217150102
HSL0.070.600.63
HSV25°53°85°
CMYK 0.000.310.53   0.15
XYZ41.919937.523717.6038
Yxy37.52370.43200.3867
Hunter Lab61.256614.954425.8410
CIE-Lab67.668119.957435.3008

#d99666 color RGB value is (217,150,102).

#d99666 hex color red value is 217, green value is 150 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d99666 hue: 0.07 , saturation: 0.60 and the lightness value of d99666 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010110 01100110
Octal 331 226 146
Decimal 217 150 102
Hex D9 96 66

RGB Percentages of Color #d99666

%46.27
%31.98
%21.75

CMYK Percentages of Color #d99666

%0
%31
%53
%15

Triadic Colors of #d99666

#d99666 #66d996 #9666d9

Analogous Colors of #d99666

#d99666 #d9d066 #d96670

Monochromatic Colors of #d99666

#d99666

Complementary Color

#d99666 #66a9d9

#d99666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99666 Color CSS Codes

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

#d99666 Text Font Color

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

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


#d99666 Background Color

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

This div background color is #d99666


#d99666 Border Color

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

This div border color is #d99666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99666


Comments

No comments written yet.

Please login to write comment.