Color Hex Logo

#d96642 Color Hex

#D96642
(217,102,66)
0 Favorites   0 Comments

Color spaces of #d96642

RGB 21710266
HSL0.040.670.55
HSV14°70°85°
CMYK 0.000.530.70   0.15
XYZ34.350024.64788.1013
Yxy24.64780.51190.3673
Hunter Lab49.646636.621125.0777
CIE-Lab56.730642.655741.2785

#d96642 color RGB value is (217,102,66).

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

The process color (four color CMYK) of #d96642 color hex is 0.00, 0.53, 0.70, 0.15. Web safe color of #d96642 is #cc6633. Color #d96642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100110 01000010
Octal 331 146 102
Decimal 217 102 66
Hex D9 66 42

RGB Percentages of Color #d96642

%56.36
%26.49
%17.14

CMYK Percentages of Color #d96642

%0
%53
%70
%15

Triadic Colors of #d96642

#d96642 #42d966 #6642d9

Analogous Colors of #d96642

#d96642 #d9b242 #d9426a

Monochromatic Colors of #d96642

#d96642

Complementary Color

#d96642 #42b5d9

#d96642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96642 Color CSS Codes

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

#d96642 Text Font Color

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

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


#d96642 Background Color

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

This div background color is #d96642


#d96642 Border Color

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

This div border color is #d96642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96642


Comments

No comments written yet.

Please login to write comment.