Color Hex Logo

#d98341 Color Hex

#D98341
(217,131,65)
0 Favorites   0 Comments

Color spaces of #d98341

RGB 21713165
HSL0.070.670.55
HSV26°70°85°
CMYK 0.000.400.70   0.15
XYZ37.685731.36609.0690
Yxy31.36600.48240.4015
Hunter Lab56.005422.102329.6029
CIE-Lab62.815427.602648.5453

#d98341 color RGB value is (217,131,65).

#d98341 hex color red value is 217, green value is 131 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d98341 hue: 0.07 , saturation: 0.67 and the lightness value of d98341 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000011 01000001
Octal 331 203 101
Decimal 217 131 65
Hex D9 83 41

RGB Percentages of Color #d98341

%52.54
%31.72
%15.74

CMYK Percentages of Color #d98341

%0
%40
%70
%15

Triadic Colors of #d98341

#d98341 #41d983 #8341d9

Analogous Colors of #d98341

#d98341 #d9cf41 #d9414b

Monochromatic Colors of #d98341

#d98341

Complementary Color

#d98341 #4197d9

#d98341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98341 Color CSS Codes

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

#d98341 Text Font Color

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

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


#d98341 Background Color

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

This div background color is #d98341


#d98341 Border Color

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

This div border color is #d98341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98341


Comments

No comments written yet.

Please login to write comment.