Color Hex Logo

#d98331 Color Hex

#D98331
(217,131,49)
0 Favorites   0 Comments

Color spaces of #d98331

RGB 21713149
HSL0.080.690.52
HSV29°77°85°
CMYK 0.000.400.77   0.15
XYZ37.285931.20616.9639
Yxy31.20610.49410.4136
Hunter Lab55.862421.382331.7125
CIE-Lab62.681226.877355.6750

#d98331 color RGB value is (217,131,49).

#d98331 hex color red value is 217, green value is 131 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #d98331 hue: 0.08 , saturation: 0.69 and the lightness value of d98331 is 0.52.

The process color (four color CMYK) of #d98331 color hex is 0.00, 0.40, 0.77, 0.15. Web safe color of #d98331 is #cc9933. Color #d98331 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000011 00110001
Octal 331 203 61
Decimal 217 131 49
Hex D9 83 31

RGB Percentages of Color #d98331

%54.66
%33.00
%12.34

CMYK Percentages of Color #d98331

%0
%40
%77
%15

Triadic Colors of #d98331

#d98331 #31d983 #8331d9

Analogous Colors of #d98331

#d98331 #d9d731 #d93133

Monochromatic Colors of #d98331

#d98331

Complementary Color

#d98331 #3187d9

#d98331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98331 Color CSS Codes

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

#d98331 Text Font Color

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

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


#d98331 Background Color

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

This div background color is #d98331


#d98331 Border Color

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

This div border color is #d98331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98331


Comments

No comments written yet.

Please login to write comment.