Color Hex Logo

#d16806 Color Hex

#D16806
(209,104,6)
0 Favorites   0 Comments

Color spaces of #d16806

RGB 2091046
HSL0.080.940.42
HSV29°97°82°
CMYK 0.000.500.97   0.18
XYZ31.277723.46913.0538
Yxy23.46910.54110.4060
Hunter Lab48.444930.467130.1740
CIE-Lab55.552336.783462.6005

#d16806 color RGB value is (209,104,6).

#d16806 hex color red value is 209, green value is 104 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #d16806 hue: 0.08 , saturation: 0.94 and the lightness value of d16806 is 0.42.

The process color (four color CMYK) of #d16806 color hex is 0.00, 0.50, 0.97, 0.18. Web safe color of #d16806 is #cc6600. Color #d16806 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101000 00000110
Octal 321 150 6
Decimal 209 104 6
Hex D1 68 6

RGB Percentages of Color #d16806

%65.52
%32.60
%1.88

CMYK Percentages of Color #d16806

%0
%50
%97
%18

Triadic Colors of #d16806

#d16806 #06d168 #6806d1

Analogous Colors of #d16806

#d16806 #d1ce06 #d10609

Monochromatic Colors of #d16806

#d16806

Complementary Color

#d16806 #066fd1

#d16806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16806 Color CSS Codes

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

#d16806 Text Font Color

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

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


#d16806 Background Color

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

This div background color is #d16806


#d16806 Border Color

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

This div border color is #d16806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16806


Comments

No comments written yet.

Please login to write comment.