Color Hex Logo

#d98c6a Color Hex

#D98C6A
(217,140,106)
0 Favorites   0 Comments

Color spaces of #d98c6a

RGB 217140106
HSL0.050.590.63
HSV18°51°85°
CMYK 0.000.350.51   0.15
XYZ40.594934.548518.1646
Yxy34.54850.43510.3703
Hunter Lab58.778020.419322.8217
CIE-Lab65.395625.699630.2378

#d98c6a color RGB value is (217,140,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 01101010
Octal 331 214 152
Decimal 217 140 106
Hex D9 8C 6A

RGB Percentages of Color #d98c6a

%46.87
%30.24
%22.89

CMYK Percentages of Color #d98c6a

%0
%35
%51
%15

Triadic Colors of #d98c6a

#d98c6a #6ad98c #8c6ad9

Analogous Colors of #d98c6a

#d98c6a #d9c46a #d96a80

Monochromatic Colors of #d98c6a

#d98c6a

Complementary Color

#d98c6a #6ab7d9

#d98c6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98c6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98c6a Color CSS Codes

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

#d98c6a Text Font Color

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

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


#d98c6a Background Color

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

This div background color is #d98c6a


#d98c6a Border Color

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

This div border color is #d98c6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98c6a


Comments

No comments written yet.

Please login to write comment.