Color Hex Logo

#d98516 Color Hex

#D98516
(217,133,22)
0 Favorites   0 Comments

Color spaces of #d98516

RGB 21713322
HSL0.090.820.47
HSV34°90°85°
CMYK 0.000.390.90   0.15
XYZ37.147631.58474.8976
Yxy31.58470.50450.4290
Hunter Lab56.200319.635634.1733
CIE-Lab62.998125.058165.0762

#d98516 color RGB value is (217,133,22).

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

The process color (four color CMYK) of #d98516 color hex is 0.00, 0.39, 0.90, 0.15. Web safe color of #d98516 is #cc9900. Color #d98516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000101 00010110
Octal 331 205 26
Decimal 217 133 22
Hex D9 85 16

RGB Percentages of Color #d98516

%58.33
%35.75
%5.91

CMYK Percentages of Color #d98516

%0
%39
%90
%15

Triadic Colors of #d98516

#d98516 #16d985 #8516d9

Analogous Colors of #d98516

#d98516 #ccd916 #d92416

Monochromatic Colors of #d98516

#d98516

Complementary Color

#d98516 #166ad9

#d98516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98516 Color CSS Codes

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

#d98516 Text Font Color

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

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


#d98516 Background Color

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

This div background color is #d98516


#d98516 Border Color

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

This div border color is #d98516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98516


Comments

No comments written yet.

Please login to write comment.