Color Hex Logo

#d98e55 Color Hex

#D98E55
(217,142,85)
0 Favorites   0 Comments

Color spaces of #d98e55

RGB 21714285
HSL0.070.630.59
HSV26°61°85°
CMYK 0.000.350.61   0.15
XYZ39.928034.753613.1980
Yxy34.75360.45430.3955
Hunter Lab58.952217.730827.9929
CIE-Lab65.556422.933341.6348

#d98e55 color RGB value is (217,142,85).

#d98e55 hex color red value is 217, green value is 142 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d98e55 hue: 0.07 , saturation: 0.63 and the lightness value of d98e55 is 0.59.

The process color (four color CMYK) of #d98e55 color hex is 0.00, 0.35, 0.61, 0.15. Web safe color of #d98e55 is #cc9966. Color #d98e55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001110 01010101
Octal 331 216 125
Decimal 217 142 85
Hex D9 8E 55

RGB Percentages of Color #d98e55

%48.87
%31.98
%19.14

CMYK Percentages of Color #d98e55

%0
%35
%61
%15

Triadic Colors of #d98e55

#d98e55 #55d98e #8e55d9

Analogous Colors of #d98e55

#d98e55 #d9d055 #d9555e

Monochromatic Colors of #d98e55

#d98e55

Complementary Color

#d98e55 #55a0d9

#d98e55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98e55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98e55 Color CSS Codes

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

#d98e55 Text Font Color

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

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


#d98e55 Background Color

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

This div background color is #d98e55


#d98e55 Border Color

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

This div border color is #d98e55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98e55


Comments

No comments written yet.

Please login to write comment.