Color Hex Logo

#d9682e Color Hex

#D9682E
(217,104,46)
0 Favorites   0 Comments

Color spaces of #d9682e

RGB 21710446
HSL0.060.690.52
HSV20°79°85°
CMYK 0.000.520.79   0.15
XYZ34.058724.84965.5861
Yxy24.84960.52810.3853
Hunter Lab49.849434.720628.2505
CIE-Lab56.928640.792951.4234

#d9682e color RGB value is (217,104,46).

#d9682e hex color red value is 217, green value is 104 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #d9682e hue: 0.06 , saturation: 0.69 and the lightness value of d9682e is 0.52.

The process color (four color CMYK) of #d9682e color hex is 0.00, 0.52, 0.79, 0.15. Web safe color of #d9682e is #cc6633. Color #d9682e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101000 00101110
Octal 331 150 56
Decimal 217 104 46
Hex D9 68 2E

RGB Percentages of Color #d9682e

%59.13
%28.34
%12.53

CMYK Percentages of Color #d9682e

%0
%52
%79
%15

Triadic Colors of #d9682e

#d9682e #2ed968 #682ed9

Analogous Colors of #d9682e

#d9682e #d9be2e #d92e4a

Monochromatic Colors of #d9682e

#d9682e

Complementary Color

#d9682e #2e9fd9

#d9682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9682e Color CSS Codes

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

#d9682e Text Font Color

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

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


#d9682e Background Color

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

This div background color is #d9682e


#d9682e Border Color

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

This div border color is #d9682e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9682e


Comments

No comments written yet.

Please login to write comment.