Color Hex Logo

#d9685a Color Hex

#D9685A
(217,104,90)
0 Favorites   0 Comments

Color spaces of #d9685a

RGB 21710490
HSL0.020.630.60
HSV59°85°
CMYK 0.000.520.59   0.15
XYZ35.411025.390512.7074
Yxy25.39050.48170.3454
Hunter Lab50.389037.260620.3202
CIE-Lab57.453943.167928.9070

#d9685a color RGB value is (217,104,90).

#d9685a hex color red value is 217, green value is 104 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #d9685a hue: 0.02 , saturation: 0.63 and the lightness value of d9685a is 0.60.

The process color (four color CMYK) of #d9685a color hex is 0.00, 0.52, 0.59, 0.15. Web safe color of #d9685a is #cc6666. Color #d9685a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101000 01011010
Octal 331 150 132
Decimal 217 104 90
Hex D9 68 5A

RGB Percentages of Color #d9685a

%52.80
%25.30
%21.90

CMYK Percentages of Color #d9685a

%0
%52
%59
%15

Triadic Colors of #d9685a

#d9685a #5ad968 #685ad9

Analogous Colors of #d9685a

#d9685a #d9a85a #d95a8c

Monochromatic Colors of #d9685a

#d9685a

Complementary Color

#d9685a #5acbd9

#d9685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9685a Color CSS Codes

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

#d9685a Text Font Color

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

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


#d9685a Background Color

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

This div background color is #d9685a


#d9685a Border Color

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

This div border color is #d9685a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9685a


Comments

No comments written yet.

Please login to write comment.