Color Hex Logo

#d9665d Color Hex

#D9665D
(217,102,93)
0 Favorites   0 Comments

Color spaces of #d9665d

RGB 21710293
HSL0.010.620.61
HSV57°85°
CMYK 0.000.530.57   0.15
XYZ35.342425.044813.3273
Yxy25.04480.47940.3398
Hunter Lab50.044838.481119.2420
CIE-Lab57.119044.378926.7655

#d9665d color RGB value is (217,102,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100110 01011101
Octal 331 146 135
Decimal 217 102 93
Hex D9 66 5D

RGB Percentages of Color #d9665d

%52.67
%24.76
%22.57

CMYK Percentages of Color #d9665d

%0
%53
%57
%15

Triadic Colors of #d9665d

#d9665d #5dd966 #665dd9

Analogous Colors of #d9665d

#d9665d #d9a45d #d95d92

Monochromatic Colors of #d9665d

#d9665d

Complementary Color

#d9665d #5dd0d9

#d9665d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9665d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9665d Color CSS Codes

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

#d9665d Text Font Color

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

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


#d9665d Background Color

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

This div background color is #d9665d


#d9665d Border Color

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

This div border color is #d9665d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9665d


Comments

No comments written yet.

Please login to write comment.