Color Hex Logo

#d98217 Color Hex

#D98217
(217,130,23)
0 Favorites   0 Comments

Color spaces of #d98217

RGB 21713023
HSL0.090.810.47
HSV33°89°85°
CMYK 0.000.400.89   0.15
XYZ36.752630.77884.8145
Yxy30.77880.50800.4254
Hunter Lab55.478621.162233.6898
CIE-Lab62.320526.678964.3123

#d98217 color RGB value is (217,130,23).

#d98217 hex color red value is 217, green value is 130 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #d98217 hue: 0.09 , saturation: 0.81 and the lightness value of d98217 is 0.47.

The process color (four color CMYK) of #d98217 color hex is 0.00, 0.40, 0.89, 0.15. Web safe color of #d98217 is #cc9900. Color #d98217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000010 00010111
Octal 331 202 27
Decimal 217 130 23
Hex D9 82 17

RGB Percentages of Color #d98217

%58.65
%35.14
%6.22

CMYK Percentages of Color #d98217

%0
%40
%89
%15

Triadic Colors of #d98217

#d98217 #17d982 #8217d9

Analogous Colors of #d98217

#d98217 #cfd917 #d92117

Monochromatic Colors of #d98217

#d98217

Complementary Color

#d98217 #176ed9

#d98217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98217 Color CSS Codes

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

#d98217 Text Font Color

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

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


#d98217 Background Color

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

This div background color is #d98217


#d98217 Border Color

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

This div border color is #d98217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98217


Comments

No comments written yet.

Please login to write comment.