Color Hex Logo

#d97648 Color Hex

#D97648
(217,118,72)
0 Favorites   0 Comments

Color spaces of #d97648

RGB 21711872
HSL0.050.660.57
HSV19°67°85°
CMYK 0.000.460.67   0.15
XYZ36.263428.17659.6582
Yxy28.17650.48940.3803
Hunter Lab53.081529.052126.3692
CIE-Lab60.047934.851141.9217

#d97648 color RGB value is (217,118,72).

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

The process color (four color CMYK) of #d97648 color hex is 0.00, 0.46, 0.67, 0.15. Web safe color of #d97648 is #cc6633. Color #d97648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110110 01001000
Octal 331 166 110
Decimal 217 118 72
Hex D9 76 48

RGB Percentages of Color #d97648

%53.32
%28.99
%17.69

CMYK Percentages of Color #d97648

%0
%46
%67
%15

Triadic Colors of #d97648

#d97648 #48d976 #7648d9

Analogous Colors of #d97648

#d97648 #d9bf48 #d94862

Monochromatic Colors of #d97648

#d97648

Complementary Color

#d97648 #48abd9

#d97648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97648 Color CSS Codes

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

#d97648 Text Font Color

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

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


#d97648 Background Color

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

This div background color is #d97648


#d97648 Border Color

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

This div border color is #d97648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97648


Comments

No comments written yet.

Please login to write comment.