Color Hex Logo

#d97c0f Color Hex

#D97C0F
(217,124,15)
0 Favorites   0 Comments

Color spaces of #d97c0f

RGB 21712415
HSL0.090.870.45
HSV32°93°85°
CMYK 0.000.430.93   0.15
XYZ35.909129.20154.1958
Yxy29.20150.51810.4213
Hunter Lab54.038424.047933.2233
CIE-Lab60.959129.738765.1345

#d97c0f color RGB value is (217,124,15).

#d97c0f hex color red value is 217, green value is 124 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #d97c0f hue: 0.09 , saturation: 0.87 and the lightness value of d97c0f is 0.45.

The process color (four color CMYK) of #d97c0f color hex is 0.00, 0.43, 0.93, 0.15. Web safe color of #d97c0f is #cc6600. Color #d97c0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111100 00001111
Octal 331 174 17
Decimal 217 124 15
Hex D9 7C F

RGB Percentages of Color #d97c0f

%60.96
%34.83
%4.21

CMYK Percentages of Color #d97c0f

%0
%43
%93
%15

Triadic Colors of #d97c0f

#d97c0f #0fd97c #7c0fd9

Analogous Colors of #d97c0f

#d97c0f #d1d90f #d9170f

Monochromatic Colors of #d97c0f

#d97c0f

Complementary Color

#d97c0f #0f6cd9

#d97c0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97c0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97c0f Color CSS Codes

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

#d97c0f Text Font Color

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

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


#d97c0f Background Color

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

This div background color is #d97c0f


#d97c0f Border Color

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

This div border color is #d97c0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97c0f


Comments

No comments written yet.

Please login to write comment.