Color Hex Logo

#d66516 Color Hex

#D66516
(214,101,22)
0 Favorites   0 Comments

Color spaces of #d66516

RGB 21410122
HSL0.070.810.46
HSV25°90°84°
CMYK 0.000.530.90   0.16
XYZ32.530123.66143.6116
Yxy23.66140.54400.3957
Hunter Lab48.643034.247029.6480
CIE-Lab55.747240.490659.4417

#d66516 color RGB value is (214,101,22).

#d66516 hex color red value is 214, green value is 101 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #d66516 hue: 0.07 , saturation: 0.81 and the lightness value of d66516 is 0.46.

The process color (four color CMYK) of #d66516 color hex is 0.00, 0.53, 0.90, 0.16. Web safe color of #d66516 is #cc6600. Color #d66516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100101 00010110
Octal 326 145 26
Decimal 214 101 22
Hex D6 65 16

RGB Percentages of Color #d66516

%63.50
%29.97
%6.53

CMYK Percentages of Color #d66516

%0
%53
%90
%16

Triadic Colors of #d66516

#d66516 #16d665 #6516d6

Analogous Colors of #d66516

#d66516 #d6c516 #d61627

Monochromatic Colors of #d66516

#d66516

Complementary Color

#d66516 #1687d6

#d66516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66516 Color CSS Codes

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

#d66516 Text Font Color

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

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


#d66516 Background Color

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

This div background color is #d66516


#d66516 Border Color

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

This div border color is #d66516


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,101,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d66516; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d66516;
  -webkit-box-shadow: 1px 1px 3px 2px #d66516;
  box-shadow:         1px 1px 3px 2px #d66516; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,101,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66516


Comments

No comments written yet.

Please login to write comment.