Color Hex Logo

#d98f41 Color Hex

#D98F41
(217,143,65)
0 Favorites   0 Comments

Color spaces of #d98f41

RGB 21714365
HSL0.090.670.55
HSV31°70°85°
CMYK 0.000.340.70   0.15
XYZ39.391934.77839.6377
Yxy34.77830.47000.4150
Hunter Lab58.973116.028531.5917
CIE-Lab65.575721.166651.5156

#d98f41 color RGB value is (217,143,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001111 01000001
Octal 331 217 101
Decimal 217 143 65
Hex D9 8F 41

RGB Percentages of Color #d98f41

%51.06
%33.65
%15.29

CMYK Percentages of Color #d98f41

%0
%34
%70
%15

Triadic Colors of #d98f41

#d98f41 #41d98f #8f41d9

Analogous Colors of #d98f41

#d98f41 #d7d941 #d94341

Monochromatic Colors of #d98f41

#d98f41

Complementary Color

#d98f41 #418bd9

#d98f41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98f41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98f41 Color CSS Codes

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

#d98f41 Text Font Color

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

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


#d98f41 Background Color

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

This div background color is #d98f41


#d98f41 Border Color

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

This div border color is #d98f41


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,143,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 #d98f41">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98f41

#d98f41 Color Palettes


Comments

No comments written yet.

Please login to write comment.