Color Hex Logo

#d98310 Color Hex

#D98310
(217,131,16)
0 Favorites   0 Comments

Color spaces of #d98310

RGB 21713116
HSL0.100.860.46
HSV34°93°85°
CMYK 0.000.400.93   0.15
XYZ36.825131.02174.5371
Yxy31.02170.50870.4286
Hunter Lab55.697120.548334.1582
CIE-Lab62.525926.032566.0519

#d98310 color RGB value is (217,131,16).

#d98310 hex color red value is 217, green value is 131 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #d98310 hue: 0.10 , saturation: 0.86 and the lightness value of d98310 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000011 00010000
Octal 331 203 20
Decimal 217 131 16
Hex D9 83 10

RGB Percentages of Color #d98310

%59.62
%35.99
%4.40

CMYK Percentages of Color #d98310

%0
%40
%93
%15

Triadic Colors of #d98310

#d98310 #10d983 #8310d9

Analogous Colors of #d98310

#d98310 #cbd910 #d91f10

Monochromatic Colors of #d98310

#d98310

Complementary Color

#d98310 #1066d9

#d98310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98310 Color CSS Codes

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

#d98310 Text Font Color

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

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


#d98310 Background Color

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

This div background color is #d98310


#d98310 Border Color

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

This div border color is #d98310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98310

#d98310 Color Palettes


Comments

No comments written yet.

Please login to write comment.