Color Hex Logo

#d99976 Color Hex

#D99976
(217,153,118)
0 Favorites   0 Comments

Color spaces of #d99976

RGB 217153118
HSL0.060.570.66
HSV21°46°85°
CMYK 0.000.290.46   0.15
XYZ43.276538.842222.3559
Yxy38.84220.41420.3718
Hunter Lab62.323514.881522.3587
CIE-Lab68.636819.844027.9368

#d99976 color RGB value is (217,153,118).

#d99976 hex color red value is 217, green value is 153 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #d99976 hue: 0.06 , saturation: 0.57 and the lightness value of d99976 is 0.66.

The process color (four color CMYK) of #d99976 color hex is 0.00, 0.29, 0.46, 0.15. Web safe color of #d99976 is #cc9966. Color #d99976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011001 01110110
Octal 331 231 166
Decimal 217 153 118
Hex D9 99 76

RGB Percentages of Color #d99976

%44.47
%31.35
%24.18

CMYK Percentages of Color #d99976

%0
%29
%46
%15

Triadic Colors of #d99976

#d99976 #76d999 #9976d9

Analogous Colors of #d99976

#d99976 #d9cb76 #d97685

Monochromatic Colors of #d99976

#d99976

Complementary Color

#d99976 #76b6d9

#d99976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99976 Color CSS Codes

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

#d99976 Text Font Color

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

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


#d99976 Background Color

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

This div background color is #d99976


#d99976 Border Color

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

This div border color is #d99976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99976


Comments

No comments written yet.

Please login to write comment.