Color Hex Logo

#d9654f Color Hex

#D9654F
(217,101,79)
0 Favorites   0 Comments

Color spaces of #d9654f

RGB 21710179
HSL0.030.640.58
HSV10°64°85°
CMYK 0.000.530.64   0.15
XYZ34.680224.623610.3221
Yxy24.62360.49810.3537
Hunter Lab49.622237.912222.4024
CIE-Lab56.706843.895934.1627

#d9654f color RGB value is (217,101,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100101 01001111
Octal 331 145 117
Decimal 217 101 79
Hex D9 65 4F

RGB Percentages of Color #d9654f

%54.66
%25.44
%19.90

CMYK Percentages of Color #d9654f

%0
%53
%64
%15

Triadic Colors of #d9654f

#d9654f #4fd965 #654fd9

Analogous Colors of #d9654f

#d9654f #d9aa4f #d94f7e

Monochromatic Colors of #d9654f

#d9654f

Complementary Color

#d9654f #4fc3d9

#d9654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9654f Color CSS Codes

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

#d9654f Text Font Color

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

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


#d9654f Background Color

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

This div background color is #d9654f


#d9654f Border Color

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

This div border color is #d9654f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9654f


Comments

No comments written yet.

Please login to write comment.