Color Hex Logo

#d9664e Color Hex

#D9664E
(217,102,78)
0 Favorites   0 Comments

Color spaces of #d9664e

RGB 21710278
HSL0.030.650.58
HSV10°64°85°
CMYK 0.000.530.64   0.15
XYZ34.741824.804510.1644
Yxy24.80450.49840.3558
Hunter Lab49.804137.358822.7625
CIE-Lab56.884443.341834.9357

#d9664e color RGB value is (217,102,78).

#d9664e hex color red value is 217, green value is 102 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d9664e hue: 0.03 , saturation: 0.65 and the lightness value of d9664e is 0.58.

The process color (four color CMYK) of #d9664e color hex is 0.00, 0.53, 0.64, 0.15. Web safe color of #d9664e is #cc6666. Color #d9664e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100110 01001110
Octal 331 146 116
Decimal 217 102 78
Hex D9 66 4E

RGB Percentages of Color #d9664e

%54.66
%25.69
%19.65

CMYK Percentages of Color #d9664e

%0
%53
%64
%15

Triadic Colors of #d9664e

#d9664e #4ed966 #664ed9

Analogous Colors of #d9664e

#d9664e #d9ac4e #d94e7c

Monochromatic Colors of #d9664e

#d9664e

Complementary Color

#d9664e #4ec1d9

#d9664e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9664e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9664e Color CSS Codes

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

#d9664e Text Font Color

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

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


#d9664e Background Color

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

This div background color is #d9664e


#d9664e Border Color

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

This div border color is #d9664e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9664e


Comments

No comments written yet.

Please login to write comment.